Page 64 of 127 (2534 total posts)

April 2021

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
06-04-2021
In-depth introduction to machine learning in 15 hours of expert videos

In-depth introduction to machine learning in 15 hours of expert videos

Source: dataschool.io

In January 2014, Stanford University professors Trevor Hastie and Rob Tibshirani (authors of the legendary Elements of Statistical Learning textbook) taught an online course based on their newest textbook, An Introduction to Statistical Learning with Applications in R (ISLR). I found it to be an excellent course in statistical learning

Tags: tutorial
06-04-2021
Fearless Rails Refactoring

Fearless Rails Refactoring

Source: rails-refactoring.com

In Fearless Refactoring: Rails controllers I'll teach how to improve your Rails controllers in a quick and safe way. This is step-by-step guide so you won't feel lost. Every step is described in every detail, with code changes. All of that, so that you can safely refactor your codebase, even without a full test coverage.

Tags: rails refactor