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.
An overview of key cloud computing trends and the essential skills needed for a career in cloud technology, including serverless, containers, and AI.
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 explains migrating his technical blog from Ghost to Hugo for simplicity, cost savings, and Asciidoc support.
A quick command-line snippet to pull the latest version of multiple Docker images from a specific vendor (Confluent) in one go.
Guide to controlling IKEA Trådfri and other Zigbee bulbs without vendor gateways using a custom CC2531 USB dongle and open-source software.
Introducing Bazel schematics for Angular CLI, enabling developers to use Google's Bazel build tool for faster, parallelized builds with cloud caching.
Explores the diverse reasons developers create R packages, from practical tools to experimental research, and discusses their varying lifespans.
Analyzes the evolution of hybrid cloud strategies, contrasting traditional application bursting with modern, consistent deployment models for legacy systems.
A tutorial on using Swift 5's new StringInterpolation to create NSAttributedStrings with a clean, expressive syntax for styling text and embedding images.
A technical guide sharing practical Docker and Docker Compose tips for working with Apache Kafka, Kafka Connect, and ksqlDB environments.
Explains the new StringInterpolation design in Swift 5, showing how to implement custom interpolation methods for powerful string formatting.
A developer's investigation into programmatically detecting 'x is not defined' ReferenceErrors in JavaScript across different browsers.
A guide to optimizing costs when using Azure Cosmos DB, covering its pricing model, design considerations, and best practices for efficient usage.
A research project using Wi-Fi signals to estimate smartphone proximity, aiming to help identify potential perpetrators in assault cases.
The article argues for optimizing code for auditability to make security vulnerabilities easier to spot, using cryptography as a key example.
A deep dive into the .NET Core Runtime, exploring its components and building a 'Hello World' app from the raw CoreCLR source.
Recap of a Python Frederick meetup where Patrick Pierson presented on Django, covering local development tools like Docker and Vagrant.
Overview of methods and tools for streaming data changes from Oracle databases into Apache Kafka, including CDC options.