Skip to content

Instantly share code, notes, and snippets.

React Course

Section 1: Getting Started

@sgoyal1012
sgoyal1012 / Zippin.md
Last active December 10, 2019 00:56
Zippin Basics

List from Abhinav

  1. Python: https://docs.python-guide.org/#writing-great-python-code
  2. ReactJS: Take the tutorials at https://reactjs.org/ and make sure you understand the concepts. Reach out if you have any questions.
  3. NodeJS: https://nodejs.org/en/. We use it for REST APIs. A basic understanding will be good.
  4. Docker: All services are containerized.
  5. Kubernetes: We plan to move services to K8.
  6. Google Cloud Platform: Get a good understanding of different services and focus on pub-sub, IOT Core, Dataflow, GCE, GAE, Cloud SQL, BigQuery, GKE, etc.
  7. RESTful APIs: https://en.wikipedia.org/wiki/Representational_state_transfer and https://restfulapi.net/.
  8. Redis: https://redis.io/
@sgoyal1012
sgoyal1012 / Computer Vision.md
Last active June 17, 2022 04:28
Computer Vision Nanodegree

Image Representation and Classification

  • Emotional intelligence

    • Ability to read and understand emotions -- Affectiva uses emotions on face, i.e. facial features.
  • Color Images representation

  • Depth is the number of channels
If the identification problem is easier in color for us humans, it’s likely easier for an algorithm to see color images too!
@sgoyal1012
sgoyal1012 / Django.md
Last active September 23, 2019 08:03
Startup ideas
@sgoyal1012
sgoyal1012 / Best Links.md
Last active September 7, 2020 16:02
Scala Course
@sgoyal1012
sgoyal1012 / 12 Rules of Life.md
Last active October 2, 2018 07:36
12 Rules of Life

CLEANUP YOUR ROOM, BUCKO!

Rule 1: Stand up straight with your shoulders back

Points

  • Lobster-human analogy
  • Try to wake up at same time everyday- fat and protein heavy breakfast
  • Feedback Loop - if you look defeated, people will look at you that way; if you straighten up, people will look at you differently

Summary

So, attend carefully to your posture. Quit drooping and hunching around. Put your desires forward, as if you had a right to them- at least the same right as others. Walk tall and gaze forthrightly ahead. Dare to be dangerous.

@sgoyal1012
sgoyal1012 / AI Nano- Deep Learning.md
Last active May 19, 2020 17:08
Machine Learning Gist

Lesson 8- Intro to tensorflow

Lesson 9- Autoencoders

  • What is an autoencoder?

    • Makes a compressed representation of a data without any human intervention
    • Cons Bad compression and generalizing to datasets
    • Pros Dimensionality Reduction and Image denoising
  • A simple autoencoder

  • Just compresses data, for example images from the MNIST database.
@sgoyal1012
sgoyal1012 / Coding_Algo.md
Last active August 24, 2023 09:10
CheatSheet

CHEATSHEET

General -- Before every interview!!

  • YOU ARE FORGETTING TO INCREMENT INDEXES in while, DRUNK OR SOMETHING JODER!!??

  • ALWAYS THINK ABOUT STACK SPACE!!

  • C'est PAS Scala -- MUST RETURN!!

  • return statement