Django Rest API without DjangoRestFramework
A tutorial on building a full CRUD REST API using only Django's core features, without the Django Rest Framework.
A tutorial on building a full CRUD REST API using only Django's core features, without the Django Rest Framework.
Explains how to create layouts in Blazor using CSS Grid and Flexbox, comparing them to XAML for .NET developers transitioning to web.
A tutorial on integrating TypeScript with Cypress for improved type safety and error detection in test automation.
Learn how to write automated tests for your Django project to verify functionality and save time on manual checks.
A live coding session on debugging browser tools and XSS mitigation while fixing an issue to render HTML tags as text.
Explores the Doherty Threshold and the importance of sub-400ms response times for user engagement, referencing a TV show and technical concepts.
A concise guide to learning Next.js, covering its core concepts, features, and setup in a tweet-thread format.
A developer shares technical updates made to their personal website, including SEO improvements, RSS fixes, and open-source theme details.
Learn how to use the Decorator Pattern in JavaScript to add features like JSON extraction and error handling to the native fetch() API.
A guide to unit testing Blazor UI components using the bUnit framework for faster, isolated testing without a browser.
The author discusses their experience appearing on the Blazor Community Standup to talk about the Blazored component libraries and provides an update on their book.
A roundup of exciting new web technologies including CSS aspect-ratio, container queries, and JavaScript libraries like GSAP Draggable and Three.js.
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.
Explains how to find an element's nearest positioned ancestor using JavaScript's offsetParent and getComputedStyle for debugging CSS layout issues.
A developer's workflow guide for setting up a static site using the Pelican generator, including virtual environments and custom automation scripts.
A tutorial on integrating htmx with Django to delete list items without page reloads, including CSRF token handling.
A developer discovers and explains how XSLT stylesheets can transform raw XML feeds into readable web pages, using RSS as an example.
A developer's enthusiastic personal reflection on the benefits and joys of using TypeScript for JavaScript development.
A tutorial on using Cypress to test if an element exists, is visible, and common pitfalls with negative assertions.