Skip to content

Instantly share code, notes, and snippets.

View ishanajmeri's full-sized avatar
💭
let's get started

ishan ajmeri ishanajmeri

💭
let's get started
View GitHub Profile
@ishanajmeri
ishanajmeri / react.md
Last active June 3, 2020 13:38
Spots of react JS
  • imrc
  • cc
  • start
  1. create-react-app folder_name
  2. In index.js add bootstrap
import 'bootstrap/dist/css/bootstrap.css';
import 'font-awesome/css/font-awesome.css';
@r-kohale9
r-kohale9 / OOP using JavaScript.md
Last active September 8, 2019 16:08
OOP (JavaScript - Mosh)

Object Oriented Programming In JavaScript

A programming paradigm centered around object rather than functions. An essential skill for every developer.

If a candidate has OOP on his resume he/she stands out because most of the languages are centered around OOP.

4 Pillars of OOP ->
  • Encapsulation
  • Abstraction
  • Inheritance
@r-kohale9
r-kohale9 / JavaScript.md
Last active September 8, 2019 16:08
JavaScript Notes (Beginners - Mosh)

JavaScript

Companies that use JS -

  • Netflix
  • Walmart
  • Paypal

Average Salary - $72000

JS can be used for Front-end , backend or well full-stack developer. What seperates JavaScript from other languages is that it is a dynamic language.

@r-kohale9
r-kohale9 / react-codeWithMosh-importantPoints.md
Last active March 15, 2021 18:10
Summary / Important points from the course codeWithMosh - Mastering React

React Summary Points

Library's - All the installed files are stored in node_modules folder.

Boostrap

  • npm i bootstrap@4.1.1
  • import 'bootstrap/dist/css/bootstrap.css';

Font-Awesome

  • npm i font-awesome@4.7.0 // different font and symbol can be rendered