-
Enterprise Java
Spring Boot 3 + Record-Based DTOs: Cleaner APIs with Better Type Safety
Java 16 introduced records, a new kind of class designed to model immutable data. With the advent of Spring Boot…
Read More » -
Software Development
Micronaut CLI (mn) Features Overview
The Micronaut CLI (mn) enables developers to bootstrap, build, and configure Micronaut projects. It supports various commands for project scaffolding,…
Read More » -
Software Development
How to Set Up Log4j2 Logging in Micronaut
Micronaut is a modern, JVM-based framework for building modular, easily testable microservice and serverless applications. It provides support for various…
Read More » -
Software Development
Fine-Tuning LLaMA for Code Completion (2025 Edition)
In 2025, fine-tuning large language models like LLaMA for code completion has become more accessible with improved tools and techniques.…
Read More » -
Software Development
Terraform 1.8 Module Composition: Advanced Techniques for Multi-Cloud Infra
As infrastructure becomes increasingly multi-cloud, managing complexity in Terraform is critical. Terraform 1.8 enhances module composition and provides powerful constructs…
Read More » -
JVM Languages
gzip In .tar.gz Format In Kotlin Example
Kotlin, being fully interoperable with Java, allows us to work seamlessly with Java libraries for file compression. Let us delve…
Read More » -
Software Development
Performing a ZooKeeper Status Check via CLI
Apache ZooKeeper is a centralized service that facilitates configuration management, naming, distributed synchronization, and group coordination in distributed systems. It…
Read More »