0 results found in this keyword

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

  08 Jan 2025

What Is React? What It Is and Why Developers Love It

Explore React, the powerful JavaScript library that's revolutionizing web development. Learn why developers love its simple yet effective approach to building modern user interfaces, and discover how it can transform your coding experience.

Read More
How the aspect-ratio CSS property works
How the aspect-ratio CSS property works

Learn how the CSS aspect-ratio property works to maintain proportional dimensions in web layouts. This guide covers syntax, examples, and best practices for using aspect-ratio to create responsive designs that automatically adjust while preserving width-to-height relationships.

  01 Jan 2025

JavaScript Promises Demystified
JavaScript Promises Demystified

Learn how promises work, their vital role in handling asynchronous operations, and master techniques to avoid common pitfalls.

  07 Dec 2024

3 Weird Reasons That Cause Infinite Loop in Your React App
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.

  18 Nov 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 Easily Find All Folder Under a Linux Directory Matching Certain Criteria

Discover simple ways to find folders in a directory that match certain criteria. This guide helps you manage files easily on Windows, macOS, or Linux, making your file organization tasks easier.

  10 Dec 2024

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

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