0 results found in this keyword

Kevin Kouomeu

Kevin Kouomeu

146 posts

I'm a Senior 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 :

  29 May 2024

Exploring the Subtle Differences Between SQL JOIN and INNER JOIN

In this blog post, you will understand the nuances between JOIN and INNER JOIN to gain a more in-depth understanding of their functionalities....

Read More

  28 May 2024

Make Your Code More Readable and Maintainable With the SLA Principle

In this post, you'll learn what SLAP (Single Level of Abstraction Principle) is, what its advantages are and a concrete example of its use in your code....

Read More

  22 May 2024

One Simple Technique to Handle Null Parameters for Your JPA Query

In this blog post, you will learn how the OR operator works and how to use it to check your JPA SQL query params....

Read More

  06 May 2024

7 Deadly Mistakes You Make on Your SQL Queries and How to Fix them

In this article, you will learn how to avoid 7 common pitfalls and how to optimize your SQL queries for better performance....

Read More

  16 Apr 2024

How to Add HTTP Headers Location in YAML file on Open API 3

In this brief guide, we'll explore how to add a Location header in the OpenAPI YAML file to enhance your API documentation....

Read More

  16 Apr 2024

Why You Should Simply use Java for Loop Instead of Stream.forEach Method

In this article, I would like to discuss the differences between using the streaming API and for loops from the standpoint of long-term maintainability of the code....

Read More