How to Use JWT Authentication with Django REST Framework
A tutorial on implementing JWT (JSON Web Token) authentication in a Django REST Framework application, covering setup, token usage, and refresh logic.
A tutorial on implementing JWT (JSON Web Token) authentication in a Django REST Framework application, covering setup, token usage, and refresh logic.
Examines four common data modeling patterns for DynamoDB in serverless applications, including simple use cases and complex relational approaches.
Explains how to use a service worker to intercept and handle failed image requests, providing fallback images when originals are broken or unavailable.
Explains the implicit lifecycle hook created by AWS CodeDeploy when linking to an Auto Scaling Group via IaC, and its potential issues.
An overview of key cloud computing trends and the essential skills needed for a career in cloud technology, including serverless, containers, and AI.
A tutorial on validating empty form inputs in JavaScript, covering event handling and trimming whitespace.
A developer adds a third-party integration (Prompt) to a SaaS project using Python and Django, involving model, view, and template changes.
A developer's guide to creating custom GitHub Actions using PowerShell, covering setup, Docker configuration, and a simple Hello World example.
Lessons learned from building an enterprise PowerApps application, covering performance, control management, and code organization pitfalls.
A developer shares a clever one-line JavaScript solution using String.replace() to highlight search terms in text results with HTML <mark> tags.
An analysis of ASP.NET Core's maturity, comparing its stability and API evolution to Node.js and the .NET Framework.
A developer explains migrating his technical blog from Ghost to Hugo for simplicity, cost savings, and Asciidoc support.
Explores JavaScript abstractions through a pyramid of functions, getters, and setters, explaining their benefits and use cases.
A quick command-line snippet to pull the latest version of multiple Docker images from a specific vendor (Confluent) in one go.
Explains how to use lazy properties in Swift to delay object creation, improve performance, and avoid optionals, with practical code examples.
Explores subtle and rarely discussed unbreakable reference cycles in Swift's memory management, detailing how they cause leaks and offering advanced insights.
Guide to controlling IKEA Trådfri and other Zigbee bulbs without vendor gateways using a custom CC2531 USB dongle and open-source software.
Explores AWS's unannounced, under-the-hood improvements to services like Redshift and DynamoDB that enhance performance without customer action.
Introducing Bazel schematics for Angular CLI, enabling developers to use Google's Bazel build tool for faster, parallelized builds with cloud caching.
A critical look at the CSS pointer-events property, arguing against its use on standard HTML elements while acknowledging valid SVG use cases.