Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

feedburner.com

Java Code Geeks

Get the latest updates from Java Code Geeks directly as they happen.

Follow now 137 followers

Latest posts

Last updated about 9 hours ago

Optimizing Maven Builds for Large Projects: Parallel Execution and Incremental Compilation

about 11 hours ago

In large Java projects, slow Maven builds can become a major productivity...

Service Mesh in Java: Istio and Linkerd Integration for Secure Microservices

about 22 hours ago

As microservice architectures grow, managing service-to-service communication becomes complex. Concerns like traffic...

Self-Healing Microservices: Implementing Health Checks with Spring Boot and Kubernetes

1 day ago

Building resilient microservices isn’t just about writing fault-tolerant code—it’s about creating systems...

LangChain4j Quarkus MCP Example

1 day ago

The Model Context Protocol (MCP) is gaining traction as an essential bridge...

JUnit Testing with External Data Files

1 day ago

When writing unit tests, it’s often necessary to test your logic against...

[FREE EBOOKS] Building Agentic AI Systems, Mastering Embedded Linux Development & Four More Best Selling Titles

1 day ago

Hello fellow geeks, Fresh offers await you on our Information Technology Research...

Modern Java Testing with JUnit 5 and Testcontainers

2 days ago

Realistic Integration Testing with Dockerized Databases Unit tests are great for checking...

Getting Started with Pants Build: Monorepos at Scale

2 days ago

Why Pants Might Be the Secret Weapon Your Monorepo Needs Managing large...

Simulate OAuth2 SSO in Spring Using MockMvc and WireMock

3 days ago

Testing Spring Boot applications secured with OAuth2 Single Sign-On (SSO) can be...

Spring Security URL and Method Authorization

3 days ago

Controlling access to APIs based on the requested URL and HTTP method...

JPA Entity Lifecycle Events: Audit and Validate Your Data Transparently

3 days ago

When working with Java Persistence API (JPA), managing entity state transitions can...