How to migrate a managed Windows Server 2022 image to Shared Image Gallery on Azure
A guide to migrating a Windows Server 2022 managed image to Azure Shared Image Gallery using a provided PowerShell script.
A guide to migrating a Windows Server 2022 managed image to Azure Shared Image Gallery using a provided PowerShell script.
How to use Visual Studio 2019's built-in feature to find and remove unused project and NuGet package references to clean up your solution.
A guide on using Azure Policy to automatically enable diagnostic settings and NSG flow logs for Azure resources.
TinyPilot's 11th-month update: Revenue hits $39k, profit surges, and operations move to a new office. Focus on improving margins.
Explores the proposed RFC for multi-line short closures in PHP 8.1, detailing their syntax, benefits, and addressing common counter-arguments.
Debugging and fixing the 'EMFILE: too many files open' error in AWS Lambda NodeJS by moving initialization logic and using Lambda Insights.
A technical guide on using JMeter to replay recorded database queries from an audit log for load testing, specifically targeting Amazon Redshift.
A developer's journey creating the T-34 ergonomic keyboard layout, optimized for programming, Vim, and reducing RSI pain.
A sysadmin's personal account of updating from Let's Encrypt's deprecated ACMEv1 API to ACMEv2, including troubleshooting steps.
A talk from DjangoCon Europe 2021 on leveraging PostgreSQL's advanced features within Django projects for enhanced database capabilities.
An interview with iOS developer Danijela Vrzan about her career transition from civil engineering to programming and her journey into iOS development with Swift.
Testing and confirming CPU Fair Share Scheduling support on Windows 10 Multi-Session for equitable CPU distribution among user sessions.
A reflection on the slow pace of programming evolution, the persistence of complex problems, and the rapid impact of Stack Overflow.
A side-by-side comparison of basic syntax in 10 programming languages, covering console output, variables, and collections.
Explains shallow routing in Next.js, a technique to change URLs without re-running data fetching methods, using the useRouter hook.
How to disable PerfView's grouping of unresolved CPU frames under '?!?' to better analyze performance bottlenecks.
An interview with data scientist Eugene Yan discussing his career path from psychology to Amazon, favorite ML projects, and advice for aspiring data scientists.
Discusses the importance of using smaller, secure container images, analyzing vulnerability scans and trade-offs between Alpine and Debian-based images.
CSS techniques to optimize Core Web Vitals like LCP and CLS, covering layout, images, fonts, and animations for better performance.
Explores building custom bindings for Azure Functions .NET Isolated Worker to reduce boilerplate code and focus on core function logic.