Jubayer Alam

Small Space, Big Dream

Menu
  • Home
  • Reflections
  • Knowledge
    • Learning
    • Feature
  • Contact
Menu

Category: Learning

Redux Toolkit + TypeScript Starter Guide

Posted on July 2, 2025July 2, 2025 by Jubayer Alam

This app displays a list of books from the Redux store using React components. It uses Redux Toolkit for state management and TypeScript for type safety and clarity. đź§± Application Entry: main.tsx import { StrictMode } from ‘react’ import { createRoot } from ‘react-dom/client’ import ‘./index.css’ import { RouterProvider } from ‘react-router’ import router from…

Read more

Building a React App Using react-router-dom v7.3 Data Mode

Posted on July 2, 2025 by Jubayer Alam

React Router v7.3 introduced an improved and more declarative way to define routes using the Data Router APIs like createBrowserRouter. In this tutorial, we’ll walk through setting up a simple routing system in a React project using these new APIs. đź›  Step-by-Step Setup 1. Install React Router First, install the react-router-dom package: npm install react-router-dom…

Read more
Your First Node.js Application

Create a Node.js App with TypeScript, Express, Mongoose and MongoDB Atlas

Posted on July 2, 2025July 2, 2025 by Jubayer Alam

In this post, we will go through on how to build a modern Node.js application using TypeScript, Express.js, and MongoDB Atlas, following a modular folder structure. We’ll also integrate dotenv for managing environment variables and use ts-node-dev for a smooth development workflow. âś… Step 1: Initialize Your Project Create a new directory and initialize a…

Read more
MAMP Setup on MacOS

Build a Scalable Local MySQL Database on Mac Using MAMP

Posted on June 23, 2025June 23, 2025 by Jubayer Alam

If you’re working with large datasets and need a reliable, scalable local development environment on your Mac, MAMP is one of the easiest solutions. In this post, we’ll walk through how to set up a MySQL database locally using MAMP, optimize it for handling large data volumes, and connect it with your projects. Whether you’re…

Read more
dative case

German Grammer 101 – Dative Case

Posted on March 11, 2024March 18, 2024 by Jubayer Alam

The dative case plays a pivotal role in German, indicating the indirect object of a sentence—essentially, to whom or for whom the action is performed. This case extends beyond mere sentence structure; it encapsulates a fundamental aspect of conveying relationships and actions within the language. Here, we’ll dissect the dative case’s nuances, from its effect…

Read more
accusative case

German Grammer 101 – Accusative Case

Posted on March 5, 2024March 18, 2024 by Jubayer Alam

The accusative case is a key component of German grammar, offering insight into the object of a sentence—what or whom the action is directed at. This case is essential for understanding sentence structure and conveying meaning accurately. Let’s delve into the nuances of the accusative case, exploring its application in sentences, its impact on articles,…

Read more
nominative case

German Grammer 101 – Nominative Case

Posted on March 3, 2024March 18, 2024 by Jubayer Alam

The nominative case is one of the fundamental building blocks of German grammar, pivotal for correctly structuring sentences. It’s primarily used to identify the subject of a sentence, answering the questions “Who?” (Wer?) or “What?” (Was?) is performing the action. Here’s a deeper dive into the nominative case, elucidating its usage, examples, and how it…

Read more
lean startup

Efficiency and Innovation: Unpacking the Lean Startup Methodology

Posted on February 29, 2024March 19, 2024 by Jubayer Alam

The Lean Startup methodology, developed by Eric Ries, represents a scientific approach designed to help startups bring a desired product to market more efficiently. This process is centered around the principle of minimizing waste and maximizing learning through continuous experiments, rapid testing of ideas, gathering customer feedback, adapting strategies, and making decisions swiftly to achieve…

Read more

Jubayer Alam

Scribbler | Freethinker | Peripatetic

Currently Reading

© 2025 Jubayer Alam | Powered by Minimalist Blog WordPress Theme