Counting Words at SIMD Speed
A technical deep dive into optimizing word count performance using Python, C, and SIMD programming, achieving massive speed improvements.
A technical deep dive into optimizing word count performance using Python, C, and SIMD programming, achieving massive speed improvements.
A practical guide to managing Azure Policy using PowerShell for automation, repeatability, and governance in existing Azure environments.
A guide to upgrading an eShopLite project to use .NET Aspire 9.4 and GPT-5 models via Azure AI Foundry for cleaner code and deployment.
A guide for CTOs on measuring the business impact of tech initiatives, moving beyond productivity to focus on real outcomes.
A developer uses AI to create a Python library for the Imgflip meme API, detailing the process and publishing it to PyPI.
Explores running .NET in the browser using WebAssembly without the Blazor framework, covering templates and .NET 10 improvements.
A guide on using Azure Bastion to securely connect to a private AKS cluster without needing a jump box VM, simplifying access and management.
A lifelong Windows power user shares their surprising first impressions and confusions after switching to macOS, detailing the unexpected differences and challenges.
A guide covering key considerations and best practices for containerizing a web application using Docker and Docker Compose.
Explains how to manage Apache Iceberg table metadata by expiring old snapshots and rewriting manifests to prevent performance and cost issues.
Explores using JSON arrays over objects for serialization in jOOQ's MULTISET operator, focusing on performance and reliability.
A tech professional expresses deep concern about an imminent AI-driven economic downturn and mass layoffs in the tech industry.
A PowerShell script tutorial for identifying and reporting empty Azure Resource Groups to reduce maintenance overhead.
Explains how to bypass Entity Framework's SqlRaw requirement to return all entity properties by explicitly selecting NULL for missing columns.
A developer shares their experience and security improvements gained from participating in the GitHub Secure Open Source Fund for their .NET projects.
Explores how dysfunctional communication and veto power in tech standards committees can lead to stagnation and failure to innovate, a twist on Conway's Law.
AzPolicyTest PowerShell module updated to v2.8.0 with new tests for Azure Policy resource type exclusions and effect validation.
A developer built an automated tool using PowerShell and GitHub Actions to track and filter important changes in Microsoft's AKS and Kubernetes Fleet Manager documentation.
A user's positive review of the Pinetime smartwatch running InfiniTime, highlighting its reliability, open-source nature, and key features.
Analysis of OpenAI's new gpt-oss models, comparing architectural improvements from GPT-2 and examining optimizations like MXFP4 and Mixture-of-Experts.