Juanito Fatas

  • all
  • ruby
  • rails
  • Medium
  • Ruby's yield_self and tap

    Simple example to distinguish yield_self and tap.

    Mar 16, 2018
    • ruby
  • Monotonic time

    What is Monotonic time and what do we use it for.

    Feb 19, 2018
    • monotonic
    • ruby
  • MySQL Performance

    Tips for SQL performance with MySQL

    Feb 13, 2018
    • mysql
    • performance
    • sql
  • Japanese Verb Classification Guide

    Guide to Japanese verb classification.

    Feb 12, 2018
    • japanese
    • verb
  • Checkout Pull Request locally

    Two ways to checkout Pull Request locally and apply Pull Request on any branch.

    Feb 09, 2018
    • git
    • github
  • Learning SQL Resources

    Resources on learning deeply on SQL

    Feb 08, 2018
    • sql
    • mysql
    • postgresql
  • Abstract Class Pattern in Ruby

    Introduce Abstract Class Pattern in Ruby.

    Sep 03, 2016
    • ruby
  • Jolly Good Old Days

    My two years at Jolly Good Code.

    Aug 29, 2016
    • career
    • life
  • Manage Your Project's Environment Variables

    Manage your Rails project's environment variables with dotenv gem.

    Aug 28, 2016
    • rails
    • practice
    • environment
  • Rails app on Heroku with SSL from DNSimple

    Buy, prepare, and deploy an SSL certificate from DNSimple for your Heroku app.

    Jul 12, 2016
    • rails
    • web
    • dns
  • Active Loader

    Introducing Active Loader - a RubyGem to load YAML, and JSON.

    Jun 12, 2016
    • ruby
    • rubygem
  • Git Data API example in Ruby

    Example to use GitHub's Git Data API.

    Dec 23, 2015
    • git
    • github
    • ruby
  • Building A Simple Mocking Library in Ruby

    Build a mocking library from scratch!

    Aug 20, 2015
    • ruby
    • testing
  • RubyGem Configuration Pattern

    How to add support for gem users to configure gem's configurations.

    May 19, 2015
    • ruby
    • rubygem
  • Generate Secure Password

    Generate Secure Password by pwgen or 1password

    Mar 09, 2015
    • macos
    • tools
    • security