Learning Library
Curated collection of educational resources from across the web
React - A JavaScript library for building user interfaces
Author Meta / Facebook
React is a declarative, efficient, and flexible JavaScript library for building user interfaces. It lets you compose complex UIs from small and isolated pieces of code called components.

CS50: Introduction to Computer Science
Author David J. Malan
Harvard University's introduction to the intellectual enterprises of computer science and the art of programming. This course teaches you how to think algorithmically and solve problems efficiently.

MIT 6.00.1x: Introduction to Computer Science and Programming Using Python
Author MIT OpenCourseWare
An introduction to computer science as a tool to solve real-world analytical problems using Python 3.5. This course is aimed at students with little or no programming experience.
MLOps: Continuous delivery and automation pipelines in machine learning
Author Google Cloud
This document discusses techniques for implementing and automating continuous integration (CI), continuous delivery (CD), and continuous training (CT) for machine learning systems.

Python for Everybody - Full Course
Author Dr. Chuck (Charles Severance)
This Python course will give you a comprehensive introduction to Python programming. Learn Python basics, data structures, working with APIs, and more in this complete beginner-friendly course.
Software Engineering Daily: Kubernetes with Craig McLuckie
Author Jeff Meyerson
Craig McLuckie is a co-founder of Kubernetes and discusses the origins, architecture, and future of container orchestration.

Microservices - A definition of this new architectural term
Author Martin Fowler & James Lewis
The term 'Microservice Architecture' has sprung up over the last few years to describe a particular way of designing software applications as suites of independently deployable services.

Clean Code: A Handbook of Agile Software Craftsmanship
Author Robert C. Martin
Even bad code can function. But if code isn't clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code.