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.
An overview of the backup and redundancy strategies used for the sr.ht software forge, focusing on PostgreSQL, ZFS, and data integrity.
Explains how to implement OAuth and OpenID Connect authentication protocols in a Blazor client-side application.
Explains the impact of Safari's stricter same-site cookie policy on ASP.NET Core external authentication and proposes a solution.
Highlights from the Node.js Security WG's January 2019 meeting, covering bounty programs and vulnerability database improvements.
Exploring methods to use private iOS APIs on an iPad using Swift Playgrounds, JSBox, and Pythonista for on-the-go hacking.
A guide to writing unit tests that ensure ASP.NET MVC action methods have the ValidateAntiForgeryToken attribute, with tips for the ReSharper/Rider test runner.
A guide to key Azure developer sessions at Microsoft Ignite | The Tour: Sydney 2019, covering serverless, security, data, and deployment.
Announcement for a lecture series on machine learning, covering topics like Weka, deep learning, algorithmic fairness, and sparse supervised learning.
A software team shares their adapted Git workflow for managing a monolithic codebase with multiple independent development teams.
Guide on configuring TLS termination using the HTTP application routing addon in Azure Kubernetes Service (AKS).
Explores integrating Docker's mutable image tags with Git Flow's mutable release branches to create a flexible versioning and continuous delivery framework.
Using ReSharper's Structural Search and Replace to find ASP.NET MVC action methods that need the ValidateAntiForgeryToken attribute for CSRF protection.
Author shares PowerShell scripts to automate downloading and deploying the Azure Stack Development Kit (ASDK), simplifying the setup process.
Guide to fixing Google authentication in ASP.NET Core after Google+ API shutdown, using OpenID Connect as a replacement.
Explores the ethical implications of poor web performance, arguing it creates digital exclusion for users with low-end devices or slow connections.
A technical guide on using the BurntToast PowerShell module to create and display Windows toast notifications on remote computers via XML.
A guide for ASP.NET MVC Core developers on identifying and adding CSRF protection to an inherited codebase lacking security measures.