Jakaria Masum

Jakaria Masum @jakaria

About: Full-Stack Developer | MERN Stack | Next.js | TypeScript

Location:
Bogura, Bangladesh
Joined:
Jun 26, 2024

Jakaria Masum
articles - 21 total

Docker Images Explained Simply

Why I Decided to Learn Docker As a web developer, I kept hearing about Docker — a tool...

Learn More 0 0Jul 9

Understanding Throttle in JavaScript

If you’ve ever worked with JavaScript and added event listeners (like scroll or resize), you might...

Learn More 1 0Jul 3

Higher-Order Functions in JavaScript

If you’re starting out with JavaScript, you might have heard the term higher-order function and...

Learn More 0 0Jul 3

Debounce in JavaScript

Have you ever typed in a search bar and noticed that results don’t appear instantly with every...

Learn More 0 0Jul 1

Docker Explained in Minutes

In today’s world of software development, applications need to be fast, reliable, and portable. This...

Learn More 1 0Apr 28

Internationalization in Next.js

What is Internationalization (i18n)? Internationalization, or i18n, is the process of...

Learn More 0 0Apr 27

RTK Query: A Beginner-Friendly Guide

If you've ever built a React app with Redux, you’ve probably experienced the repetitive boilerplate...

Learn More 2 0Apr 25

File Upload using Multer

In this post, you'll learn how to build a clean, reusable backend API in Node.js + TypeScript using...

Learn More 1 0Apr 24

Writing Quality Commit Messages: A Small Habit with a Big Impact

In software development, we talk a lot about frameworks, tools, testing, deployment, and code...

Learn More 2 0Apr 20

Introduction to CI/CD Pipelines: A Beginner's Guide

Welcome to the first blog in my series on CI/CD pipelines! If you're new to the world of software...

Learn More 8 0Mar 12

JavaScript Interview Questions for Beginners

If you're new to JavaScript, don't worry! This guide will break down some common JavaScript concepts...

Learn More 1 0Feb 21

Understanding and Overcoming the N+1 Query issue in GraphQL

Understanding the N+1 Problem in GraphQL The N+1 problem is a common performance issue...

Learn More 0 0Feb 10

Understanding GraphQL: Core Concepts with Examples

In recent years, GraphQL has emerged as a powerful alternative to REST APIs for building modern web...

Learn More 1 0Jan 30

How to Upload Images to Cloudinary from the Client Side

Uploading images to Cloudinary from the client side can elevate your React applications by...

Learn More 1 0Jan 18

Getting Started with Web Sockets in Node.js

Web Sockets are a powerful tool for enabling real-time communication between clients and servers....

Learn More 0 0Jan 6

Google One Tap Authentication in Next.js

Google One Tap is a streamlined authentication method that allows users to sign in to your...

Learn More 15 4Nov 26 '24

Setting Up a Simple Counter App with Redux: A Step-by-Step Guide

Introduction Redux is a powerful state management library, but getting started with it can sometimes...

Learn More 0 0Aug 22 '24

Mastering Object-Oriented Programming with TypeScript: A Beginner's Guide

Object-oriented programming (OOP) is a powerful paradigm that allows developers to create modular,...

Learn More 0 0Jul 25 '24

How to Install TypeScript and write your first program

TypeScript has become a popular choice for many developers due to its strong typing and excellent...

Learn More 0 0Jul 13 '24

Exploring TypeScript: A Comprehensive Guide

TypeScript enhances JavaScript by adding static types, which can improve code quality and development...

Learn More 0 0Jul 13 '24

Why Developers Need TypeScript

In today's fast-paced development environment, choosing the right tools is crucial for building...

Learn More 1 1Jul 12 '24