Get Azure API Management Git Credentials using PowerShell
A PowerShell script tutorial for automating the retrieval of Git credentials from Azure API Management, useful for CI/CD pipelines.
A PowerShell script tutorial for automating the retrieval of Git credentials from Azure API Management, useful for CI/CD pipelines.
A tutorial on implementing blue/green deployments in Kubernetes for legacy applications that don't support rolling updates.
Highlights the key new features and improvements introduced in the Swift 4 programming language.
A summary of the VMworld 2017 Europe Tuesday keynote, covering VMware's product announcements, cloud partnerships, and a VR demo.
Part 3 of a series on Microsoft Bot Framework, focusing on simplifying bot development using Form Flow to capture user input.
An analysis of Hacker News moderation tools and practices, based on data scraped from the site's API.
Troubleshooting guide for resolving Oracle GoldenGate Kafka Connect Handler errors, focusing on schema registry and Avro serialization issues.
An introduction to Markdown, a plain-text formatting syntax used widely in software documentation, explaining its benefits and basic usage.
Explores applying design thinking and philosophy to programming language creation, moving beyond just engineering and mathematics.
Explains how to create and manage Git-compatible symbolic links using relative paths for cross-machine compatibility.
A first-hand account of the first day at VMworld 2017 Europe in Barcelona, covering the vRockstar event, workshops, and the VMworld Hackathon.
Author's 2017 speaking schedule for tech conferences and meetups, focusing on Apache Kafka and real-time data streaming.
A framework for categorizing security engineering work into four key buckets: prevention, detection, damage reduction, and work generation.
Explores five key Java command line options (--add-exports, --add-opens, etc.) to overcome migration challenges with the Java module system.
Strategies for performing safe, low-downtime database migrations in PostgreSQL, focusing on adding columns and creating indexes on large tables.
A guide to freeing up disk space by using a terminal command to recursively delete node_modules folders from local Node.js projects.
A tutorial on using Nodemon to automatically restart a Node.js server during development, eliminating the need for manual restarts.
A technical guide on creating PHP 7 extensions for both Linux and Windows, covering C++ integration and class binding.
A developer's guide to Windows Subsystem for Linux (WSL), explaining its architecture and setup for Linux enthusiasts.
Benchmarks comparing Haskell list length implementations, showing how strict tail recursion with accumulating parameters improves performance and memory safety.