Create a dotnet Standard Library (Step-By-Step)
A step-by-step tutorial on creating a .NET Standard class library in Visual Studio, including basic calculator methods and preparation for NuGet publishing.
A step-by-step tutorial on creating a .NET Standard class library in Visual Studio, including basic calculator methods and preparation for NuGet publishing.
Explains how to implement automatic retry logic for asynchronous operations in Swift using the new concurrency model, as a replacement for Combine's retry operator.
A technical guide on creating reusable Pulumi Component Resources to provision Ubuntu VMs with libvirt, building on a previous tutorial.
First in a series on how Managed Service Providers (MSPs) can securely set up and manage Azure tenants using Azure Lighthouse for cross-tenant administration.
A tutorial on building a podcast app with audio functionality using Strapi CMS and the Nuxt.js frontend framework.
A critique of the modern web's shift from a culture of free sharing to one focused on extracting value and monetizing users.
A developer discusses balancing project deadlines with the long-term benefits of improving processes and automating tasks, using examples like PowerShell scripts and cloud services.
A guide to accelerating multilingual BERT fine-tuning using Hugging Face Transformers with distributed training on Amazon SageMaker.
A guide to hacking GPU support into the kind Kubernetes tool for local development and testing with NVIDIA hardware.
Guide to disabling local accounts on Azure Kubernetes Service (AKS) clusters using Terraform for improved security and auditability.
Explains memory management in C#, covering the Heap, Stack, and the performance implications of boxing and unboxing operations.
A guide on using KeePass programmatically with TypeScript to securely manage and retrieve test credentials from an encrypted database.
A look at PHP's modern features, active development, and thriving community in 2021, debunking the myth that the language is dead.
Tips for designing robust and user-friendly Go APIs, focusing on proper use of Context and goroutine lifecycle management.
A software engineer shares a personal strategy for excelling in technical coding interviews by focusing on development velocity and iterative problem-solving.
A PowerCLI script to retrieve hardware vendor, model, and serial number for ESXi hosts in a vSphere environment.
Explains the software design principle of programming to an interface vs. implementation, using a TypeScript list renderer example to show benefits for maintainable code.
Explores using the HTML [hidden] attribute with Angular's trackBy for smoother, more performant client-side filtering compared to *ngIf.
A guide to understanding and using the core Go modules (k8s.io/api and k8s.io/apimachinery) for interacting with the Kubernetes API before diving into client-go.
A guide to managing and switching between different testing environments (like local, staging, production) in the Cypress end-to-end testing framework.