PHP in 2024
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 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.
Author celebrates their fourth consecutive year as a GitHub Star, highlighting contributions to open-source web game development and community work.
Explains how Shiki Magic Move works, a library for animating code token transitions in presentations using Vue and the View Transitions API.
A personal reflection on the acquisition and uncertain future of CSS-Tricks, a popular web development blog, following its purchase by DigitalOcean.
A curated list of February 2024 bookmarks on web development, CSS, sustainability, and AI criticism from various authors and sources.
A satirical and critical look at Single-Page Applications (SPAs), explaining their concept while humorously highlighting performance and complexity trade-offs.
An overview of classless CSS libraries for quickly styling small web projects without large frameworks.
Explores the concept of utility-first CSS, contrasting it with traditional CSS methodologies and discussing its role and limitations in web styling.
The Green Web Foundation has redesigned its directory to help users find and evaluate truly sustainable web hosting providers with better filtering and evidence.
A web developer explores using CSS custom properties to offload JavaScript logic for scroll-driven animations, making them more performant and maintainable.
A developer defends Tailwind CSS against common criticisms, arguing it's not inline CSS and demonstrating its utility with code comparisons.
A curated list of the best websites to find and download free, high-quality HTML and vanilla CSS templates for both personal and commercial projects.
Explores a dark pattern in Substack's UI where subscription pricing is hidden, and reveals a workaround to view it without signing up.
Explores integrating HTMX with Blazor's server-rendered components in .NET 8 to add interactivity without WebSockets or WebAssembly.