Code and resources from Medellin.rb meetup talks
Talks | Description | Code | Slides |
---|---|---|---|
Web Scraping with GenStage | Scraping sites using GenStage - Elixir | https://goo.gl/auxZ9V | https://goo.gl/z1TUAP |
Clean Up Your Views | Using Decorators for rails views | https://goo.gl/nrWkUu | https://goo.gl/Vzvms0 |
Construyendo API's | Video: https://www.periscope.tv/w/1OyKAbARRnWGb | https://goo.gl/jQLmzI | |
Advanced ActiveRecord | Learn some of the advanced features of ActiveRecord | https://goo.gl/7cXFAV | http://goo.gl/n89caY |
Realtime Rails y Node.js | Integrate socket.io with redis & Rails | https://goo.gl/1kjFIJ | https://goo.gl/sZBJp9 |
Refactoring a Rails API | Lessons learned refactoring a rails api | https://goo.gl/lI2Hc1 | |
Metaprogramming in Ruby | Ruby Object Model and introduction to metaprogramming | http://goo.gl/SMu1u4 | |
Functional Programming | Fp for Rubyst's | https://goo.gl/Q0tpaj | https://goo.gl/trOylb |
Web APIs | Create an authenticated web API from scratch | https://goo.gl/Ru32uC | https://goo.gl/vjyNtr |
Testing Like Gods | Intro to TDD & tools for testing | https://goo.gl/XJJb5i | https://goo.gl/lUlYgC |
jRuby | JVM <3 Ruby | ||
Docker On Rails | Setup a rails environment in docker containers | https://goo.gl/rzcGyU https://goo.gl/4UjANf | https://goo.gl/acP81B |
Rails meets NoSQL | Rails with MongoDB | https://goo.gl/K9vuDp | http://goo.gl/qhi1A5 |
Microservices | https://goo.gl/8dqgBc | ||
ActiveRecord Internals | EmpanadaRecord | https://goo.gl/nC1swb | https://goo.gl/bVQ251 |
Ruby DSL's | https://goo.gl/gBHKVG | https://goo.gl/xGxLRZ | |
Refactor Patterns | http://goo.gl/98QvUo | ||
Linux <3 Capistrano | https://goo.gl/vXPA4b | https://goo.gl/LPPZ2e | |
Sinatra | https://goo.gl/7P1QFF | ||
TDD Kata | https://goo.gl/TyEuc5 | ||
A better Programmer | Como ser un mejor programador | http://goo.gl/iXrNmA | |
Publishing Gems | Meetup Winner | https://goo.gl/VPl0tj | https://goo.gl/y8xHEL |
Rails Introduction | |||
Ruby Fundamentals | Basics and Procs/Lambdas | ||
RubyConf Miami 2013 | RubyConf Wrap Up | https://goo.gl/ujB50t |
Workshop | Description | Code | Slides |
---|---|---|---|
Capistrano Deployments | Server Config + Capistrano Setup | https://goo.gl/G27hrR |