0 results found in this keyword

Kevin Kouomeu

Kevin Kouomeu

115 posts

I'm a Freelance Software Engineer working in Nantes, France 🇫🇷 . My goal is to learn and share what I have discovered with the developers community on Java, JavaScript and other web technologies.

Stay in touch :

  03 Jan 2024

Demystifying the Classpath in Spring Boot: Your Guide to Class Loading

The classpath is used to manage the application's structure and ensure seamless resource access for Spring Boot. This post will give you the knowledge you need to navigate it with confidence...

Read More

  01 Jan 2024

How to Change the Project Name in Docker Compose

In this snippet, you will learn how to change the compose project name to avoid conflicts with other projects or having a more human-readable name...

Read More

  01 Jan 2024

Troubleshooting "NoSuchFieldError: JCImport does not have member field JCTree qualid" in Spring Boot project after upgrading to JDK 21

In this tutorial, you will know how to resolve the "java.lang.NoSuchFieldError: JCImport does not have member field JCTree qualid" issue...

Read More

  31 Dec 2023

Use Static Factory Method Instead of Constructors

Through practical examples and insightful explanations, you'll gain a comprehensive understanding of how to create objects using Static Factory Method...

Read More

  31 Dec 2023

Instance-Controlled Classes | Efficiently Manage your Objects

In this blog post, you will understand what instance controlled class are and to manage your objects creation professionally...

Read More

  29 Dec 2023

How to Easily Read JSON File as String in Java Spring Boot

In this blog post, we will explore a simple yet effective method to read a JSON file as a string using Java Spring Boot....

Read More