Quickly fix bugs in Django with Python's debugger
Learn how to use Python's built-in pdb debugger to quickly find and fix bugs in Django applications, replacing slow print statement debugging.
Learn how to use Python's built-in pdb debugger to quickly find and fix bugs in Django applications, replacing slow print statement debugging.
A comparative analysis of the underlying architecture and design principles of TensorFlow and PyTorch machine learning frameworks.
A personal retrospective on founding and leading the SQLPort user group for SQL Server and Microsoft Data Platform over its first decade.
A developer shares their journey of building a simple, concurrent HTTP server in Python using the asyncio library and non-blocking sockets.
Analyzes a poll on third-party code usage in front-end development, comparing JavaScript vs. CSS reliance and discussing performance trade-offs.
A guide on integrating Django application logs with Papertrail, a web-based log aggregator, for easier log viewing and searching.
A guide on configuring Django to write application logs to a file in a production environment for easier debugging.
Explores implementing a 'random link' feature for web comics on static sites using Eleventy and build-time JavaScript, avoiding server-side logic.
Explains how the JavaScript Array.sort() method works, including default behavior and custom compare functions for numbers and objects.
A reflection on the personal and professional benefits of being an open source maintainer, framed in the spirit of the Passover song 'Dayenu'.
A guide to building a live Twitter timeline printer using a POS58 thermal receipt printer, Python, and the Twitter API.
A practical guide and cheatsheet for using the grep command-line tool for text searching and regular expressions.
Explains how JavaScript's && and || operators work with truthy/falsy values, not just booleans.
A guide to customizing Django's class-based views, showing how to override methods for filtering and ordering data.
A tutorial on Clojure programming, covering basic functions and implementing a prime number sieve as a learning exercise.
An introduction to Azure Active Directory B2C, explaining its concepts and outlining a detailed tutorial series for developers.
A developer adds an onboarding form using Django's CreateView, handling form configuration and redirecting to the next step in the flow.
Andy discusses using CSS for print styling, specifically for Piccalilli invoices, and shares a resource from Rachel Andrew.
A technical guide on using StreamYard to stream a virtual Azure community event to YouTube, covering setup, features, and experience.