0 results found in this keyword

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

  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
The 50/72 Rule of a Git Commit Message
The 50/72 Rule of a Git Commit Message

Discover the 50/72 rule for Git commit messages and learn how to write clear, concise, and standardized messages that improve project navigation and understanding.

  01 Sep 2024

How to Create a MySQL Database in Docker Using Command and Docker Compose
How to Create a MySQL Database in Docker Using Command and Docker Compose

Explore the simplicity of setting up a MySQL database using Docker containers with this comprehensive tutorial

  25 Aug 2024

How to Improve the Clarity of Your Docker Command Using Line Breaks
How to Improve the Clarity of Your Docker Command Using Line Breaks

Struggling with complex Docker commands? This post explores the technique of utilizing line breaks to improve readability, helping you streamline your workflow and reduce errors.

  25 Aug 2024

๐Ÿ›. 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

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.

  20 Sep 2024

First Class Collection with Java

First Class Collections are a game-changer in software design, enabling developers to create cleaner, more maintainable code. In this post, we explore the concept of First Class Collections, their benefits, and how they can improve your software design skills.

  01 Sep 2024

How to Escape Nested Conditionals in Your Function Using the Guard clause

Tired of battling complicated, nested functions? Guard clauses might be your solution! This article explores how using guard clauses can help you handle exceptional cases efficiently.

  01 Sep 2024

๐Ÿงช. Testing

Understanding How Jest Test Methods Works to Write Better Tests

Curious about Jest test methods and how they can elevate your testing game? This blog post breaks down the intricacies of Jest and provides tips on writing more effective tests for your projects.

  07 Aug 2024

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

๐Ÿ’ป. Linux

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.

  18 Nov 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

  18 Oct 2024

๐Ÿช„. Snippets

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!

  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!

  04 Sep 2024

๐Ÿ“š. BOOKCLUB