Learning Library

Curated collection of educational resources from across the web

8 Resources
5 Categories
8 Contributors
Filter by
Sort by
Showing 8 of 8 resources
React - A JavaScript library for building user interfaces
Free
4.9

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.

intermediateWeb Development
javascriptreactfrontend
CS50: Introduction to Computer Science
Free
4.9

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.

24 hours
beginnerComputer Science
programmingalgorithmsdata structures
MIT 6.00.1x: Introduction to Computer Science and Programming Using Python
Free
4.7

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.

9 weeks
beginnerComputer Science
pythonalgorithmscomputational thinking
Free
4.6

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.

advancedArtificial Intelligence
mlopsmachine learningdevops
Python for Everybody - Full Course
Free
4.8

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.

14 hours
beginnerSoftware Engineering
pythonprogrammingweb scraping
Free
4.5

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.

1 hour
intermediateDevOps
kubernetescontainerscloud native
Microservices - A definition of this new architectural term
Free
4.8

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.

advancedSoftware Engineering
microservicesarchitecturedistributed systems
Clean Code: A Handbook of Agile Software Craftsmanship
4.7

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.

intermediateSoftware Engineering
software designbest practicescode quality