Link Blog

Page 64 of 128 (2551 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