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
09 Nov 2023
In this tutorial, I will show you how to remove duplications in a JS array with Set, Filter, Prototype and Lodash
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.
28 Oct 2023
These are 2 fixes that can be implemented to resolve this issue about Warning: Permanently added the ECDSA host key
28 Oct 2023
Redis NOAUTH authentication required is an error that occurs when attempting to authenticate with the Redis server or when trying to run a command without being authenticate
26 Oct 2023
16 Jul 2022
In this post you will learn an introduction to port and adapters architecture with Java
In this article, we'll explore the SOLID principles and show you how to apply them in your own projects.
09 Apr 2023
In this article, I want to revisit in a simple way and with real world examples how, when and why to use each of these 4 principles.
10 Jan 2023
So many time we have inclusion of code or program structures that serve no real purpose.
07 Jul 2022
So, in this article, you will learn how to write unit and integration tests for Pagination and Sorting using JPA/ Hibernate with SQL (Postgres) Database and Spring Boot.
29 Sep 2023
In this article you will learn how to write unit, integration and end-to-end test for image management with SQL (Postgres) Database and Spring Boot
08 Jul 2023
In this article, you will see how to find and replace text with the SED command on Linux
22 Aug 2023
In this article, we'll explore the different directories that constitute the Linux file system and how they contribute to the functioning of the OS.
16 May 2023
In this snippet, I would show you to solve this issue, you can compare the array of data using filter() and some() array methods.
09 Nov 2023
The git rm command, along with the --cached option, deletes the file from the repository but does not delete the actual file.
28 Oct 2023