Share what you know. Often.
A reminder for developers to share their frontend knowledge, even basic tips, as no one can know every detail in the field.
A reminder for developers to share their frontend knowledge, even basic tips, as no one can know every detail in the field.
A guide to quickly compress and resize large images for webpages using a browser-only workflow to improve loading times.
A web developer shares a personal list of technologies and skills, including React, TailwindCSS, and English, they aim to learn in 2021 to advance their career.
A JavaScript developer argues for prioritizing CSS skills to improve quality of life and career, especially for those who find it frustrating.
Learn how to write automated tests for your Django project to verify functionality and save time on manual checks.
A guide to understanding and configuring static files (CSS, JS, images) in a Django web application for improved styling and functionality.
An in-depth tutorial on CSS Transitions, covering fundamentals, timing functions, performance, and UX best practices for web animations.
A tutorial on integrating htmx with Django to delete list items without page reloads, including CSRF token handling.
An exploration of Django middleware, explaining its purpose, placement in the request/response cycle, and how it's configured.
A personal reflection on the author's 2020, discussing burnout, creative output, and the impact of the pandemic on work and life.
A beginner's guide to Velocity Template Language (VTL) covering variables, directives, loops, and conditionals for dynamic content generation.
A personal review of 2020 focusing on positive aspects like remote work, web development projects, writing, and virtual events.
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.
Learn how to add global CSS styles to a Next.js application by importing them in the _app.js file.
A software developer shares insights from giving 125+ tech talks, focusing on planning, topic selection, and setting clear presentation goals.
An overview of Django's built-in user authentication system, covering authentication, authorization, and setup.
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 beginner-friendly Django project guide for building a survey website to practice backend web development concepts.