Skip to content

Instantly share code, notes, and snippets.

View hrjayanth's full-sized avatar
👋

Jayanta Ramanatha hrjayanth

👋
  • Oracle India
  • Bengaluru, Karnataka, India
  • 21:08 (UTC +05:30)
View GitHub Profile
@hrjayanth
hrjayanth / OOAD.md
Created December 2, 2021 13:26
Mtech Software Engineering, 1st Sem Object Oriented Analysis and Design

Object Oriented Analysis and Design

Software Development Life Cycle Models

  • Waterfall
  • Unified Process
  • Agile

Unified Process

@hrjayanth
hrjayanth / CloudComputing.md
Last active October 23, 2022 16:11
Cloud Computing

Cloud Computing

Cloud Computing is a general term used to describe a new class of network based computing that takes place over the Internet

Characteristics of Cloud Computing

  • On-demand self-service: Users can provision servers and networks with little human intervention
  • Ubiquitous network access: Any computing capabilities are available over the network. Many different devices are allowed access through standardized mechanisms
  • Location transparent resource pooling: Multiple users can access clouds that serve other consumers according to
@hrjayanth
hrjayanth / JavascriptRefresher.md
Created December 2, 2021 13:16
Javascript Notes

Javascript

Array

An array is a special variable, which can hold more than one value at a time.

Three ways to iterate an Array:

  1. Sequential for loop: