Testing docker images with goss on jenkins
A guide to automating Docker image testing using goss and Jenkins pipelines for reliable CI/CD deployments.
A guide to automating Docker image testing using goss and Jenkins pipelines for reliable CI/CD deployments.
A tutorial on setting up Serilog logging in an ASP.NET Core 2.2 application, including code examples for configuration and injection.
Argues that public blockchains like Ethereum are unsuitable for business due to security risks, lack of finality, and better enterprise alternatives.
A developer shares solutions and analysis for three LeetCode array problems: monotonic arrays, consecutive ones, and duplicate detection.
Highlights from the Node.js Security WG's January 2019 meeting, covering bounty programs and vulnerability database improvements.
Explains the CSS mask property with a practical demo for dynamically coloring SVG icons using CSS variables and JavaScript.
Explores the challenges of implementing Java's ReferenceQueue and PhantomReference concepts in C# for garbage collection notification.
The author updates their blogroll, adding two web development blogs focused on design, typography, and developer tools.
A guide for new engineering managers on career paths, focusing on the choice between staying technical or climbing the corporate ladder.
An interactive Shiny app for exploring Bayesian surprise, showing how prior and likelihood tail heaviness affect posterior beliefs.
A developer solves three LeetCode problems, focusing on string reversal and array sorting, sharing Python solutions and complexity analysis.
A deep dive into optimizing WinDbg's DML parser, revealing a performance bottleneck in StringBuilder character access.
Explores fast, one-stage object detection models like YOLO, SSD, and RetinaNet, comparing them to slower two-stage R-CNN models.
Exploring the quicklink library for intelligent prefetching in Angular applications, comparing it to Guess.js and Gatsby's approaches.
How to properly validate Azure AD tokens in a multitenant ASP.NET Core app using a custom issuer validator.
A tech professional reviews his 2018 goals, including building a cloud practice, learning Go/Python, creating courses, blogging, and speaking.
A guide to optimizing costs when using Azure Cosmos DB, covering its pricing model, design considerations, and best practices for efficient usage.
A detailed analysis of the malicious event-stream npm package backdoor, its timeline, and the social engineering attack that led to its inclusion.
A web developer critiques Google's dominant influence on the web, discussing the pros and cons of its initiatives like performance ranking and AMP.
A proposal to standardize logging in Go by using the standard log.Logger as a pipe and composing solutions around it to fix ecosystem fragmentation.