Crouton #12 - Toasting in Many Tongues (Tōhi o nga reo maha)
A technical guide on using PowerShell's BurntToast module to create localized toast notifications, supporting multiple languages.
A technical guide on using PowerShell's BurntToast module to create localized toast notifications, supporting multiple languages.
Explains two Python solutions to a coding puzzle where a function must return True using integer interning or a custom class.
Episode on automating static asset deployment to AWS S3 via CircleCI and pulling files with Ansible during SaaS deployment.
Explains Closeness Centrality, a key graph analysis metric, and demonstrates its calculation using SQL Server 2019's graph database features.
A developer details their migration from Jekyll to Gatsby for a static blog, citing React/TypeScript skills and benefits of Netlify hosting.
A guide to writing concise JavaScript arrow functions, covering syntax shortcuts, parameter handling, and edge cases.
Building a reverse NuGet package search engine using Azure Functions and Azure Search to find packages by public type names.
Clarifies misconceptions about dependency injection, explaining what it is not: service location, shared dependencies, or auto-wiring.
Explores moving Redux state management off the main UI thread in a React application using Comlink for improved performance.
A guide to implementing policy-based authorization in Blazor applications, covering setup, advantages over role-based auth, and custom requirements.
A guide to recording high-quality speaker audio for meetups, comparing wired and wireless lapel microphone options.
A recap of KubeCon Shanghai 2019, highlighting China's massive scale in cloud native adoption and its growing role in open source contributions.
An exploration of state management concepts in Angular applications, covering state types, lifecycle, and reactive programming approaches.
A maintainer discusses how to guide contributors in free software projects, identifying their strengths and fostering growth across various roles like coding, documentation, and support.
A guide to using Angular directives to dynamically change form validation rules across different application stages, keeping code DRY.
The author explains their decision to create a Patreon for financial support to improve their long-form educational content and live streams.
A short blog post discussing a technical web design issue: making footers stick on pages with minimal content.
A guide on manually generating a Devise password reset link in Ruby on Rails for a user who didn't receive the automated email.
A guide on using Kured, a Kubernetes Reboot Daemon, to automatically restart Azure Kubernetes Service nodes after security patches.
A tutorial series on setting up testing libraries and writing unit, integration, and E2E tests for React components.