Have you ever tried to do a code review on a PR that merges a large release branch or feature branch back into mainline, fixing merge conflicts? It’s not pretty. | |
|
Houdini comprises the Paint API, worklets, and other modular CSS engine customization hooks. |
|
Vettery specializes in developer roles and is completely free for job seekers. Interested? Submit your profile, and if accepted, you can receive interview requests directly from top companies growing their dev teams. | |
|
A deep dive into color maths and what lies at the end of the rainbow. |
|
Robert explains how we can speed up web applications by replacing slow JavaScript calculations with compiled WebAssembly. |
|
Jordan explores the conditions that are necessary to run a web application at 60 frames per second. This deep dives also takes a look at several optimizations that can be plugged into the browser’s rendering pipeline. |
|
Real-world scalability considerations for your typical software project. |
|
Using async /await while looping through arrays in Javascript loop seems simple, but there’s some non-intuitive behavior to look out for when combining the two. Tory walks us through three different examples to see what you should look out for, and which loop is best for specific use cases. |
|
“Map, reduce, and filter are three very useful Array methods in JavaScript that give developers a ton of power in a short amount of space. Let’s jump right into how you can leverage (and remember how to use!) these super handy methods.” | |
|
A couple of lesser known things you can do with the console API. |
|
Dinesh shows how to test the behavior of custom React hooks. |
|
|
Comments