Goals for 2022
A blogger shares their 2022 goals for writing, media production, and software development, focusing on accountability and personal growth.
A blogger shares their 2022 goals for writing, media production, and software development, focusing on accountability and personal growth.
A developer shares his 2022 work resolutions, focusing on creative production, ignoring tech/crypto discourse, hiring, and finding joy in tech.
A curated list of essential resources for frontend developers in 2022, covering JavaScript, TypeScript, tools, and learning platforms.
Troubleshooting guide for Windows node issues in AKS after upgrading from Kubernetes 1.21 to 1.22, focusing on kubelet errors and resolution steps.
A developer adds UX polish to a Django SaaS app, allowing users to quickly navigate between school years in their homeschool application.
Explains how to use CSS media queries like prefers-reduced-motion and prefers-color-scheme to create accessible, personalized, and battery-friendly websites.
Explains the C# yield keyword and generator functions, demonstrating lazy evaluation with code examples comparing IEnumerable and List.
Announcement and guide for applying to the VMware vExpert 2022 program, detailing benefits and qualification criteria for IT professionals.
How to fix the missing .NET Framework 4.5 reference assemblies error in Visual Studio 2022 by copying files from a NuGet package.
A critical analysis of the 4privacy Kickstarter project, examining its privacy promises, technology, and potential economic and trust challenges.
A tutorial on building an automated stock checker for gaming consoles using Playwright, Azure Functions, and Twilio for notifications.
Explains the correct and incorrect methods for analyzing subsets in survey data, focusing on statistical inference and standard error calculations.
A technical guide on using Azure Image Builder to create and customize a Windows Server 2022 image for deployment to Azure Virtual Desktop.
Explores the benefits and security advantages of using Generation 2 virtual machines in Azure, focusing on the upcoming Trusted Launch feature.
Learn how to build resilient, event-driven microservices using .NET and Dapr to overcome common distributed system challenges.
A guide to migrating a Windows Server 2022 managed image to Azure Shared Image Gallery using a provided PowerShell script.
A technical guide on creating a custom Windows Server 2022 image using Hyper-V and uploading it to Azure for use with Windows Virtual Desktop.
A technical guide on deploying and troubleshooting Windows Server 2022 as a Windows Virtual Desktop session host, including best practices and workarounds.
A guide to performing an in-place upgrade of Windows Server 2022 on an Azure VM, including warnings and step-by-step commands.
Explores the design and implementation of a self-hosting parser for a new systems programming language, detailing the evolution from a yacc-based prototype.