Learn Advance Your Future.

 

Find the best courses, videos, books, podcasts, and blogs to learn a new skill

React in Patterns

A book about common design patterns used while developing with React. It includes techniques for composition, data flow, dependency management and more.

Learn Kubernetes Basics (official docs)

This tutorial provides a walkthrough of the basics of the Kubernetes cluster orchestration system. Each module contains some background information on major Kubernetes features and concepts, and includes an interactive online tutorial. These interactive tutorials let you manage a simple cluster and its containerized applications for yourself.

Linux for Noobs

This course is based on virtual environment built on Linux Ubuntu where you can try out code snippets. If you are familiar with Linux then you can skip this tutorial and start exploring LabEx right away.

Intro to Python 3

This Python 3 tutorial provided by migfd is designed for beginners. So if you are new to Python, this is a choice you can't miss. In this courses, exercises and sample code are included to help you gain a better understanding. After mastering this courses, you will have the basis for bigger Python projects.

Learn Git from Scratch

This course will teach you the basic concepts of Git and how to use Git effectively, and in the last lab, you will conduct a real project in GitHub with step by step instructions. Special thanks to Jake who has been a valuable contributor!

Git Me Some Version Control

Version Control can be a mysterious thing at first. Why exactly do I need this?? Before long, though, you depend on it with your life. If you're new to this world, let me help!

The PHP Practitioner

We all start somewhere. When it comes to web development with PHP, well, your first stop is this series. Designed specifically and exclusively for beginners, here, you'll learn the fundamentals of PHP - all the way down to defining variables and arrays

Demystifying Rails

This book doesn't teach how to use Rails to build prototypes. Instead, this book dives one layer below the surface to expose how Rails is pieced together.

A Guide to Git and Github

A beginner friendly guide to using git and working with Github.com. This book is for the absolute beginner and provides a gentle introduction to git and Github. Get a jump start using git on your projects, and learn how to push those projects to Github.com. This book is required reading as part of the course work at Launch School.

Object Oriented Programming with Ruby

Learn the basic foundational building blocks of object oriented programming, starting from the very beginning. Existing developers will be able to quickly pick up Ruby syntax and idioms, while new programmers will enjoy a smooth introduction to OOP concepts. This book is required reading as part of the course work at Launch School.

Introduction to Programming with Ruby

Learn the basic foundational building blocks of programming, starting from the very beginning. Existing developers will be able to quickly pick up Ruby syntax, while new programmers will enjoy a smooth introduction to programming concepts. This book is required reading as part of the course work at Launch School.

Introduction to SQL

Learn the basics of Structured Query Language, and understand how to manipulate and query data in modern relational databases. This book is required reading as part of the course work at Launch School.

Clean Architectures in Python

What is a good software architecture? Why should we bother structuring the code and spending time testing it? If you like spending hours debugging your programs or staying late at the office to recover from a buggy deploy in production this book is definitely NOT for you!

Essential TypeScript

Join experienced coder, Jess Chadwick, as he explores the world of TypeScript. Starting with the basics and fundamental ECMAScript 2015 features that TypeScript expands upon, Jess shows you all the ways that TypeScript allows you to bring your JavaScript development to the next level.

Intermediate Python

This book provides a reader with a holistic and in-depth knowledge of the Python language. It explains how methods and functions are related, how sequences can be created elegantly, the tools for functional programming, how user defined objects can be no different from Python objects and how one can control almost everything from import statements to class creation using meta-classes and decorators etc.

Clear Both