
Watch.Steve Podcast
1) #6 - Basics of Web Programming #6: Sinatra
I explain the basics of using Sinatra, a Ruby library that's used to make dynamic websites.
2) #5 - Basics of Web Programming #5: Ruby
We start exploring the very basics of programming, using Ruby. We write our first Ruby program, and I let you know where you can go to learn more!
3) #4 - Basics of Web Programming #4: Basic Forms
I cover the very basic of HTML forms, which are used to provide input to your web application.
4) #3 - Basics of Web Programming #3: Beginner's HTML
I cover the very basics of HTML, and we build a tiny web page that you can open up on your own computer with a browser.
5) #2 - Basics of Web Programming #2: All About HTTP
I go a bit further in detail about HTTP, and talk about status codes, verbs, and using curl to make requests without a browser.
6) #1 - Basics of Web Programming #1: Web Fundamentals
The first episode of my "Basics of Web Programming" series. I explain HTTP and the request/response cycle.