There's a lot I want to learn, and a lot I've learned and documented. Here's where I list both.

To Learn

My current focus is Serverless in Python. (They stay here until I write about it.)

Python

  • Setting Up PyEnv, pyenv-virtualenv, poetry
  • What is, if name == “main”:
  • Language fundamentals

    • 🚩 frontendmasters.com/courses/python/
    • 🚩 frontendmasters.com/courses/intermediate-python/
    • 🚩 Automate the Boring Stuff
    • realpython.com
    • pythonprogramming.net
    • Naming Conventions (www.youtube.com/watch?v=YklKUuDpX5c)
  • Creating an API in Flask

    • testdriven.io
    • blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
  • Type Checking in Python MyPy

    • realpython.com/python-type-checking/ (python-mypy-type-checking.md)

AWS

Serverless

  • AWS Amplify

  • Serverless fundamentals (serverlesshandbook)

    • acloudguru
    • serverless-stack.com
  • Courses

    • Yan Cui
    • 🚩 livevideo.manning.com/course/38/production-ready-serverless
    • 🏁 theburningmonk.thinkific.com/courses/learn-you-some-lambda
    • 🏁 www.udemy.com/course/complete-guide-to-aws-step-functions/
    • 🚩 serverlessreact.dev/
    • 🚩 codemore.teachable.com/p/serverless-framework-node
  • Udemy - Python

    • udemy.com/course/aws-lambda-serverless/
  • AWS Tutorials - Python

    • aws.amazon.com/getting-started/projects/build-serverless-web-app-lambda-apigateway-s3-dynamodb-cognito/
    • github.com/aws-samples/amazon-comprehend-doc-search
    • github.com/aws-samples/aws-serverless-airline-booking
    • github.com/aws-samples/realtime-web-analytics-workshop
    • github.com/aws-samples/aws-python-sample
    • github.com/aws-samples/aws-twitterbot-workshop
    • github.com/aws-samples/aws-modern-application-workshop
    • github.com/aws-samples/building-a-realtime-data-platform-workshop
  • Python Examples

    • www.fullstackpython.com/aws-lambda.html

Databases/APIs

Backlog

React

Bash

  • Load .zshrc in .bash_profile
  • Load up .zshenv on new terminal instead of having to do exec $SHELL

Design Systems

TypeScript

JavaScript

  • Prototype Chain
  • Bind, Call, Apply and this
  • Closures

ESLint

Node

GraphQL

Git

Testing

Redux

Databases/APIs

  • DynamoDB

Object Oriented Programming

  • Practical Object Oriented
  • 99 Bottles