Introspecting CSS via the CSS OM: Get supported properties, shorthands, longhands
Explains how to programmatically get a list of all CSS properties and identify shorthands and their longhands using the CSS Object Model (CSS OM).
Explains how to programmatically get a list of all CSS properties and identify shorthands and their longhands using the CSS Object Model (CSS OM).
Introducing MaVoice, a free Mavo app for voting on GitHub repo issues with one-click reactions and sorting by popularity.
A guide for beginners on how to efficiently navigate and find answers in the extensive Django documentation, reducing frustration.
A developer builds a mobile web app for a homelessness-focused hackathon using Python and Django, covering models, admin, and pages.
A developer details the fourth relaunch of their personal blog, migrating from Jekyll to the 11ty static site generator for more flexibility and performance.
The provided content is not a blog article but a 404 error page with embedded analytics code.
Explains the importance of frontend testing for user experience, team confidence, and preventing production bugs in non-trivial applications.
Learn how to use HTML forms and Django's form system to collect user input in this tutorial episode.
A discussion on the importance of balancing practical tool learning with theoretical computer science concepts for web developers.
Advice for beginner programmers on choosing what to learn next, emphasizing following personal interest to maintain motivation and build foundational skills.
Explains how Django's form system handles user interaction, covering HTML form basics and integration with Django views and templates.
A guide for React developers on using CSS Variables (Custom Properties) to enhance styling workflows and unlock new possibilities.
A guide to styling ordered lists using CSS counters and the ::marker pseudo-element for custom list numbering.
A guide to using Django templates for building user interfaces, covering setup, configuration, and best practices.
Announcing use-sound, a React Hook for adding sound effects to web applications, with tips for tasteful implementation.
A web developer shares his journey creating a personal homepage, discussing his tech stack and overcoming imposter syndrome.
A developer explores a React SSR hydration bug, explaining the cause and solution for mismatched client/server rendering.
A guide to understanding and building URLs in Django, covering URLconfs, path functions, and routing.
A beginner-friendly introduction to Django, a Python web framework, explaining its core concepts and how it powers web applications.
A tutorial on building a GitHub issue stats app using Mavo with HTML and CSS, requiring zero JavaScript.