Oracle SQL Patterns for Financial Data
SQL patterns that come up repeatedly when working with financial data in Oracle — date handling, reconciliation queries, and aggregations that don't lie to you.
SQL patterns that come up repeatedly when working with financial data in Oracle — date handling, reconciliation queries, and aggregations that don't lie to you.
Setting up JMeter to load test a Java REST API — the tests I actually run and what I look for in the results.
How to use Maven profiles to build the same application for WildFly 17 in non-production and JBoss 4.1 in production.
What actually goes in Maven settings.xml, and how to use profiles to manage different environments without hardcoding anything.
Lessons from building and maintaining multicurrency payment systems in financial services.
Configuring Apache httpd as a reverse proxy with Kerberos (SPNEGO) SSO and IP whitelisting in front of a Java application.
Lessons from moving a 20+ year old Java codebase from JDK 6 to JDK 11 without production noticing.
How the JVM's JIT compiler optimises code at runtime, and what that means for benchmarking and production behaviour.
The core Kubernetes concepts and manifests to deploy a Java application and keep it running reliably.
Setting up a GitLab CI/CD pipeline to build, test, and deploy a Java application to VMs and Kubernetes.