RubyConf 2019 - Coding like it’s 1977: Ruby on the Apple ][ by Colin Fulton

Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=M7LEf7-W12k



Duration: 40:39
679 views
20


Coding like it’s 1977: Ruby on the Apple ][ by Colin Fulton

Many developers at some point in their programming career get curious about how HTTP servers work and how to build one from scratch without any external libraries.​Well, recently, I got curious about “How do HTTP servers work”? “How are HTTP servers built?” and “Can I build an HTTP server and client with Ruby without using any gems?“ And you know what, the answers are, yes, yes and yes!​We’ll explore how to build a simple http server using the Socket class available in the Ruby’s standard library. In the process, we will also get a crash course on how HTTP works.


#confreaks #rubyconf2019 #rubyconf




Other Videos By Confreaks


2019-12-03RubyConf 2019 - How to write pleasant code by Roman Kofman
2019-12-03RubyConf 2019 - Introducing Rubyfmt by Penelope Phippen
2019-12-03RubyConf 2019 - Disk is fast, memory is slow. Forget all you think you know by Daniel Magliola
2019-12-03RubyConf 2019 - Escaping The Tar Pit by Ernesto Tagwerker
2019-12-03RubyConf 2019 - The Fewer the Concepts, the Better the Code by David Copeland
2019-12-03RubyConf 2019 - Fixing Performance & Memory problems by Frederick Cheung
2019-12-03RubyConf 2019 - Learn Enough Ruby by Michael Hartl
2019-12-03RubyConf 2019 - Bridging the Knowledge Gap: Debugging by Mina Slater
2019-12-03RubyConf 2019 - Source-Diving for Fun and Profit by Kevin Kuchta
2019-12-03RubyConf 2019 - Conscious Coding Practice: The Three Concrete Steps by Noah Gibbs
2019-12-03RubyConf 2019 - Coding like it’s 1977: Ruby on the Apple ][ by Colin Fulton
2019-12-03RubyConf 2019 - Improv by the Third Coast Comedy Club
2019-11-30RubyConf 2019 - Q&A with Yukihiro Matsumoto (Matz)
2019-11-30RubyConf 2019 - Lightning Talks
2019-11-30RubyConf 2019 - Let's build a simple HTTP server with Ruby by Esther Olatunde
2019-11-30RubyConf 2019 - Keynote: Lucky You by Sandi Metz
2019-11-30RubyConf 2019 - Language as a Tool of Thought: Consistency versus Progress by Victor Shepelev
2019-11-30RubyConf 2019 - Ignite Roulette
2019-11-29RubyConf 2019 - Compacting Heaps in Ruby 2.7 by Aaron Patterson
2019-11-29RubyConf 2019 - In the beginning, there was "require"... by Adam McCrea
2019-11-29RubyConf 2019 - Hire Me: I'm Excellent at Quitting by Brittany Martin



Tags:
Ruby
RubyConf
Programming