Build a minimal HTTP server with Node
Learn to build a basic HTTP server in Node.js using the built-in http module, covering server setup, request handling, and async callbacks.
Learn to build a basic HTTP server in Node.js using the built-in http module, covering server setup, request handling, and async callbacks.
A personal recap and notes from the Minnebar 18 tech conference, covering sessions on startups, accessibility, recruiting, and more.
A technical guide on detecting Google Translate and other machine translation tools on webpages using JavaScript and MutationObserver.
A technical deep-dive into the architecture and launch strategy behind the initial version of the Puzzmo puzzle game platform.
A guide to using the native HTML popover attribute to create modals without JavaScript, including code examples.
A tutorial on building a simple, clean photo gallery using Astro's content collections and image handling features.
A web developer recounts a bug where moving a submit button outside its HTML form broke functionality, and how they fixed it using the form attribute.
An interactive guide explaining CSS container queries, their purpose, and how to implement them for responsive component design.
A developer's yearly recap of projects including a self-published game, a personal ranking web app, and contributions to Advent of Code.
The author updates their blogroll, recommending two influential web design professionals and their insightful personal sites.
A hiring manager's advice on standing out in the competitive front-end developer job market, with practical do's and don'ts for applicants.
A guide to essential frontend technologies for freelancers, covering HTML, CSS, JavaScript, responsive design, and version control.
A look at the exciting developments in PHP for 2024, including the PHP Foundation's work, the FrankenPHP app server, and Laravel's growth.
A nostalgic look back at the early days of web development, from table layouts to dial-up modems, by a developer with 20 years of experience.
Podcast interview with Paolo Melchiorre discussing Django, open source contributions, PyCon conferences, and trends in Python web development.
Explores no-class CSS frameworks like MVP.CSS, which style semantic HTML without extra classes for faster, cleaner web development.
Explores different mental models for understanding JavaScript, emphasizing the importance of upgrading rather than replacing your existing knowledge.
A practical guide covering essential Markdown syntax for beginners, including headings, text formatting, links, images, lists, and code blocks.
Explains how Angular's built-in security features automatically protect web applications from Cross-Site Scripting (XSS) attacks by sanitizing untrusted values.
Explains how Shiki Magic Move works, a library for animating code token transitions in presentations using Vue and the View Transitions API.