Friday Frontend: Start of Hanukkah Edition

View this email in your browser

Hey there,

Last night we celebrated the first night of Hanukkah in our household. Not only is it a great excuse to eat lots of food fried in oil, but it is a reminder to appreciate blessings and things that turn out better than expected even during great hardships. During this time of COVID and isolation, I appreciate that I’m still able to communicate with all of you, and how many of you have written to me with your feedback, ideas, and questions. Thank you.

I continue to be slammed with work, so this week’s newsletter is pretty short again. Hope you are all staying safe and well.

Best,

KBall from ZenDev

 

CSS & SCSS

 

What Makes CSS Hard To Master

An interesting and useful exploration of some of the underlying complexities that make CSS hard. Multiple layers of coupling (between different properties and different declarations) is a lot of it, but there’s more. I like the point that if we describe CSS as easy, folks will then get frustrated when they get stuck, but if we’re honest about how difficult it is to master that will align expectations better.

How to Animate a SVG with border-image

Both a useful exercise and a fun result.

Native Aspect Ratio Boxes in CSS thanks to aspect-ratio

Another place where browsers and specifications are catching up to needs. Instead of awkward padding-based hacks, we will soon (in nightly builds now for both Chromium and Firefox!) be able to explicitly specify aspect ratios.

State of CSS Survey Results

As with most online-based surveys, I would be very cautious about drawing conclusions about the world broadly from this, as the representativeness of their sample is almost certainly not perfect, but this is still a fascinating lens into what’s going on in the community. And since they include showing change since the prior year, it captures some interesting trends within the part of the community that responds to this type of survey. I also greatly appreciate how the presentation includes recommendations from leaders in the community and links to resources about different features.

 

JavaScript

 

Incremental vs Virtual DOM

This article made me laugh. It positions “Incremental DOM” as a new advanced method, where as far as I can tell from the article it means “Just going back to using the DOM as the source of truth”. This isn’t new! That’s what all us old-school developers writing jQuery were doing! The reason for the virtual DOM as an innovation by React and quickly copied by other frameworks was that interactions with the DOM were slow, and the virtual DOM let you minimize them, which made it worth the overhead. All that said, I *do* think it is interesting that some modern frameworks are going back to the calculation that maintaining a virtual DOM is unnecessary, and that either the DOM is fast enough now or we can simplify our component rendering process enough that it is unnecessary.

React interview cheatsheet

Useful as a high level summary / jumping off point for understanding a number of the pieces of React and how they work. Wouldn’t recommend it for someone who feels super solid on React, but pretty good if you’re new to the framework.

5 Mistakes to Avoid When Using React Hooks

This is a useful article. Instead of telling you “what to do”, it highlights a number of very easy to make and common mistakes when using React hooks. Reading through this will help you notice patterns and debug your own code faster.

 

Other Awesomeness

 

Apple Music JavaScript integration guide

Real-world example of integrating with a 3rd party API. Doesn’t go super deep, but I appreciate how it also doesn’t breeze past the setup portion, but shows the steps needed to actually get an account and access token together.

Web Performance Calendar

“Advent Calendar” style site with a new web performance post rolling out every day of December. 

Changing Lanes: How Lyft is Migrating 100+ Frontend Microservices to Next.js

This is interesting from an architectural approach perspective. The value of micro frontends with independently evolving codebases is an ongoing discussion in our industry. It solves some of the same organizational problems that microservices do, letting teams move quickly and independently, but as this article highlights it creates new problems. Especially in an ecosystem that evolves as quickly as the JS ecosystem (and requires frequent updates), the maintenance benefits of standardizing on a single approach like this may outweigh the benefits of micro frontends.

From REST to GraphQL

A guide for migrating from a REST based API to a GraphQL one. Some interesting pieces in here - I didn’t know Apollo had a tool for mocking out a GraphQL service entirely on the frontend over an existing REST API. That’s cool!

Copyright © 2020 ZenDev, LLC, All rights reserved.
You are receiving this email because you opted in at our website, zendev.com.

Our mailing address is:
ZenDev, LLC
922 San Leandro Ave., Unit C
Mountain View, California 94043

Add us to your address book


Want to change how you receive these emails?
You can update your preferences or unsubscribe from this list.

