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 :

  04 Sep 2024

How to Hard Reset Your Git Repository to 10 Minutes Ago

If you've found yourself needing to revert your Git repository back to the state it was in just 10 minutes ago, Git provides a simple command that allows you to do it!...

Read More

  04 Sep 2024

How to Easily Generate a Java Project Using Maven Command

Are you tired of complicated project setups? Learn how to generate a Java project easily using Maven commands in just minutes!...

Read More

  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