Page 63 of 126 (2520 total posts)

April 2021

06-04-2021
How To Build A Ruby Gem With Bundler, Test-Driven Development, Travis CI And Coveralls, Oh My! | Smashing Magazine

How To Build A Ruby Gem With Bundler, Test-Driven Development, Travis CI And Coveralls, Oh My! | Smashing Magazine

Source: smashingmagazine.com

Ruby is a great language. It was designed to foster happiness and productivity in developers, all the while providing tools that are effective and yet focused on simplicity.

Tags: ruby development tools tips howto
06-04-2021
Game Mechanic Explorer

Game Mechanic Explorer

Source: gamemechanicexplorer.com

A collection of concrete, interactive game development examples for various game mechanics, algorithms, and special effects.

Tags: javascript game game-programming programming development
06-04-2021
By Thor’s Hammer! « Katz Got Your Tongue?

By Thor’s Hammer! « Katz Got Your Tongue?

Source: yehudakatz.com

For the past few months, I've become more and more disillusioned by the current state of Ruby's scripting support. Sure, we have optparse, and a gamut of other solutions, but there's no full-stack package for writing robust binaries. Enter thor. The idea behind thor initially came from my work on

Tags: thor development ruby
06-04-2021
10 Papers Every Programmer Should Read (At Least Twice)

10 Papers Every Programmer Should Read (At Least Twice)

Source: web.archive.org

10 Papers Every Programmer Should Read (At Least Twice) URL: http://web.archive.org/web/20121024173845/http://blog.objectmentor.com/articles/2009/02/26/10-papers-every-programmer-should-read-at-least-twice Type: link Domain: web.archive.org

Tags: papers programmer computer-science science
06-04-2021
Creating your own generators with Thor

Creating your own generators with Thor

Source: blog.plataformatec.com.br

This summer I was selected with Josh Peek, Emilio Tagua and Nelson Crespo to work with Rails on Google Summer of Code (GSoC), which Nelson named as the Rails Summer Quartet. :) Here, at Plataforma, we use a set of tools on our projects, which includes Inherited Resources, Remarkable and Formtastic. At some point, we ... »

Tags: thor development ruby