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 :

  18 Oct 2024

How to Add a Binary Folder to the PATH environment variable on MacOS

To add a folder of a binary to the PATH environment variable is simple, this post will covert it...

Read More

  18 Oct 2024

How to Beautifully Print the PATH environment variables on Linux

To display the directories in the PATH environment variable on a macOS, each on a new line, you should use this simple command...

Read More

  17 Oct 2024

How to Write in a File Using CAT linux command

Let me show you, with a tutorial, how to effectively and easily write in a file using the Linux command cat....

Read More

  20 Sep 2024

Object Calisthenics the Practical Guide with Java

Transform your coding routine with Object Calisthenics. By adhering to its 9 powerful guidelines, you can enhance readability, reduce complexity, and write better code every day....

Read More

  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