How Hard Should Your Employer Work To Retain You?
Analyzes the tech industry's talent retention strategies, using Google's $2.7B re-hire as a starting point, and argues for moving beyond bidding wars.
Analyzes the tech industry's talent retention strategies, using Google's $2.7B re-hire as a starting point, and argues for moving beyond bidding wars.
The article explores how the writing process of AI models can inspire humans to overcome writer's block by adopting a less perfectionist approach.
A tutorial on integrating Hugging Face's vast model library with Ollama's easy-to-use local AI platform for running custom models.
Announcement for a NYC Systems tech talk on predictive auto-scaling in MongoDB Atlas and instrumentation of compiled code.
A step-by-step React tutorial on implementing drag and drop functionality using the @hello-pangea/dnd library.
Explains how to create a custom SQL expression in Entity Framework to query data using strongly-typed ID value types, solving translation issues.
Explores methods for implementing background task processing and concurrency in Starlette-based web applications like FastAPI to avoid blocking on LLM API calls.
Explains linked cancellation tokens in C#, showing how to create a token that cancels when any of multiple source tokens are canceled.
Argues against serverless complexity, advocating for scalable monolithic backend architectures for holistic system design.
Troubleshooting guide for random webcam pauses in OBS, Discord, and web apps, including diagnostic scripts and potential causes.
A guide on migrating from Redis to Valkey on Ubuntu 24.04, covering installation and configuration as a drop-in replacement.
A guide exploring alternative downloadable CMS platforms to WordPress, including Ghost, Kirby, and ClassicPress, with hosting recommendations.
Explores using the RAG pattern with Azure Cosmos DB and Azure AI tools to enhance generative AI application performance and cost efficiency.
Highlights from Commvault's SHIFT 2024 event, featuring new cyber resilience tools like Cloud Rewind and expanded cloud platform support.
A technical guide on creating HTML tables with horizontal scrolling and sticky headers using CSS.
Explains how to implement automatic span linking for internal redirects in ASP.NET Core using middleware on .NET 9 for improved OpenTelemetry tracing.
A guide to writing Home Assistant automations using Elixir's GenServers and WebSocket API for concurrent, programmable home automation.
Explains how to prevent Astro from stripping query parameters in static mode by disabling prerendering for API endpoints.
A guide on managing Entity Framework Core migrations during development within .NET Aspire distributed applications.
Phil Eaton explains the core concepts and intuitions behind distributed consensus systems in a technical talk.