-
Software Development

Why “Make It Work, Then Make It Right, Then Make It Fast” Produces Bad Systems at Scale
Kent Beck’s maxim is genuinely good advice for an individual working on a bounded problem. The argument here is that…
Read More » -
Enterprise Java

Understanding Spring Data AOT Repositories
Spring Boot 3 introduced several enhancements for cloud-native and native-image applications. One of the most important optimizations is AOT (Ahead-of-Time)…
Read More » -
Core Java

How to Import P7B into Java Keystore
In Java-based applications, SSL/TLS certificates are managed using a Java KeyStore (JKS or PKCS12). Often, certificates are provided in different…
Read More » -
Software Development

The Reason Most Architecture Decision Records Get Written and Never Read Is Architectural, Not Cultural
Architecture Decision Records are praised universally and practised sporadically. The orthodox explanation is culture and discipline. The deeper argument is…
Read More » -
Software Development

The Fundamental Tension Between Consistency and Availability Is Not a Technical Problem. It’s a Business Decision Most Engineers Are Making Alone
CAP theorem gets taught as a distributed systems concept. What’s completely missing is the organisational dimension: engineers are making these…
Read More » -
JavaScript

Generate PDF Files in the Browser Using JavaScript
Generating PDF files directly in the browser is one of the most useful features in modern web applications. Invoices, reports,…
Read More » -
Enterprise Java

Dynamic Cron Scheduling in Spring Boot
In many enterprise applications, scheduled tasks are used for activities such as: sending emails, generating reports, cleaning temporary data, synchronizing…
Read More »






