Open in app

Sign in

Write

Sign in

Jahangir Alam
Jahangir Alam

97 Followers

Home

About

Apr 5

SQL handbook

Content Common SQL query pattern or structure List of some common SQL functions Some advanced topics Common SQL query pattern or structure SELECT [column1, column2, ...] -- List of columns to be returned in the result set FROM [table1] -- Name of the table(s) to retrieve data from [JOIN [table2] ON condition] -- Join condition(s) to join the table(s) WHERE…

Sql

9 min read

SQL handbook
SQL handbook
Sql

9 min read


Sep 13, 2021

Typescript — টাইপস্ক্রিপ্ট

This article is from udemy course Understanding TypeScript by Maximilian Schwarzmüller Content Typescript getting started Typescript Basics & Basic type Typescript compiler and it’s configuration Next generation Javascript & Typescript Classes and Interfaces Advanced types Generics Decorators Drag and Drop Project Modules & Namespaces 1. Typescript getting started Typescript হচ্ছে javascript এর সুপারসেট . Typescript…

Typescript

8 min read

Typescript — টাইপস্ক্রিপ্ট
Typescript — টাইপস্ক্রিপ্ট
Typescript

8 min read


Aug 17, 2021

DevOps Kubernetes → কুবারনেটিস

This article is from udemy course Learn DevOps: The Complete Kubernetes Course Content Introduction to Kubernetes Kubernetes Basics Advanced Topics Kubernetes Administration Packaging and Deploying in Kubernetes Continuous Development with Kubernetes GitOps with Kubernetes Serverless on Kubernetes Microservices Installing Kubernetes using Kubeadm Installing Kubernetes using EKS On-Prem or Cloud Agnostic Kubernetes

কুবারনেটিস

6 min read

DevOps Kubernetes → কুবারনেটিস
DevOps Kubernetes → কুবারনেটিস
কুবারনেটিস

6 min read


Feb 16, 2021

Firebase — ফায়ারবেজ ক্লাউড সার্ভিস

content basic command basic command firebase install করার জন্য নিচের কমান্ড টি দিতে হয় । sudo npm i -g firebase-tools এরপর লগইন করতে হয় নিচের কমান্ড দিয়ে । firebase login এরপর প্রজেক্ট ডিরেক্টরিতে গিয়ে প্রজেক্ট initialize করতে হয় নিচের কমান্ডের মাধ্যমে । firebase init প্রজেক্ট ইনিসিয়ালাইজের জন্য আগে ফায়ারবেজের ওয়েব সাইটে গিয়ে লগইন করে একটা প্রজেক্ট তৈরি করতে হয় এরপর firebase init কমান্ডে কিছু জিনিস সিলেক্ট করে দিতে হয় কমান্ড লাইনে , যেমন কন প্রজেক্টে এটা ইনিসিয়ালাইজ করবো সেটাতে পাবলিক ফোল্ডারে কি রাখবো, এখানে build লিখে ইন্টার দিতে হয় ।

Firebase

1 min read

Firebase — ফায়ারবেজ ক্লাউড সার্ভিস
Firebase — ফায়ারবেজ ক্লাউড সার্ভিস
Firebase

1 min read


Jan 17, 2021

Python Web Scraping — ওয়েব স্ক্রেপিং ( part — 2 )

this article is from udemy course Modern web scraping with python using scrapy splash selenium by Ahmed Rafik প্রথম পর্ব এখানে নিচের লিঙ্কে । Web scraping — ওয়েব স্ক্রেপিং Contentjahangir-devs.medium.com Content: 5. Debugging spider 6. Project-3 : Build Crawlers using Scrapy 7. Splash crash course 8. Project-4: Scraping Javascript websites using Splash 5. Debugging spider Debugging Spiders - Scrapy 2.4.1 documentation Edit descriptiondocs.scrapy.org

Web Scraping

7 min read

Python Web Scraping — ওয়েব স্ক্রেপিং ( part — 2 )
Python Web Scraping — ওয়েব স্ক্রেপিং ( part — 2 )
Web Scraping

7 min read


Jan 8, 2021

React+Redux (রিয়েক্ট+ রিডাক্স) Part-4

