My Python and JavaScript CS50 course tasks

Name of task Skills
T00 Some experiments with bootstrap Bootstrap
T01 My own frontend for google search HTML/CSS
T02 Design an online encyclopedia similar to Wikipedia Python / Django
T03 Design an eBay-like online e-commerce and auction site where users can list, bid and watchlist items SQL, Models and Migrations
T04 Design an external interface for a mail client that uses an API to send and receive mail JavaScript
T05 Design a Twitter-like social network site where you can create posts and follow users AJAX, React, API / CI/CD, Docker

Useful Resources

DevOps and Kubernetes. Practical intensive

Name of task Skills
Week 01 DevOps & Kubernetes on Prometheus General knowledge about DevOps
Task 02 Implement a web service in your own development environment SDLC

Useful Resources for DevOps

  1. Cloud Native Trail Map
  2. DevOps Tools Periodic Table
  3. CNCF Cloud Native Interactive Landscape
  4. Pro Git book
  5. GitHowTo
  6. Learn Git Branching
  7. How to undo (almost) anything with Git
  8. Kubernetes: Documentation, Training
  9. DevOps Roadmap
  10. List of software (SaaS, PaaS, IaaS, etc.) and other offerings with free developer tiers.
  11. TUTORIAL SERIES: How To Code in Go
  12. YAML Tutorials: Source 1- -Source 2- -Source 3
  13. Helm. The package manager for Kubernetes. Quickstart Guide