Showing 822 slides

IronRuby

September 03, 2010 22:39
An introduction to IronRuby, a ruby implementation built on the .Net framework and the Dynamic Language Runtime. This presentation was originally given at a Columbus Ruby Brigade meeting.

Dynamic Ruby for Nubies

September 03, 2010 02:55
A discussion of metaprogramming
RubyKaigi2010 企画 ”Ruby で扱う LDAP のススメ”資料です。 谷口さんにご提供頂いた事例紹介資料です。

Ruby で扱う LDAP のススメ

September 02, 2010 01:58
RubyKaigi2010 企画 ”Ruby で扱う LDAP のススメ”資料です。 数例ある事例紹介の内、谷口さんの事例紹介のスライドは以下にあります http://www.slideshare.net/tasheeen/active-ldap
Lone Star Ruby Conference 2010... by Jesse Wolgamott Dive into the target audiences and differences in NoSQL storage, how to implement them and what this NoSQL thing is all about. Discuss how SQL has limits when you get to web-scale and how NoSQL bypasses these limits.
I gave this talk at Lone Star Ruby Conference in Austin on 8/28/2010.
NArray is an n-dimensional numerical array library developed for use in science fields, but it is usable for handling binary data efficiently. I talk about NArray for the first time after 10 years from the first release. I will also present topics including the next version of NArray, and distributed scientific computing using Ruby for multi-core era.

ROMA on JRuby at JRubyKaigi 2010

August 30, 2010 08:12
This is presented at JRubyKaigi 2010. JRubyKaigi 2010 http://jrubyconf.com/jrubykaigi2010/ RubyKaigi 2010 http://rubykaigi.org/2010/en
Tags:
La arquitectura de MVC ofrece al M - Models (no de Manuel) como el primer componente fundamental, pero muchas veces en Rails nos olvidamos de los Modelos y hacemos que los Controllers sean gordos y pesados que tengan de hecho toda la lógica de negocios y los modelos son meramente un mapa con las tablas en la base de datos. Ese estilo y enfoque es EQUIVOCADO, ERRONEO y NO SUSTENTABLE, por lo que en esta presentación se mostraran técnicas basadas en DDD (Domain-driven design) y principios como SOLID y conacimiento (connascence) para tener un modelaje efectivo y apropiado de la realidad lo que permita tener sistemas mantenibles con intefaces claramente definidas y responsabilidades, colaboraciones y roles de objetos que den verdadero valor a nuestros clientes. Se revisará como se implementa esto en la nueva versión de Rails3 por medio de Active Model y aplicación de patrones de diseño y mejores prácticas de Ruby y de RoR