Full react series is from udemy course Modern React with Redux by Stephen grider Content 18. Redux Dev tools 19. Handling forms with Redux form 20. REST based React app 18. Redux Dev tools এখন প্রথমে আমরা redux-devtool-extension ইন্সটল করবো আমাদের ক্রম ব্রাউজারে । zalmoxisus/redux-devtools-extension Note that starting from v2.7, window.devToolsExtension was renamed to window.__REDUX_DEVTOOLS_EXTENSION__ /…github.com

React

17 min read

React+Redux (রিয়েক্ট+ রিডাক্স) Part-4
React+Redux (রিয়েক্ট+ রিডাক্স) Part-4
React

17 min read


Jan 7, 2021

Sequelizer — mySql — nodejs

node এর সাথে sql কিভাবে ব্যাবহার করা হয় সেটা এখানে দেখবো । ORM হিশেবে এখানে আমরা sequelize, mysql2 npm লাইব্রেরি ব্যাবহার করবো । sequelize এর অফিসিয়াল ডকুমেন্টেশন এখানে নিচের লিঙ্কে । Sequelize Sequelize supports the standard associations: One-To-One, One-To-Many and Many-To-Many. To do this, Sequelize provides…sequelize.org mysql, sqlite, postgres, mssql এই ডাটাবেজ গুলো ব্যাবহার করতে পারবো । প্রথমে নিচের এই কমান্ড দিয়ে sequelize ইন্সটল করবো…

Sequelize

3 min read

Sequelizer — mySql — nodejs
Sequelizer — mySql — nodejs
Sequelize

3 min read


Dec 26, 2020

React+Redux (রিয়েক্ট+ রিডাক্স) Part-3

Full react series is from udemy course Modern React with Redux by Stephen grider Content 14. Async Actions with Redux Thunk 15. Redux store design 16. Navigation with React router 17. Handling Authentication with React 18. Redux Dev tools 14. Async Actions with Redux Thunk redux এর ভেতর যে সব middleware ব্যাবহার করা হয় , একেক middleware…

React

26 min read

React+Redux (রিয়েক্ট+ রিডাক্স) Part-3
React+Redux (রিয়েক্ট+ রিডাক্স) Part-3
React

26 min read


Dec 7, 2020

React+Redux (রিয়েক্ট+ রিডাক্স) Part-2

Full react series is from udemy course Modern React with Redux [2019 Update] by Stephen grider Content 11. Let’s Test your React Mastery! 12. Redux 13. Integrating React with Redux 11. Let’s Test your React Mastery! youtube api key তৈরির জন্য আমাদের নিচের এই লিঙ্কে যেতে হবে । Google Cloud Platform Google Cloud Platform lets you build, deploy, and scale applications, websites, and services on the same infrastructure…console.developers.google.com

রিয়াক্ট

20 min read

React+Redux (রিয়েক্ট+ রিডাক্স) Part-2
React+Redux (রিয়েক্ট+ রিডাক্স) Part-2
রিয়াক্ট

20 min read


Nov 23, 2020

নোড — Node js ( তৃতীয় পর্ব )

complete node js developer course by Andrew mead Content: 11. API Authentication & Security 12. Sorting Pagination & Filtering 13. File Uploads 14. Sending Email and Heroku deployment প্রথম পর্ব নোড — Node JS এই পুরো আর্টিকেলটি udemy র একটি কোর্স থেকে নেওয়া হয়েছে যেটা এখানে আছে created by Andrew Meadjahangir-devs.medium.com দ্বিতীয় পর্ব নোড — Node.js ( দ্বিতীয় পর্ব ) Contentjahangir-devs.medium.com

Nodejs

16 min read

নোড — Node js ( তৃতীয় পর্ব )
নোড — Node js ( তৃতীয় পর্ব )
Nodejs

16 min read

Jahangir Alam

Jahangir Alam

97 Followers
Following
  • Enrique Dans

    Enrique Dans

  • Tim Denning

    Tim Denning

  • Benjamin Hardy, PhD

    Benjamin Hardy, PhD

  • Md. Jamal Uddin

    Md. Jamal Uddin

  • Ishtiaque

    Ishtiaque

See all (210)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams