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 / 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 / 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 / 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 / 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 / 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 / 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?