0 results found in this keyword

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

  01 Sep 2024

The 50/72 Rule of Git 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.

Read More
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

Best Practices for Optimizing Your Java Code with Static Blocks
Best Practices for Optimizing Your Java Code with Static Blocks

Elevate your Java programming skills with our comprehensive guide on leveraging static blocks to optimize your code and boost application performance.

  22 Jul 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

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

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