Skip to content

Instantly share code, notes, and snippets.

@sgoyal1012
Last active December 10, 2019 00:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgoyal1012/0e467d4b354cace10ead6377887e6501 to your computer and use it in GitHub Desktop.
Save sgoyal1012/0e467d4b354cace10ead6377887e6501 to your computer and use it in GitHub Desktop.
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/

Google Cloud Platform

MQTT

IOT Core

PubSub

Python -- Write clean python code

https://docs.python-guide.org/#writing-great-python-code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment