Open in app

Sign in

Write

Sign in

Asif Ur Rahman
Asif Ur Rahman

21 Followers

Home

About

Oct 21

Possessive Adjective

🧐 Introduction: Have you ever wondered about those words that show possession, like “my,” “your,” or “his”? They’re called *possessive adjectives*, and understanding them can be a game-changer. Let’s delve into these little words and see how they work their magic in the world of grammar. ℹ️ What’s the Deal…

Possessive Adjective

2 min read

Possessive Adjective
Possessive Adjective
Possessive Adjective

2 min read


Mar 29, 2022

Create You First Firebase Project in React and implement Google Sign-In Method

Hey dear friends, this is Asif Ur Rahman, a Technical Course Writer. Today I am going to show you how you can easily build a Google Sign-In system on your React Application. Let’s get started. Prerequisites: First of all you will need these prerequisites. Install Node.js on your machine. Then…

Firebase

8 min read

Create You First Firebase Project in React and implement Google Sign-In Method
Create You First Firebase Project in React and implement Google Sign-In Method
Firebase

8 min read


Jan 17, 2022

REACT NATIVE & Its Working Principle

Introduction For several years now, React Native has been a hot topic in the mobile development world. No wonder — it took the tech world by storm by offering a way to develop mobile apps for both iOS and Android simultaneously !!! The definition of React Native React Native (also known as RN) is an open-source…

JavaScript

4 min read

REACT NATIVE & Its Working Principle
REACT NATIVE & Its Working Principle
JavaScript

4 min read


Oct 5, 2021

BIND CALL AND APPLY IN JAVASCRIPT

𝗕𝗜𝗡𝗗 𝗖𝗔𝗟𝗟 𝗔𝗡𝗗 𝗔𝗣𝗣𝗟𝗬 𝗜𝗡 𝗝𝗔𝗩𝗔𝗦𝗖𝗥𝗜𝗣𝗧 Call, Apply, and Bind তিনটি বেশ গুরুত্বপূর্ন JavaScript methods যেগুলো বিভিন্ন JavaScript functions/methods এর উপর প্রয়োগ করা হয়। আজকে আমি আলোচনা করবো জাভাস্ক্রিপ্ট অবজেক্ট এর আমরা কিভাবে Call, Apply, and Bind এপলাই করতে পারি। মোটামুটি ইন্টারভিউ এর জন্যে খুবই গুরুত্বপূর্ন একটি প্রশ্ন হলো “Call…

JavaScript

3 min read

BIND CALL AND APPLY IN JAVASCRIPT
BIND CALL AND APPLY IN JAVASCRIPT
JavaScript

3 min read


Sep 21, 2021

JS FUNCTION AND ITS TYPES

WHAT IS A FUNCTION? In a programming language, a function is a set of guided instructions that we can use later for certain tasks. In fact, we use the word “function” a lot in our daily life. As we say “today we are going to a wedding function, birthday function…

Function

5 min read

JS FUNCTION AND ITS TYPES
JS FUNCTION AND ITS TYPES
Function

5 min read


Aug 4, 2021

3 Tier Architecture

মনে কৌতূহল তো জাগতেই পারে যে , এই যে প্রতিদিন আমরা কোন না কোন ওয়েবসাইট অথবা অ্যাপ ব্যবহার করতেছি , এই অ্যাপ্লিকেশান গুলো আসলে কিভাবে তৈরি করা হয় ?!!! মূলত আমরা যে ওয়েবসাইট গুলো প্রতিদিন ব্রাউস করি , সেগুলোকে বলা হয় Web Application । আর যে Software গুলো আমরা ইউস…

Web Development

5 min read

Web Development

5 min read


Jul 7, 2021

Javascript

কিংবদন্তি নেটস্কেপ নেভিগেটর ওয়েব ব্রাউজারের নির্মাতা ব্রেন্ডন আইচ ১৯৯৫ সালে জাভাস্ক্রিপ্ট তৈরি করেছিলেন। javascript কী? জাভাস্ক্রিপ্ট এর যদি ফর্মাল ডেফিনেশন দিতে চাই তাহলে উইকিপেডিয়া এর সংজ্ঞাটাই মেনশন করি - “ JavaScript often abbreviated as JS is a programming language that conforms to the ECMAScript specification.JavaScript is high-level, often just-in-time compiled…

JavaScript

4 min read

Javascript
Javascript
JavaScript

4 min read


Jun 28, 2021

Variable In Javascript

চলুন ঘুরে আসি প্রোগ্রামিং এর জগৎ থেকে । হ্যা, আজকে এই আলোচনা করবো ওয়েবসাইট এর প্রাণ জাভাস্ক্রিপ্ট এর একটা কমন জিনিস variable নিয়ে । অবশ্য varilable টা প্রত্যেক programming language এই থাকে । শুধুমাত্র অল্প কিছু ভিন্ন ছাড়া প্রায় সবকিছুই এক । তো আজকে আমরা দেখবো javascript এ variable কিভাবে…

JavaScript

3 min read

Variable In Javascript
Variable In Javascript
JavaScript

3 min read


Jun 15, 2021

mongoDB এর প্রাথমিক পরিচয়

MERN Stack এর শুরুতেই যে word টি আছে সেটি হলো “M” . যার মাদ্ধমে মূলত mongoDB কেই বুঝানো হয় । আর আজকে আমি আপনাদের সাথে যে বিষয়টি নিয়ে আলোচনা করবো সেটি হলো এই mongoDB । mongoDB একটি ডাটাবেস সার্ভার যে সার্ভার এর মাদ্ধমে আমরা আমাদের ডাটা গুলোকে ডাটাবেস এ সংরক্ষণ…

Mongodb

4 min read

mongoDB এর প্রাথমিক পরিচয়
mongoDB এর প্রাথমিক পরিচয়
Mongodb

4 min read


May 8, 2021

10 interesting interview problem-solving code on basic javascript

Truthy and falsy value: The true and false value in javascript is something different from another programming language. There are some way we can identify the true and false value in javascript. You can write a condition like this using if else. const age = 4; if (age >= 4)…

JavaScript

3 min read

10 interesting interview problem-solving code on basic javascript
10 interesting interview problem-solving code on basic javascript
JavaScript

3 min read

Asif Ur Rahman

Asif Ur Rahman

21 Followers

Hi ! I am Asif. A full time web developer. || Web Developer at OmniGo || MERN Stack Developer

Following
  • Richard Warepam

    Richard Warepam

  • benjamin weinberg

    benjamin weinberg

  • মোঃ আবু তাহের

    মোঃ আবু তাহের

  • Ghost Together

    Ghost Together

  • To The Moon

    To The Moon

See all (29)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams