Skip to content

Instantly share code, notes, and snippets.

View r-kohale9's full-sized avatar
🏠
Working from home

Rishabh kohale r-kohale9

🏠
Working from home
View GitHub Profile

Logic

Stories

Dynamic block

  1. 2 lives
  • show solution on last incorrect
  • show correct on correct attempt
@r-kohale9
r-kohale9 / GeneAnnotationVisualization.md
Last active August 18, 2021 14:27
Gene Annotation Visualization (Work product)

Gene Annotation Visualization

Describe my work

  • Created the backend (apis) for gene annotation visualization
@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