An extensive list of all tech related resources curated by the batchlings.
Languages Back ⇈
Front-End Development Back ⇈
- HTML and CSS
- HTML
- CSS
- Grid
- Grid Garden
- Flexbox (when you registed, you'll see access to flexbox as well)
- React
- Understand React's main concepts
- What's create-react-app?
- Understand how to use react-router
- Why is server-side rendering important?
Back-End Development Back ⇈
AI/ML ResourcesBack ⇈
Comparison of two popular framework
- Tensorflow has well made official tutorial for beginners
- Tensorflow 2.0
- Integrated with Keras
- Eager execution, which emphasized imperative programmin instead of
session-based
model
- Keras sits atop of Tensorflow(and others like Theano and Deeplearning4j)
- Tensorflow 2.0 official doc has nice tutorials of Keras
- Awosome Pytorch list
- Document which have resources (1) Pytorch & related libraries (2) Tutorials & examples (3) Paper implementations (4) Talks & Conferences
- If you are familiar with basic tensor operations, WHAT IS TORCH.NN REALLY?
- Pytorch for Numpy Users
- FastAI was built on top of Pytorch and will have additional helper functions
- forum, course and official blog are only and best way to learn.
DevOps Back ⇈
Development Environments Back ⇈
-
- https://learngitbranching.js.org/
- What's
git branch
? How to create one? - How to merge branches? What's
git rebase
? - What's
git stash
? What'sgit cherry-pick
? - What's
squash
,fixup
&drop
in the context of commits?
-
- What's GitHub fork?
- How to make a Pull Request to someone else's repository
- How to create GitHub issue?