DevOps Links for 16/9/2021
A collection of DevOps resources covering Git/GitHub basics, OWASP Top 10, branching strategies, Azure DevOps, and key performance metrics.
A collection of DevOps resources covering Git/GitHub basics, OWASP Top 10, branching strategies, Azure DevOps, and key performance metrics.
Explores JDK 16's new Unix domain sockets for faster and more secure inter-process communication, even on Windows.
A guide to using git bisect for efficient bug hunting by performing a binary search through commit history to find the first broken commit.
A mathematical critique of additive scoring in grading and grant reviews, arguing for non-additive monotone functions.
Overview of key new features in EF Core 6, including compiled models, performance improvements, and batching for SQL queries.
A tutorial on implementing end-to-end (E2E) testing in Blazor applications using the Playwright automation framework for .NET.
A developer shares a script for a global microphone mute toggle hotkey on Linux, useful for calls and gaming.
A guide to identifying Ubuntu 16.04 VMs in Azure using PowerShell scripts before its end-of-life, covering both image-based and manually built VMs.
GlassFish, the Jakarta EE implementation, now successfully compiles and runs on JDK 16, marking a major milestone for compatibility with modern Java versions.
Andy Bell critiques tech industry debates as "boring money internet" and advocates for a more creative, inclusive web.
A guide on starting a developer book club to learn new technologies, share insights, and improve skills with colleagues.
Introduces the Azure Mask browser extension, an open-source tool for automatically masking sensitive data in the Azure Portal for safer screen sharing and content creation.
A comprehensive guide to Java 16 features, including records, sealed classes, and tooling requirements for developers.
A web developer criticizes accessibility overlays as harmful and ineffective, advocating for proper web accessibility practices.
Exploring Java 16's incubating Vector API to implement the FizzBuzz problem using SIMD instructions for performance gains.
A critique of Tailwind CSS and utility-first frameworks, advocating for a more flexible, technology-agnostic approach like CUBE CSS.
A guide to setting up the Arduino IDE to program ESP8266 microcontrollers on an M1 Mac, including a workaround for Python path issues.
Explores using Java 16's new Unix-domain socket support to connect to a PostgreSQL database, covering setup, the JDBC driver, and alternative clients.
Exploring how to use Java 16's new Unix-domain socket support to connect to a PostgreSQL database for improved security and performance.
A recap of a live pair programming stream focused on debugging and fixing accessibility issues in a Forem/DEV onboarding process.