Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Latest commit

 

History

History
70 lines (55 loc) · 2.89 KB

educational_resources.md

File metadata and controls

70 lines (55 loc) · 2.89 KB

Table of Contents

Python Basics

Intro to ML

Data Science

Learning Scala:

If you are already experienced in Java, then Scala should be quite simple for you to get hands on, if you are feeling lucky, you can directly start with code as well

Main Docs: https://docs.scala-lang.org/

Good Links to get started:

Good Books (if you want to go deep): https://docs.scala-lang.org/books.html

Learning Akka:

Akka is a framework for the Actor Model written in Java/Scala.

If you want to go hands on, read, learn and execute at the same time, then Akka getting started guide is great! This will also give you insight into what is actor model and how it works. https://doc.akka.io/docs/akka/current/typed/guide/introduction.html

If you learn better via video lectures / courses (following along): https://www.reactivedesignpatterns.com/videos.html

Learning about Kafka:

Mobile ML

Running computationally intensive operations for machine learning on Android devices.

Deep Learning

Full Stack Deep Learning https://fullstackdeeplearning.com/spring2021/

Technical writing resources

https://github.com/NimbleEdge/community/blob/main/writing/resources.md