Hello GatsbyJS!
A developer's journey migrating from Jekyll to GatsbyJS for a static blog, comparing features and evaluating modern JavaScript static site generators.
A developer's journey migrating from Jekyll to GatsbyJS for a static blog, comparing features and evaluating modern JavaScript static site generators.
A guide to debugging and handling JavaScript bugs specific to Internet Explorer, including workarounds for missing call stacks and unstable DOM APIs.
Argues that method chaining should be a core language operator, analyzing its problems in JavaScript/jQuery and proposing a built-in solution.
The author explains how automated testing saves time and builds confidence in software development, based on personal experience.
A developer's post-mortem analysis of their unfinished pet project, EmpGrid, a web app for tracking employee online presences, built with .NET Core.
The article draws parallels between professional video production and web development, advocating for the Actor Model to improve parallelism and main thread efficiency.
A Google developer uses a rush hour analogy to explain main thread congestion in web development and explores strategies to improve performance.
Author discusses challenges and delays in completing the 'Learn JavaScript' course, explaining why previous deadlines were missed and providing a new estimate.
How V8 engine improved DataView performance to match or surpass TypedArrays, enabling its use in performance-critical JavaScript applications.
Introducing Tutorial Markdown, an open-source JavaScript library that extends Markdown syntax to create interactive, self-coding tutorials for technical blogging.
A developer shares three key mindset tips for career changers transitioning into coding, based on a real conversation at a tech conference.
A challenge to implement a Redux store from scratch, inspired by Dan Abramov's video course on Redux fundamentals.
A technical exploration of a CSS-Tricks challenge: how to create nested link functionality using a clever <object> element hack to work around HTML specification limitations.
Explains Chrome's NOSCRIPT intervention, which disables JavaScript on slow networks, and details how to test its behavior.
A critique of modern web bloat and a case for conservative web development principles like minimal JavaScript and optimized assets.
Explores techniques for compiling dynamic languages like Scheme and JavaScript by leveraging existing interpreter runtime code.
Explains how JavaScript engines optimize prototype property access, covering trade-offs between interpreters and optimizing compilers like V8's Ignition and TurboFan.
Explains how JavaScript engines optimize prototype property access, covering optimization pipelines, trade-offs, and performance fundamentals.
A guide on using analogies to teach programming concepts like JavaScript functions, objects, and Git to beginners.
A detailed case study on refactoring a JavaScript function for handling API responses, focusing on reducing cognitive load and improving maintainability.