Jib maven plugin – Containerize your Maven project
A tutorial on using the Jib Maven plugin to containerize a Java application and build Docker images without writing a Dockerfile.
A tutorial on using the Jib Maven plugin to containerize a Java application and build Docker images without writing a Dockerfile.
A technical guide on building high-performance PostgreSQL extensions using the Rust programming language and the pgx framework.
A response to Matthias Noback's blog post on PSR abstractions, discussing their role in PHP framework interoperability and the value of standardized interfaces.
A tutorial on building responsive, accessible stepper components using HTML and CSS, covering layout, styling, and separator lines.
Explains how to use Kubernetes Network Policies to restrict communication between microservices for improved security.
A tutorial on building an Alexa Skill using Python and Azure Functions, including debugging and setup steps.
A video tutorial on building a tvOS news app using SwiftUI 3 and the News API, covering UI, navigation, and async data fetching.
A solution for getting __dirname in both ESM and CommonJS modules, useful for TypeScript projects targeting both formats.
A step-by-step guide to deploying a web application on a VPS using Nginx, covering server setup, service creation, and SSL configuration.
An interview with Brian Goetz discussing the goals, progress, and JEPs of Project Valhalla, which aims to unify Java's primitive and reference types.
Explains why using function updaters in React state setters is better than relying on external dependencies, improving performance and reducing bugs.
A step-by-step tutorial on building and deploying a static website using the Hugo framework and hosting it for free on GitHub Pages.
Explains how to manage and retrieve locale-specific resource bundles across modules in Java 9+ applications for internationalization.
Explains how to use ResourceBundle and the ResourceBundleProvider interface for internationalization in modular Java 9+ applications.
Explores mocking REST APIs using the API-first approach with Mockoon, an OpenAPI-compliant tool for parallel development and testing.
A guide to transitioning from traditional ASP.NET Core MVC to the new lightweight Minimal APIs introduced in ASP.NET Core 6.0.
A guide to setting up isolated Core Data unit tests using a SQLite persistent store for reliable, production-like testing.
Explains how to expose multiple Docker/Podman containers on the same host port without using Kubernetes or reverse proxies.
Guide on using public IPs from a public IP prefix for LoadBalancer services in Azure Kubernetes Service (AKS).
Overview of the updated Azure App Service networking features in the portal, including access restrictions, private endpoints, and dedicated IPs.