Super Simple Start to ESModules in Node.js
A guide to getting started with ESModules in Node.js, covering setup and common errors.
A guide to getting started with ESModules in Node.js, covering setup and common errors.
A tutorial for front-end developers on how to create a whimsical, interactive 3D button using only HTML and CSS.
React performance tips: two techniques to optimize re-renders before using memo() or useMemo().
An in-depth tutorial on CSS Transitions, covering fundamentals, timing functions, performance, and UX best practices for web animations.
A developer fixes critical scheduling bugs in a Django app, addressing issues with task display and date calculations discovered during real-world testing.
An exploration of Django middleware, explaining its purpose, placement in the request/response cycle, and how it's configured.
A personal reflection on the author's 2020, discussing burnout, creative output, and the impact of the pandemic on work and life.
A personal review of 2020 covering pandemic reflections, social justice, and the author's professional work on EpicReact.dev and home office setup.
A critique of Fred Brooks' 'No Silver Bullet' essay, arguing against the idea that programmer productivity has a fixed upper limit.
Kent C. Dodds explains why he is reducing his involvement in open source and direct support to focus on family and commitments.
A guide to Django's user authentication and authorization system, covering setup, the User model, and the login process.
Argues against using TypeScript enums, advocating for union types due to code emission and type safety issues.
A beginner's guide to setting up and deploying your first Firebase Cloud Function, covering initial project configuration and dependencies.
A developer shares how they overcame a repetitive-strain injury (RSI) and now codes using voice commands and an eye-tracker.
A tutorial on creating a full-bleed webpage layout using CSS Grid, focusing on improving readability for long-form content.
An introduction to spring physics for web animations, explaining how they create more fluid and realistic motion compared to CSS transitions.
Article critiques Google Analytics' privacy and performance costs, and explores ethical, self-hosted alternatives for website tracking.
An article exploring Preact, a lightweight React alternative, and its progressive ecosystem for building web applications.
A guide to using TypeScript with native ECMAScript modules, covering configuration and importing from CDNs.
Explains how to use Django models, managers, and QuerySets to interact with a database, covering creation, filtering, and deletion.