T.I.L. How to get the favicon of any site
A quick tip on using a Google CDN to easily retrieve and display the favicon for any website URL without manual crawling.
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.
A tutorial explaining how to use JavaScript destructuring, specifically within Cypress test code, to simplify working with objects and function parameters.
A developer outlines their goals and project ideas for an upcoming self-directed learning retreat at the Recurse Center, focusing on web development and personal growth.
A developer announces a new personal blog built with the Zola static site generator, planning to document his journey at the Recurse Center and topics like programming and ADHD.
A developer compares JavaScript's performance.now and Date.now for measuring raw computing speed, sharing test methods and findings.
A guide to understanding and fixing CORS errors in Express.js, including whitelist configuration and middleware setup.
Explores the importance of responsive design for viewport height, not just width, with CSS techniques and examples.
The author starts a new Django project to build a social network with a capped number of connections to encourage thoughtful relationships.
A developer's guide to practical tools and techniques for testing and improving web accessibility, debunking common misconceptions.
A talk on implementing full-text search using only Django and PostgreSQL, following Pythonic principles for simplicity.
A beginner's tutorial on the Svelte JavaScript framework, covering basics like variables, props, and component structure.
The author announces 'Front Line PHP', a new book teaching modern PHP, best practices, and the professional web developer mindset, launching alongside PHP 8.
A guide to designing wireframes for a Django survey application, covering user journeys for both survey takers and creators.
A beginner-friendly Django project guide for building a survey website to practice backend web development concepts.
A beginner-friendly introduction to CSS variables (custom properties), explaining their syntax and basic usage with simple code examples.
Explains what a Django application is, its structure, and how it fits into a Django project.
A tutorial on how to write and implement custom JavaScript Promises for handling asynchronous operations.
A comprehensive list of online coding playgrounds and prototyping tools for developers, including Repl.it, CodePen, and CodeSandbox.