San Diego, CA 92116
info@birdrockdesigns.com

Page not found

A Re-Introduction To Destructuring Assignment

A Re-Introduction To Destructuring Assignment A Re-Introduction To Destructuring Assignment Laurie Barth 2019-09-12T14:00:59+02:00 2019-09-17T00:07:24+00:00 If you write JavaScript you’re likely familiar with ES2015 and all the new language standards that were introduced. One such standard that has seen incredible popularity is destructuring assignment. The ability to “dive into” an array or object and reference something…
Read more

Moving Your JavaScript Development To Bash On Windows

Moving Your JavaScript Development To Bash On Windows Moving Your JavaScript Development To Bash On Windows Burke Holland 2019-09-11T12:30:59+02:00 2019-09-17T00:07:24+00:00 I’m one of those people who can’t live without their Bash terminal. This sole fact has made it difficult for me to do frontend work on Windows. I work at Microsoft and I’m on a…
Read more

Moving Your JavaScript Development To Bash On Windows

Moving Your JavaScript Development To Bash On Windows Moving Your JavaScript Development To Bash On Windows Burke Holland 2019-09-11T12:30:59+02:00 2019-09-17T00:07:24+00:00 I’m one of those people who can’t live without their Bash terminal. This sole fact has made it difficult for me to do frontend work on Windows. I work at Microsoft and I’m on a…
Read more

Webflow: The Web Development Platform Of The Future

Webflow: The Web Development Platform Of The Future Webflow: The Web Development Platform Of The Future Nick Babich 2019-09-10T12:30:59+02:00 2019-09-17T00:07:24+00:00 (This is a sponsored article.) Time-to-market plays a crucial role in modern web design. Most product teams want to minimize the time required to go from the idea to a ready-to-use product without sacrificing the…
Read more

Machine Learning For Front-End Developers With Tensorflow.js

Machine Learning For Front-End Developers With Tensorflow.js Machine Learning For Front-End Developers With Tensorflow.js Charlie Gerard 2019-09-09T14:00:59+02:00 2019-09-17T00:07:24+00:00 Machine learning often feels like it belongs to the realm of data scientists and Python developers. However, over the past couple of years, open-source frameworks have been created to make it more accessible in different programming languages,…
Read more

Machine Learning For Front-End Developers With Tensorflow.js

Machine Learning For Front-End Developers With Tensorflow.js Machine Learning For Front-End Developers With Tensorflow.js Charlie Gerard 2019-09-09T14:00:59+02:00 2019-09-17T00:07:24+00:00 Machine learning often feels like it belongs to the realm of data scientists and Python developers. However, over the past couple of years, open-source frameworks have been created to make it more accessible in different programming languages,…
Read more

Monthly Web Development Update 9/2019: Embracing Basic And Why Simple Is Hard

Anselm Hannemann 2019-09-13T13:17:00+02:00 2019-09-17T00:07:24+00:00 Editor’s note: Please note that this is the last Monthly Web Development Update in the series. You can still follow the Web Development Reading List on Anselm’s site at https://wdrl.info. Watch out for a new roundup post format next month here on Smashing Magazine. A big thank-you to Anselm for sharing…
Read more

Seagull on a post by Children's Cove, La Jolla

Google’s latest evolution of rel=’nofollow’

#408 — September 11, 2019 Read on the Web Frontend Focus ▶  Horrible Web Interfaces and How to Build Them — This entertaining talk from React Rally looks at a variety of ‘horrible’ Web-based interface approaches and the underlying technologies involved. I particularly like the ‘gravity’-based volume control. Anthony Frehner Google Is Evolving “nofollow” with New Ways…
Read more

Seagull on a post by Children's Cove, La Jolla

Firefox 69 released, and how to ‘rotate’ the mouse cursor with CSS

#407 — September 4, 2019 Read on the Web Frontend Focus My Favorite CSS Hack — * { border: 1px solid red } is a classic ‘trick’ for debugging CSS and HTML issues by putting borders around every element. This tip takes a few extra steps, however, and helps you get a better overview, particularly…
Read more

From Smashing Magazine: Alignment in Flexbox

Rachel Andrew from Smashing Magazine provides an essential guide to alignment in Flexbox. https://www.smashingmagazine.com/2018/08/flexbox-alignment/ #flexbox #webdevelopment #smashingmagazine #layouts