Zestful: Month 4
A developer's retrospective on the mistake of shipping a product too late, with insights from their fourth month working on Zestful.
A developer's retrospective on the mistake of shipping a product too late, with insights from their fourth month working on Zestful.
A developer shares their experience presenting a talk on CSS Grid and CSS Variables at a JavaScript meetup, discussing adoption challenges.
Explains what JavaScript polyfills are and how they differ from code transpiling, using a real-world IE bug as an example.
A developer's enthusiastic review of Jest's developer experience, highlighting its visual diffs, flexible conventions, and friendly CLI.
Learn two methods to retrieve CSS property values in JavaScript: accessing inline styles via the style property and computed styles via getComputedStyle.
A guide on overcoming procrastination and building consistent work habits for developers, focusing on systems over motivation.
A developer shares key reasons to love the Jest testing framework, highlighting its zero-config setup, built-in features, and extensibility.
Explains modern JavaScript methods (Object.keys, .values, .entries) for iterating over objects, replacing the older for...in loop.
A guide on effectively using Google and other resources to find the best learning materials for coding and software development.
Explains how JavaScript engines optimize code using shapes, inline caches, and the interpreter/compiler pipeline.
Explains how JavaScript engines optimize code using Shapes and Inline Caches, covering interpreters, compilers, and performance.
Explains why reassigning variables in JavaScript can lead to bugs and complex code, advocating for using 'const' instead.
A web developer shares a list of influential front-end writers and their blogs, focusing on CSS, JavaScript, and web development insights.
A developer shares a curated list of newsletters, blogs, and Twitter feeds to stay updated on frontend, React, JavaScript, and general tech content.
A beginner's guide to using GitHub's GraphQL API from a client-side perspective, including setup and basic data interactions.
A developer discusses strategies to combat feeling overwhelmed by the constant influx of new technologies and learning demands.
Explores how teaching frontend development deepens your own learning, using the journey of learning JavaScript as an example.
Explains how to simplify NgRx reducers using Immer for immutable state management in Angular applications.
A guide to creating dynamic regular expressions in JavaScript using tagged template literals and Proxies to simplify string escaping.
A developer's perspective on embracing confusion as a natural part of learning programming and technology, with practical tips to overcome it.