Open in app
Home
Notifications
Lists
Stories

Write
Miskatur Rahman
Miskatur Rahman

Home

Jan 28, 2021

What is OOP? How it works?

# Object-Oriented Programming tries to map code instructions with real-world making the code short and easier to understand. # What Is Object-Oriented Programming? Solving a problem by creating objects is one of the most popular approaches in programming. This is called Object-Oriented Programming. # What is DRY? DRY stands for…

Oop

2 min read

What is OOP? How it works?
What is OOP? How it works?

Dec 28, 2020

Things i MUST KNOW about Javascript

🌱 Getting started with basic JS Who likes spending time on a static site? nobody, right? So to give life to a website we use JavaScripts. But to dive deep here are few things we must know. Variables To store different values var keyword is used. for example, var age = 35; console.log(age); // Output: 35 var…

Java Script

12 min read

Things i MUST KNOW about Javascript
Things i MUST KNOW about Javascript

Dec 28, 2020

Editing files in your repository

You can edit files directly on GitHub in any of your repositories using the file editor. ***Note: If a repository has any protected branches, it can't be edited or uploaded files in the protected branch.

Github

2 min read

Editing files in your repository
Editing files in your repository

Oct 2, 2020

Save few minutes in DATABASE setup

*** npm init npm install react-bootstrap bootstrap *** npm install express mongodb *** npm install — save-dev nodemon *** npm install — save cors body-parser *** npm install dotenv #Sample_index_js_file_of_DATABASE: const express = require(‘express’);const bodyParser = require(‘body-parser’); const cors = require(‘cors’); const MongoClient = require(‘mongodb’).MongoClient; require(‘dotenv’).config()

Web Development

1 min read

Save few minutes in DATABASE setup
Save few minutes in DATABASE setup

Sep 1, 2020

THE 4 HOOKS OF REACT ROUTER

Its one of the popular website routing system. We have 4 types of react hooks available: useHistory 2. useLocation 3. useParams 4. useRouteMatch useParams: Used for getting the router parameter from the URL parameters. function App() { return ( <Router className=”App”> <Switch> <Route path=”/home”><Home /></Route> <Route path=”/country/:countryName”> <CountryDetail /> </Route> <Route…

React Router

2 min read

THE 4 HOOKS OF REACT ROUTER
THE 4 HOOKS OF REACT ROUTER
Miskatur Rahman

Miskatur Rahman

Self-taught Developer || Exploring Life and Tech

Following
  • javinpaul

    javinpaul

  • Dario Radečić

    Dario Radečić

  • Shaunta Grimes

    Shaunta Grimes

  • Rashida Nasrin Sucky

    Rashida Nasrin Sucky

  • Susan Li

    Susan Li

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable