0 results found in this keyword

Kevin Kouomeu

Kevin Kouomeu

137 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 Nov 2024

3 Weird Reasons That Cause Infinite Loop in Your React App

This post will help you to identify and fix infinite loops in React, from state updates in renders to incorrect event handlers, and find solutions to optimize your React applications....

Read More

  18 Nov 2024

A Linux Script to Delete All the .git Folders Hidden in Your Repo Folders

This post will help you to declutter your Linux environment with our powerful script that seeks out and removes all hidden .git folders from your directories....

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