Skip to content

Instantly share code, notes, and snippets.

View OddExtension5's full-sized avatar
🎯
Focusing

Sushil Singh OddExtension5

🎯
Focusing
View GitHub Profile
@OddExtension5
OddExtension5 / AWSManagement.md
Last active April 7, 2020 09:33
Cloud Computing

AWS Management

Logging in the Cloud

Logging provides visibility into your cloud resources and applications. For applications that run in the cloud, you will need access to logging and auditing services to help you proactively monitor your resources and applications.

Logging allows you to answer important questions like:

  • How is this server performing?
  • What is the current load on the server?
@OddExtension5
OddExtension5 / 01.networking.md
Last active June 11, 2022 06:54
Networking

Networking

What is Networking?

Computer Networking is the subject which explains how computers connect with each other for sharing resource and information and what technologies and devices they use for the coonectivity.

Three components of networking

  • Medium ( How are you connected? )
  • Addressing ( How do you locate and identify the other party? )
@OddExtension5
OddExtension5 / aws.md
Last active October 21, 2019 09:39
AWS Fundamentals

AWS Overview

          1.1 What is "Cloud Computing"
          1.2 Regions
          1.3 Availability Zones
          1.4 Edge Locations
          1.5 Scope of Services

1.1 What is "Cloud Computing"?

@OddExtension5
OddExtension5 / details.md
Last active October 23, 2019 08:31
Linux Command

Man pages common elements

  • Command summary: shows how to use a command

    • Items between [brackets] are optional
    • If you see {a|b} youy must choose
    • And ... means you may have more of the preceding item
  • Man pages have sections

@OddExtension5
OddExtension5 / MERN.md
Last active October 28, 2019 08:52
All About REACT ---------------

MERN Stack

The MERN stack consists of the following technologies:

  • MONGODB: A document-based open source database.

  • Express: A web application framework for Node.js

  • React: A JavaScript front-end library for building user interfaces.

  • Node.js: JavaScript run-time environment that executes JavaScript code outside of a browser ( such as a server)

    and Mongoose: Simple, schema-based solution to model application data.

@OddExtension5
OddExtension5 / 1. workshop.md
Last active January 27, 2020 17:40
SOLID Principles of Object-Oriented and Agile Design By Robert Martin

Workshop Details

  + January 27, 2020 (9:30pm – 12:30am IST)
  + Robert C. "Uncle Bob" Martin

What you'll learn-and how you can apply it

  • SOLID principles of software design
  • Clean Clode basics
  • Ensure that dependencies are well managed so that the code remains flexible, robust, and reusable
@OddExtension5
OddExtension5 / github_ssh.md
Last active July 11, 2020 12:34
This gist covers GitHub Advanced Concepts and Tricks

Clone a repo from GitHub using SSH on Windows

Steps:

  1. Open Git Bash

  2. Go to .ssh folder and type the below command:

    ssh-keygen -t rsa -b 4096 -c "your_email_address"

  3. Adding ssh key to the ssh-agent

@OddExtension5
OddExtension5 / 1. SoftwareArchitecture.md
Last active March 7, 2024 14:09
Software Architecture : Layered, Microkernel, Event-Driven, Pipeline, Space-Based, Microservices, Service-Oriented, Service-Based, Serverless, LMAX

Software Architecture

        > with Neil Ford & Mark Richards

Architecture is the highest level concept of the expert developers.

"In most successful software projects, the experts developers working on that project have a shared understanding of the system design. This shared understanding is called 'architecture'. This understanding includes how the system is divided into components and how the components interact through interfaces. These components are usually composed of smaller components, but the architecture only include the components and interfaces that are understood by all the developers."

@OddExtension5
OddExtension5 / 1. notes.md
Last active January 19, 2020 18:14
Time Series Analysis : Stationary, Trend, Seasonal, Decomposition, Differences, Windowing, Running Values, Exponential Smoothing, Fill Methods, Resampling, Jackknife Estimation, Bootstrapping, Fourier Transform , Filtering, Correlation, Auto-Correlation, Partial Auto-Correlation, Random Walks, Dickey-Fuller Test, ARIMA Models

Time Series

  • A set of values measured sequentially in time
  • Values are typically (but not always) measured at equal interval x1, x2, x3, etc..
  • Values can be:
    • Continuous
    • discrete or symbolic (words)
  • Associated with empirical observation of time varying phenomena:
    • Stock market price (day, hour, minute, tick etc...)
  • Temperature (day, minute, second, etc..)
@OddExtension5
OddExtension5 / notes.md
Last active January 19, 2020 18:34
Digital Signal Processing

Think DSP

  1. Discrete Fourier Transofrm
  2. Convolution Theorem
  3. Linear Time-Invariant Theory

Signal: It represents a continuous mathematical function

Wave: Contains an array of discrete samples