RubyConf 2019 - Let's build a simple HTTP server with Ruby by Esther Olatunde

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



Duration: 34:54
1,743 views
45


Let's build a simple HTTP server with Ruby by Esther Olatunde

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 - 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
2019-11-29RubyConf 2019 - A Static Type Analyzer of Untyped Ruby Code for Ruby 3 by Yusuke Endoh
2019-11-28RubyConf 2019 - Adopting Sorbet at Scale by Ufuk Kayserilioglu
2019-11-28RubyConf 2019 - Sorbet: A type checker for Ruby 3... by Jake Zimmerman & Dmitry Petrashko
2019-11-28RubyConf 2019 - How to use Your Superpowers to Transform People's Lives by Alberto Colon Viera



Tags:
Ruby
RubyConf
Programming