Skip to content
View oinak's full-sized avatar

Organizations

@ConferenciaRails
Block or Report

Block or report oinak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
oinak/README.md

Oinak

Twitter URL Keybase PGP

Hello, I am Fernando, a software developer from Madrid, Spain. I started dabbing in computers around 1986, and writing production software on 1999. Yes, that's when The Matrix was released <insert joke about how old I am>.

I am specialized in complex e-commerce and fintech web applications specialy within the Ruby on Rails ecosystem. I like leanring new stuff and sharing with others, I have taught programming courses and collaborated in tech events, such as Spainjs, or the Spanish Rails Conference.

I spend most of my non-working time trying to be a passable father and husband, but when time allows, I love reading some good sci-fi, cycling, or practicing martial arts, most recently: Sabre Fencing.

Technology

Languages/Frameworks

  • Python Recently brush up on my Python as a response to my employer needs
  • Ruby Rails Ruby on Rails Working since 2006, speaking at events since 2009, organizing since 2010
  • HTML HTML For so long that I learned the tags in UPPERCASE
  • CSS CSS, SCSS, SASS Since there was nothing but tables and GIFs
  • JS Javascript, ES6+ worked for a year as a framework developer
  • Coffeescript

I have also worked with Perl, PHP and Go and made some study or experimenting with Node, Crystal and Elixir.

Platform

Tools

🧠 Meditations

πŸ“š Reading (non-technical)

Broken Earth

The Locked Tomb

Imperial Radch

  • βœ… 2013 Ancillary Justice
  • βœ… 2014 Ancillary Sword
  • βœ… 2015 Ancillary Mercy

Amal El-Mohtar and Max Gladstone

Teixcalaan

Unstoppable Series

Nothing is promised

John Scalzi

Old Man's War Series

  • βœ… 2007 Old Man’s War
  • βœ… 2007 The Ghost Brigades
  • βœ… 2007 The Last Colony
  • βœ… 2012 Zoe’s Tale
  • πŸ”œ The Human Division
  • πŸ”œ The End of All Things

βœ… 2012 Redshirts

The interdependency

Binti trilogy

The Nsibidi Script Series

Legacy of OrΓ―sha

  • βœ… 2018 Children of Blood and Bone
  • βœ… 2019 Children of Virtue and Vengeance

Pinned

  1. regularity regularity Public

    Javascript port of the very fine Regularity (ruby) gem for easy construction of regular expresions.

    JavaScript 30 4

  2. Meditation on ruby hashes with procs... Meditation on ruby hashes with procs as "dinamic conditions" for keys
    1
    >> h = {true => '1 is odd', false => '1 is even'}
    2
    => {true=>"1 is odd", false=>"1 is even"}
    3
    >> h[true]
    4
    => "1 is odd"
    5
    
                  
  3. A meditation on Sandi Metz's "Make E... A meditation on Sandi Metz's "Make Everything the Same" blog post
    1
    ## Sandi Metz's blog post:
    2
    
                  
    3
    [Make Everything The Same](http://www.sandimetz.com/blog/2016/6/9/make-everything-the-same)
    4
    
                  
    5
    Upon reading I decided to try an implement Sandi's concept before lookig at her code.
  4. Boilerplate to jump start a new rail... Boilerplate to jump start a new rails application in docker and docker-compose
    1
    # Ignore all logfiles and tempfiles.
    2
    /log/*
    3
    /tmp/*
    4
    /public/packs/*
    5
    !/log/.keep
  5. railsgirls/installation-scripts railsgirls/installation-scripts Public

    Installation scripts to get a computer ready for a Rails Girls workshop

    Shell 67 68

  6. aprodeweb/conferenciaror.es aprodeweb/conferenciaror.es Public

    Home of Β«La Conferencia RailsΒ» the upcoming spanish Rails event

    CSS 3 4