Reading List
- Accurate Estimations
Cam Hashemi
•
28 Dec 2020
We’re constantly asked to give estimates: How long will it take?How much will it cost?What time should we leave?How much do you want? Estimations are information about the unknown. We constan…
- Why the iPhone Timer App displays a Fake Time
Lukas Hermann
•
22 Dec 2020
While building a timer app I came across a peculiarity with displaying time and found out that the iPhone timer addresses it by showing you a fake time.
- 7 Principles of Rich Web Applications
Guillermo Rauch
- 2020, the year of the interactive blog post
John Otander
- Build your own React
Rodrigo Pombo
We are going to rewrite React from scratch. Step by step. Following the architecture from the real React code but without all the…
- Thinking in React Hooks
Amelia Wattenberger
React introduced hooks one year ago, and they've been a game-changer for a lot of developers. There are tons of how-to introduction resources out there, but I want to talk about the fundamental mindset change when switching from React class components to function components + hooks.
- Building SVG Icons with React
Brent Jackson
How to Create Mathematically-Generated Graphics Using JavaScript and React