Bean Machine Retrospective, part 9
Explores implementing pattern matching in Python using predicates and combinators, detailing custom MatchResult types and pattern semantics.
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 tutorial on building a URL shortener service using C#, .NET, and Redis, covering both a forwarding API and a management CLI.
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 scaling Azure App Service Plans between B1, B2, and B3 SKUs using PowerShell commands and parameters.
A step-by-step guide to setting up a development environment for .NET MAUI in 2023, covering SDK, XCode, and workload installation.
Entity Framework Core 8 introduces raw SQL queries that can return unmapped types, a highly anticipated feature for .NET developers.
A guide on integrating Cucumber with Cypress for behavior-driven testing, covering setup, pros/cons, and practical steps.
A developer argues that AI will augment, not replace, front-end developers, addressing fears about the future of the profession.
Explains why ASP.NET Core 7 apps default to HTTP only and how to configure HTTPS for development, covering certificate trust and launch settings.
Explains PHP 8.3's new feature allowing readonly properties to be reinitialized during object cloning, specifically within the __clone method.
A technical guide on deploying Google's FLAN-UL2 20B large language model for real-time inference using Amazon SageMaker and Hugging Face.
A comprehensive guide for aspiring tech conference speakers, covering proposal writing, preparation, slides, demos, and networking benefits.
Analyzes the abuse of Microsoft 365 Defender's Live Response feature for privilege escalation on Tier0 assets and discusses detection methods.
A guide to building professional .NET console applications using modern practices like Top-Level Statements and the .NET Generic Host.
An experiment comparing how different large language models (GPT-4, Claude, Cohere) write a biography, analyzing their accuracy and training data.
Argues that Tech Leads, who code and manage small teams, are more effective than detached Engineering Managers in software organizations.