Locomotive Engineer / New Model Field - Building SaaS #156
A developer works on a Python/Django SaaS project, solving an Exercism problem and adding a new model field to a homeschool app.
A developer works on a Python/Django SaaS project, solving an Exercism problem and adding a new model field to a homeschool app.
A guide to installing Neovim LSPs and NPM tools in a central, local directory and adding it to the $PATH for better version control and security.
Explains the core principles of DevOps, including the Three Ways, collaboration, CI/CD, and automation for efficient software delivery.
Troubleshooting guide for fixing 'Your credentials did not work' error during authentication on an Azure AD Joined machine in a federated domain.
A guide to using the Hummingbird framework for encoding and decoding HTTP data, including JSON, in Swift server applications.
A reflection on past skepticism of deep learning and why similar dismissal of Large Language Models (LLMs) might be a mistake.
Discusses the potential for Apple to allow alternative browser engines on iOS, analyzing the impact on browser diversity and competition.
An analysis of PHP's evolution through 'design by committee,' comparing its development process to the awkward but functional camel.
A guide to creating a custom keyboard shortcut for the Export Unmodified Original command in macOS Photos app using a Bash script.
Explores implementing pattern matching in Python using predicates and combinators, detailing custom MatchResult types and pattern semantics.
A guide on using Redis as a vector database to store and query embeddings for semantic search, replacing Pinecone in a tech stack.
A guide to implementing in-memory caching in .NET using IMemoryCache to improve application performance and reduce database calls.
A statistical analysis using R and Bayesian modeling to convert Aragorn's Dúnedan age from Lord of the Rings into equivalent human years, based on Tolkien's writings.
A guide on scaling Azure App Service Plans between B1, B2, and B3 SKUs using PowerShell commands and parameters.
Explains the CSS :focus-visible pseudo-class, detailing when browsers show focus styles for accessibility without compromising design aesthetics.
A developer's personal experience and insights on error handling in Zig, focusing on memory allocation failures and the 'try' keyword.
A guide on integrating Cucumber with Cypress for behavior-driven testing, covering setup, pros/cons, and practical steps.
A step-by-step guide to setting up a development environment for .NET MAUI in 2023, covering SDK, XCode, and workload installation.
A tutorial on building a URL shortener service using C#, .NET, and Redis, covering both a forwarding API and a management CLI.
Entity Framework Core 8 introduces raw SQL queries that can return unmapped types, a highly anticipated feature for .NET developers.