DevOPS with Azure
An overview of Azure DevOps, covering its core services, workflow, and a practical guide for setting up a CI/CD pipeline for .NET applications.
An overview of Azure DevOps, covering its core services, workflow, and a practical guide for setting up a CI/CD pipeline for .NET applications.
A guide to installing and configuring the Starship cross-shell prompt, a customizable terminal enhancement for developers.
Troubleshooting guide for Windows node issues in AKS after upgrading from Kubernetes 1.21 to 1.22, focusing on kubelet errors and resolution steps.
Explores different methods for using parameters in Bicep templates to create reusable Infrastructure as Code (IaC) deployments.
A web developer reflects on 2021, discussing burnout, work-life balance, and moving on from content creation to start a new creative agency.
A comprehensive 22-module course on HTML forms covering design, accessibility, security, and best practices for web developers.
Explores the difference between tacit (experience-based) and explicit (documented) knowledge, using a cooking analogy to discuss implications for software development and knowledge sharing.
A festive-themed technical session on using Azure Resource Manager Locks to protect cloud resources from accidental deletion, with automation examples.
Explores how Terraform handles infrastructure changes made outside its control, detailing the plan/apply process and reconciliation strategies.
A guide for beginners on how to learn Rust, recommending resources like tutorials, books, and the Exercism platform.
A developer adds UX polish to a Django SaaS app, allowing users to quickly navigate between school years in their homeschool application.
A tutorial on creating a reusable AsyncButton in SwiftUI to handle asynchronous actions and prevent duplicate calls.
A developer shares their experience renewing a Microsoft Azure certification, detailing the free online assessment process and tips.
A technical guide on integrating Azure Application Insights into an Angular app, covering installation, configuration, and error tracking.
Explains how to use CSS media queries like prefers-reduced-motion and prefers-color-scheme to create accessible, personalized, and battery-friendly websites.
Announcing the first stable release of kcctl, a modern command-line client for managing Apache Kafka Connect, inspired by kubectl.
Announcing the first stable release of kcctl, a modern command-line client for managing Apache Kafka Connect, inspired by kubectl.
Explains why using user accounts for Azure Logic App connections is a security risk and recommends using managed identities instead.
A tutorial on building a reusable component to display app version and update information in a Nuxt.js application.
A guide to creating a custom React Hook that detects if an element's content is overflowing vertically or horizontally.