Content-visibility and Accessible Semantics
Explores the accessibility implications of the CSS content-visibility property, testing its impact on screen readers and the accessibility tree.
Explores the accessibility implications of the CSS content-visibility property, testing its impact on screen readers and the accessibility tree.
An in-depth look at Django middleware, explaining its role and function in handling requests and responses in a web application.
Learn how to quickly deploy a CodePen project to Netlify in under 30 seconds by exporting and dragging files.
A step-by-step guide on how to submit your Eleventy-built website to the official Eleventy leaderboards via a GitHub pull request.
Learn how to add global CSS styles to a Next.js application by importing them in the _app.js file.
A tutorial on using CSS Scroll Snap to create smooth, swipeable scrolling containers for galleries and sliders without JavaScript.
Tutorial on creating custom Django template tags and filters to extend template functionality in a blog application.
A developer shares techniques for preventing unwanted browser caching of static site assets, including file hashing with Eleventy and Parcel.
A software developer shares insights from giving 125+ tech talks, focusing on planning, topic selection, and setting clear presentation goals.
Overview of new features and breaking changes in PHP 8, including JIT, union types, attributes, and the nullsafe operator.
The author explains the simple, static architecture of their blog, built with Jekyll, GitHub Pages, HTML, CSS, and minimal JavaScript.
A talk on implementing full-text search using Django and PostgreSQL, highlighting its simplicity over dedicated search engines.
A developer builds an iCalendar proxy in Node.js to inject custom reminders into calendar feeds during their time at Recurse Center.
A guide to 5 Netlify plugins for optimizing web performance, including broken link checking, deployment hours, HTML validation, Lighthouse audits, and HTML minification.
Explains two main methods for correctly including and displaying images in React components, covering imports and the public directory.
A tutorial on creating and deploying a Ruby on Rails API to Heroku, covering setup, database configuration, and deployment steps.
Explains the difference between interfaces and APIs in programming, using examples from JavaScript and web development.
A quick tip on using a Google CDN to easily retrieve and display the favicon for any website URL without manual crawling.
The author details the relaunch of their web development blog, highlighting new features and a migration from Gatsby to Eleventy.
An overview of Django's built-in user authentication system, covering authentication, authorization, and setup.