Karl Krueger

Sort options

Networking for Web Developers (Udacity)

Self Paced
Networking for Web Developers (Udacity)
Free Course
Categories
Effort
Languages
TCP, IP, What's Underneath HTTP? How does the Web work? Under the hood of HTTP there's a whole stack of networking protocols. Explore the underpinnings of the net with tools like traceroute, tcpdump, and nc.

Shell Workshop (Udacity)

Self Paced
Shell Workshop (Udacity)
Free Course
Categories
Effort
Languages
Getting Started in the Shell. A quick, one-lesson introduction to the Unix-style command-line environment. This course is intended to get you up to speed on the shell — using a terminal, managing files and directories, and running command-line programs.

HTTP & Web Servers (Udacity)

How does HTTP work? This course is intended for budding full-stack web developers to master the basics of HTTP, the protocol that underlies all web technology. In this course, you'll explore HTTP directly, talking with web servers and browsers by hand. You'll write and deploy low-level web applications in [...]

Intro to Relational Databases (Udacity)

Self Paced
Intro to Relational Databases (Udacity)
Free Course
Categories
Effort
Languages
SQL, DB-API, and More! This course is a quick, fun introduction to using a relational database from your code, using examples in Python. You'll learn the basics of SQL (the Structured Query Language) and database design, as well as the Python API for connecting Python code to a database. [...]