Ultimate CSS Reference
A comprehensive reference guide covering CSS fundamentals, syntax, selectors, layout systems like Flexbox and Grid, and best practices for styling web pages.
A comprehensive reference guide covering CSS fundamentals, syntax, selectors, layout systems like Flexbox and Grid, and best practices for styling web pages.
An analysis of five inspiring personal websites, focusing on their design, content philosophy, and the technology used to build them.
Explores psychological principles for improving user experience during web waits, suggesting alternatives to traditional loading spinners.
A step-by-step tutorial on building a portfolio/blog website using Angular and integrating it with Agility CMS for content management.
A technical tutorial on integrating an Instagram feed into a Next.js website using the instagram-web-api npm package, covering authentication and data fetching.
A developer discusses integrating Tailwind CSS into WordPress development workflows, focusing on the Gutenberg block editor.
A tutorial on building a blog using the Agility headless CMS, covering setup, content modeling, and data retrieval via API.
A personal review of 2020 focusing on positive aspects like remote work, web development projects, writing, and virtual events.
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.
Overview of new features and breaking changes in PHP 8, including JIT, union types, attributes, and the nullsafe operator.
A software developer shares insights from giving 125+ tech talks, focusing on planning, topic selection, and setting clear presentation goals.
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.