0 results found in this keyword

Kevin Kouomeu

Kevin Kouomeu

55 posts

I'm a Freelance Software Engineer based in Nantes, France → 🇫🇷. My goal is to learn in public and share what I have learned with the developers community on Java, JavaScript and DevOps technologies.

Stay in touch :

  09 Nov 2023

Get the Differences Between Two Arrays of Objects in JavaScript

In this snippet, I would show you to solve this issue, you can compare the array of data using filter() and some() array methods....

Read More

  09 Nov 2023

4 Simple Ways to Remove Duplicates From a JavaScript Array

In this tutorial, I will show you how to remove duplications in a JS array with Set, Filter, Prototype and Lodash...

Read More

  28 Oct 2023

How to Fix the Host Key Verification Failed Git Clone Error

When you connect to a remote server for the first time (using SSH), its host key is stored inside a file called known_hosts inside the .ssh folder....

Read More

  28 Oct 2023

2 Simple Solutions to fix the warning about ECDSA host key

These are 2 fixes that can be implemented to resolve this issue about Warning: Permanently added the ECDSA host key...

Read More

  28 Oct 2023

How to Ignore a File or a Folder with .gitignore

The git rm command, along with the --cached option, deletes the file from the repository but does not delete the actual file....

Read More

  26 Oct 2023

How to Enter a Docker Container Shell

To start an interactive bash shell in a Docker container, you can use the docker exec command that allows you to execute commands in running containers....

Read More
Page 1 of 10
Next Posts  ❯