Skip to content

Knowledge Share

karkir0003 edited this page Aug 7, 2022 · 23 revisions

Knowledge Share

This page presents helpful resources to ramp yourselves up on Python, React, AWS, and any other frameworks we use in our stack. If you come across any helpful resources, please put them here

Python

  • "This course was what got me started in Python. This course is a masterpiece in my opinion for introducing Python in an accessible manner. Check out Python For Everybody Textbook. You will really want to focus on chapters 2-10, 13-14 to get a good foundation for Python" - Karthik Subramanian

React.js

  • "A friend actually helped me get started on React and I did a tutorial on freeCodeCamp. But I'd say this video simplifies it best, going through the basics of React, useState, useEffect, and useRef (less important): Learn React in 30 Minutes" - Faris Durrani

AWS

  • "A nice brief and concise video on why we use AWS in DLP: AWS in 10 Minutes" - Karthik Subramanian

Docker

To understand our AWS deployment, it's important to have a good understanding of Docker. At GT, you'd take CS 2110 and will interact with Docker. Docker is not something to be afraid of. It's not a very difficult concept to understand and it's very important in our project.

  • What is Docker in 5 Minutes. "Really good intro to Docker and the code examples provided in the video are nice accompaniments to the concepts" - Karthik Subramanian

Clone this wiki locally