0 results found in this keyword

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

  22 Jul 2024

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.

Read More
Use Spring Data JPA Projections to Optimize Your Database Queries
Use Spring Data JPA Projections to Optimize Your Database Queries

JPA Projections play a crucial role in optimizing database queries by allowing developers to efficiently retrieve specific data fields from entities.

  22 Jul 2024

How to Read the Content of a JSON File in Your React Component
How to Read the Content of a JSON File in Your React Component

In this article, youโ€™ll learn how you can read a JSON file in your React component using the fetch API.

  25 Jun 2024

Understand ACID Properties in DBMS with PostgreSQL Query Examples
Understand ACID Properties in DBMS with PostgreSQL Query Examples

Understand how ACID properties work in PostgreSQL with query examples. Learn how Atomicity, Consistency, Isolation, and Durability ensure robust database transactions.

  23 Jun 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

Make Your Code More Readable and Maintainable With the SLA Principle

In this post, you'll learn what SLAP (Single Level of Abstraction Principle) is, what its advantages are and a concrete example of its use in your code.

  28 May 2024

Use Static Factory Method Instead of Constructors

Through practical examples and insightful explanations, you'll gain a comprehensive understanding of how to create objects using Static Factory Method

  31 Dec 2023

Instance-Controlled Classes | Efficiently Manage your Objects

In this blog post, you will understand what instance controlled class are and to manage your objects creation professionally

  31 Dec 2023

๐Ÿงช. 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

What is a RFC

In this post you will learn what a RFC means and how it exit

  05 Jun 2024

Uncaught TypeError: Failed to resolve module specifier in Vanilla Javascript

How to solve the 'Uncaught TypeError: Failed to resolve module specifier' problem in your javascript projects

  04 Jun 2024

๐Ÿ“š. BOOKCLUB