Moniruzzaman Saikat

Moniruzzaman Saikat @moniruzzamansaikat

About: Always learning new stuffs....

Location:
Dhaka
Joined:
Dec 5, 2020

Moniruzzaman Saikat
articles - 11 total

Top 10 Most Design Patterns You Should Learn

You should learn design patterns because they give you proven, reusable solutions to common software...

Learn More 0 0Jul 15

ফ্যাক্টরি – একটি অবজেক্ট ক্রিয়েশনাল প্যাটার্ন

এটি একটি ডিজাইন প্যাটার্ন যা অবজেক্ট তৈরির লজিককে আলাদা করে রাখে, যাতে আপনার মূল অ্যাপ্লিকেশন কোড...

Learn More 0 1Jul 15

Factory - The Object Creational Pattern

It's a design pattern that encapsulates object creation logic so your main application code doesn’t...

Learn More 0 0Jul 15

Understanding the CRM Sales Process

A solid CRM system revolves around a predictable and trackable sales process. Here's a breakdown of...

Learn More 0 0May 15

Next.js sucks in terms of real single page application

Why next.js sucks is clear, while we have a much bigger or much customizable projects it cannot...

Learn More 0 0Mar 19

How to run socket.io server on cpanel shared hosting even on subfolder ?

Let's we will host a socket.io + express server on cpanel's shared hosting. For this example I will...

Learn More 1 0Mar 10

পাইথন প্রোগ্রামিং এ ভেরিয়েবল এবং ডাটাটাইপ

variable শব্দটার বাংলা অর্থ হচ্ছে চলক। তার মানে এই জিনিসটা পরিবর্তিত হতে পারবে। অন্যকথায়, ভেরিয়েবল...

Learn More 11 4Aug 25 '21

CRUD operation with knex & mysql in node.js

In this post I will teach you how to use mysql with knex.js 😊 Knex.js is a SQL query...

Learn More 6 0Jul 10 '21

5 YouTube channel to follow as a developer

1. Traversy Media If you are pretty new to the world of programming or development, this i...

Learn More 3 0Mar 2 '21

Windows command line cheatsheet

Go forward : cd path\to\folder Go backward : cd ../.. Show lists of files and directories : dir S...

Learn More 4 0Feb 28 '21

A list of array methods in javascript

Here are a few of javascript array methods with simple explanation and examples : push() unshift()...

Learn More 0 0Feb 1 '21