Styling the details element
A tutorial on customizing the HTML <details> element's appearance, including removing default arrows and adding smooth animations with CSS and JavaScript.
A tutorial on customizing the HTML <details> element's appearance, including removing default arrows and adding smooth animations with CSS and JavaScript.
An introduction to spring physics for web animations, explaining how they create more fluid and realistic motion compared to CSS transitions.
A talk on implementing full-text search using only Django and PostgreSQL, presented at DjangoCon Europe 2020.
A guide to using the JavaScript Fetch API with async/await syntax, covering data fetching, error handling, and request cancellation.
A developer's journey from a hacky PHP prototype to launching a SaaS product that automates analytics and SEO tasks for small businesses.
A team used Django to build a mobile web app for homeless youth services in a two-week hackathon.
Explores how WebAssembly is revolutionizing software distribution by replacing legacy browser plugins like ActiveX, Java applets, and Flash.
A technical guide on migrating website comments from Commento to Utterances, a GitHub-based comment system, including steps and code.
An introduction to Svelte, a modern frontend framework that compiles code for efficient DOM updates, with a basic tutorial on components and state.
A tutorial on using CSS Flexbox to build modern, responsive website headers, covering layout techniques and common challenges.
Explains what a CNAME record is in DNS, describing it as an alias that maps one domain name to another canonical domain.
A curated list of six influential tech conference talks covering web development, JavaScript, React, workplace strategy, and community building.
A beginner-friendly tutorial on Angular 9 covering setup, components, data interpolation, directives, and routing.
A guide on customizing the default server error page in Nuxt 2 applications, covering text changes and full HTML replacement.
A beginner-friendly tutorial on creating a 'Hello World' application using the Vue.js framework, covering setup and basic features.
A developer's journey to improve icon usage in web projects, leading to the creation of tools like Icônes and Iconify IntelliSense for better developer experience.
A developer builds a school year calendar feature in Django, adding break day models, methods, and tests.
A tutorial on extending a FastAPI web app with HTML forms to add checkbox functionality and a file download button.
Fixes an IIS Express port conflict error caused by reserved Windows port ranges, providing a solution to change the application port.
Explains how to programmatically get a list of all CSS properties and identify shorthands and their longhands using the CSS Object Model (CSS OM).