0 results found in this keyword

๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป. tutorials

  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
How to Fix the Host Key Verification Failed Git Clone Error
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.

  28 Oct 2023

2 Simple Solutions to fix the warning about ECDSA host key
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

  28 Oct 2023

How to Easily Solve the Redis NOAUTH Authentication Required
How to Easily Solve the Redis NOAUTH Authentication Required

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

๐Ÿ›. Software Architecture

  16 Jul 2022

Hexagonal Architecture - Implementing Port and Adapter with Java

In this post you will learn an introduction to port and adapters architecture with Java

Read More

๐Ÿ› . Software Design

SOLID Principles

In this article, we'll explore the SOLID principles and show you how to apply them in your own projects.

  09 Apr 2023

4 pillars of Object-Oriented Programming

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

Why Setters are Evil: Avoid Using Them

So many time we have inclusion of code or program structures that serve no real purpose.

  07 Jul 2022

๐Ÿงช. Testing

Unit and Integration Testing Pagination and Sorting With JPA, JUnit and Testcontainers

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

Unit and Integration Testing Made Easy on Image Management for SQL Database with Spring Boot

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

๐Ÿ’ป. Linux

How to Find and Replace Text with Sed Command on Linux

In this article, you will see how to find and replace text with the SED command on Linux

  22 Aug 2023

Linux Directory Structure Explained

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

๐Ÿช„. Snippets

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.

  09 Nov 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.

  28 Oct 2023

๐Ÿ“š. BOOKCLUB