Optimizing in-process gRPC with Go 1.23 Iterators and Coroutines
Explores using Go 1.23's new iterators and coroutines to optimize in-process gRPC communication for efficiency and transparency.
Explores using Go 1.23's new iterators and coroutines to optimize in-process gRPC communication for efficiency and transparency.
A guide to securing a personal digital life by migrating to a custom domain email, using a password manager, and implementing YubiKey 2FA.
Explores using Bing Search API to ground LLM responses for website assistants, comparing custom implementation with Azure AI Agent Service.
Critique of tech industry's forced AI adoption, arguing for user-centric innovation over disruptive 'visionary' features.
Explores TypeScript enums: their functionality, practical use cases, and alternative approaches for developers.
A biweekly newsletter issue covering mobile automation news, tools, and best practices for iOS and Android development.
A guide to automating Azure Quick Review (azqr) scans using a scheduled GitHub Actions workflow for continuous cloud resource assessment.
A tutorial on automating Azure Virtual Network deployment using PowerShell scripts for consistent, scalable infrastructure.
A tutorial on using the R package {blastula} to create and send automated emails with dynamic content and HTML formatting.
A summary and discussion of Chapter 1 of Chip Huyen's book, exploring the definition of AI Engineering, its distinction from ML, and the AI Engineering stack.
Learn powerful Neovim/Vim commands for precisely copying and moving lines of code to boost your editing efficiency.
Explains how dev containers in VS Code can streamline developer onboarding by creating consistent, pre-configured development environments.
A reflection on the concept of 'theoretical software engineers' and the tension between ideal best practices and pragmatic, real-world development.
A guide to installing and configuring the lightweight HTTP/HTTPS proxy server, tinyproxy, on Ubuntu for domain filtering.
A proposal for managing optional software dependencies using meta-packages, avoiding complexity in package managers.
A guide to selecting essential WooCommerce plugins for 2025, focusing on performance, security, and SEO.
A technical tutorial on using Playwright Java to assert checkboxes and utilize the blur() and clear() methods in test automation.
A tutorial on using Playwright Java to verify tooltip text and set focus to specific web elements for automated testing.
A tutorial on using Playwright Java to verify page titles and check for absent text on webpages, with code examples.
A tutorial on implementing soft assertions in automated tests using Playwright Java and TestNG, with a practical example.