Email Marketing Powered by Mailchimp

Older messages

Friday Frontend: Beginning of December Edition

Friday, December 4, 2020

It's planning/roadmapping season and I am totally slammed at work right now. Consequently, a short version of the newsletter this week. View this email in your browser Hey there, It's planning/

Friday Frontend: Post Thanksgiving Edition

Friday, December 4, 2020

This last week was my birthday, as well as yesterday being the Thanksgiving holiday, and for both I took the excuse to think back through the last View this email in your browser Hey there, This last

Friday Frontend: November 20th Edition

Friday, November 20, 2020

I am totally slammed with work right now - new project starting up, some new direct reports, and roadmapping for next year. Consequently this week' View this email in your browser Hey there, I am

Friday Frontend: Friday the Thirteenth 2020 Edition

Friday, November 13, 2020

Hope you all had a good week! I'm not sure what to expect today -- Friday the thirteenth is traditionally an unlucky day, and living through 2020 View this email in your browser Hey there, Hope you

Friday Frontend: Election Week Edition

Friday, November 6, 2020

Voting and counting votes in a pandemic was always going to be weird, but I don't think any of us had understood how weird it would be View this email in your browser Hey there, Voting and counting

You Might Also Like

BetterDev #271 - Memory: The Forgotten History and Why did Windows 95 setup use three operating systems?

Wednesday, November 27, 2024

Better Dev #271 Nov 26, 2024 Hi all, Welcome to thanksgiving issue of BetterDev. Hope everyone had a safe and warm thanksgiving. It's getting so cold these days. If you are in warzone such as

Mapped | Unemployment Rate By U.S. State in 2024 💼

Tuesday, November 26, 2024

As of October 2024, DC and Nevada tied for the highest unemployment rate in the US at 5.7%. Which states saw the lowest rates? View Online | Subscribe | Download Our App FINAL CHANCE - ENDS TONIGHT!

🔊 7 DIY Tips for Soundproofing a Room — Why I Switched to Xfce for Linux Mint

Tuesday, November 26, 2024

Also: Home Theater Sound Terms Explained, and More! How-To Geek Logo November 26, 2024 Did You Know The shiny layer of a CD doesn't contain the data; the plastic polycarbonate layer does. The shiny

JSK Daily for Nov 26, 2024

Tuesday, November 26, 2024

JSK Daily for Nov 26, 2024 View this email in your browser A community curated daily e-mail of JavaScript news JavaScript Certification Black Friday Offer – Up to 54% Off! Certificates.dev, the trusted

NumPy, Loop Targets, Vector Animation, and More

Tuesday, November 26, 2024

NumPy Practical Examples: Useful Techniques #657 – NOVEMBER 26, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo NumPy Practical Examples: Useful Techniques In this tutorial, you'll learn how to

Your Games Quarterly newsletter has arrived

Tuesday, November 26, 2024

What's new for games in Google Play and Android Email not displaying correctly? View it online November 2024 The First Developer Preview of Android 16 The First Developer Preview of Android 16

Daily Coding Problem: Problem #1620 [Hard]

Tuesday, November 26, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Dropbox. Sudoku is a puzzle where you're given a partially-filled 9 by 9 grid with

Final Hours: Help Save "The Art of Data" From Falling Short 🙏

Tuesday, November 26, 2024

Will Visual Capitalist end up revealing the secrets behind data storytelling? There are 12 hours left to change the fate of "The Art of Data". View Online | Subscribe | Download Our App Help

Spyglass Dispatch: Meta's Bluesky • Apple's China AI Problem • Apple's Chinese iPhone Problem • Perplexity Voice Pin • Susan's Message on Lung Cancer

Tuesday, November 26, 2024

Meta's Bluesky • Apple's China AI Problem • Apple's Chinese iPhone Problem • Perplexity Voice Pin • Susan's Message on Lung Cancer The Spyglass Dispatch is a free newsletter sent out

🎁 Say Goodbye to Adobe and Hello to UPDF's Universal PDF Editor— 50% Off This Black Friday!

Tuesday, November 26, 2024

Promoted by UPDF How-To Geek Logo November 26, 2024 This email is sponsored by UPDF. Product choices and opinions expressed are from the sponsor and do not necessarily reflect the views of the How-To