0 results found in this keyword

Kevin Kouomeu

Kevin Kouomeu

124 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 :

  01 Sep 2024

First Class Collection with Java

First Class Collections are a game-changer in software design, enabling developers to create cleaner, more maintainable code. In this post, we explore the concept of First Class Collections, their benefits, and how they can improve your software design skills....

Read More

  01 Sep 2024

The 50/72 Rule of a Git Commit Message

Discover the 50/72 rule for Git commit messages and learn how to write clear, concise, and standardized messages that improve project navigation and understanding....

Read More

  01 Sep 2024

How to Escape Nested Conditionals in Your Function Using the Guard clause

Tired of battling complicated, nested functions? Guard clauses might be your solution! This article explores how using guard clauses can help you handle exceptional cases efficiently....

Read More

  25 Aug 2024

How to Create a MySQL Database in Docker Using Command and Docker Compose

Explore the simplicity of setting up a MySQL database using Docker containers with this comprehensive tutorial...

Read More

  25 Aug 2024

How to Remove Tracked Level 2 .idea Subfolders in Your Git Repository

Struggling with the IntelliJ IDEA folder always showing into your git log? This article will demonstrate to you how to shut them off....

Read More

  25 Aug 2024

How to Improve the Clarity of Your Docker Command Using Line Breaks

Struggling with complex Docker commands? This post explores the technique of utilizing line breaks to improve readability, helping you streamline your workflow and reduce errors....

Read More