CICD Pipeline with Azure Stack – Part 4
Part 4 of a series on configuring a CI/CD pipeline for Azure Stack, focusing on using PowerShell scripts for deployment via TFS.
Part 4 of a series on configuring a CI/CD pipeline for Azure Stack, focusing on using PowerShell scripts for deployment via TFS.
A video series on transitioning from interactive Jupyter data exploration to reproducible, packaged, and tested code for data analysis.
A guide to handling inconsistent JSON structures in Java using custom Jackson deserializers, with a Spring Boot example.
Analysis of a major AWS S3 outage, its widespread impact, and key lessons for building resilient, fault-tolerant cloud architectures.
Guide to setting up and using Adobe Analytics' self-service Data Feed feature for customer-level analytics via FTP/SFTP/S3.
Developer shares personal achievement of receiving the 2017 Microsoft MVP Award for Windows Development and thanks the community.
A tutorial on integrating Twilio's SMS API with a .NET Core console application, including code examples.
A tutorial on using Roslyn and .NET Core to dynamically generate C# class code, including fields and properties, and output it to the console.
Explores the conceptual differences between static site generators and caching for web performance, focusing on developer mindset and trade-offs.
Introducing the tenacity library, a Python fork of retrying for robust error handling with flexible retry logic and backoff strategies.
Solutions for preserving exception tracebacks in JSON logs when using Python's multiprocessing QueueHandler.
A guide to securing Azure DevOps VM deployments by dynamically managing NSG rules with PowerShell to restrict inbound access.
A guide to using dependency injection with static methods and classes in Swift to improve testability of legacy code.
Explores the concepts of 'bikeshedding' and 'honeypots' in software, introducing the idea of a 'bikeshed honeypot' to manage feedback.
Reveals three lesser-known technical facts about the Yarn package manager, including its dependency on npm and built-in spellcheck.
Explains why JavaScript's Automatic Semicolon Insertion (ASI) makes 'never use semicolons' a valid approach and why 'always use semicolons' is misleading.
Explains the async and defer attributes in JavaScript, detailing how they control script loading and execution to optimize web page rendering.
A guide to implementing Open Graph and X card metadata to make blog content appear richer when shared on social media platforms.
A guide on using Docker Machine to create a host within an existing Azure Virtual Network and subnet, using a private IP.