Rack basics

Hi there! the past 19th April, and coinciding with my incorporation in Bizneo, I had the oportunity to give a talk in the CiudadReal.rb community. The topic was “Rack basics”. A, so simple, talk about Rack.

What’s Rack:

Rack provides a minimal, modular, and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call.

The slides:

Rack Basics slides

The talk

Is in Spanish :P

Rack Basics slides

Next to my talk there’s another talk, about «Metaprogramming Elixir», of my friend @dreamingechoes. You can read great posts in his blog dreamingecho.es

Resources:

And that’s all! You can find me on twitter @enoliglesias for whatever you want to ask.

comments powered by Disqus