Cascadia Ruby 2013 Ruby Systems Programming by Andy Delcambre
Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=uaSiV0TFgLI
We as rubyists tend to write software that runs on the web, without a deep understanding of what it would take to write the plumbing for that same software. I think it's useful to have a basic understanding of how some of the lower level components of a system work.
I'll discuss the basics of systems programming, using Ruby. I'll talk about syscalls and kernel space vs user space. I'll cover a bit about file descriptors and what they're for. And I'll walk through a small example of a working webserver using those primitive syscalls.
Help us caption & translate this video!
http://amara.org/v/FG4k/
Other Videos By Confreaks
Tags:
cascadiaruby2013
ruby
systems
programming
systems programming
System Programming