The Archive

Writing

A running archive of things I learn, build, question and occasionally change my mind about.

19 entries · 12 topics

  1. Building DCAloop, an automated Bitcoin DCA app

    Notes on building DCAloop, a Rails app for automated Bitcoin DCA on Binance with restricted API keys, execution history and simulations.

  2. Unraveling the Mysteries of where.not in Rails

    Unraveling the subtle differences between combined and separated where.not clauses in Rails. How a small difference can lead to significant outcomes.

  3. Strange bugs

    I am describing two production error bugs that we recently encountered and the path to solve them

  4. Recipe for resize and combine images in ruby

    Compose two or more images in ruby

  5. Ruby in reddit api

    Ruby way of communicating and using reddit through API

  6. Quick ruby tip: Interview simple question

    We examine a simple question regarding ruby and how to write efficient code

  7. My must-have ruby resources to keep yourself updated

    What I am doing to follow up the changes of ruby and ruby on rails

  8. Simple ruby parser

    A simple parser and how it works with faraday and nokogiri

  9. Crypto DCA with ruby in Binance and Kraken

    How can you automate the DCA with ruby to Binance and Kraken

  10. Dollar cost average with ruby on historical data

    Dollar Cost Average vs Go all-in and Hold on historical data.

  11. DB Backup with a simple ruby script

    A simple script for saving every week your db and storing it on S3 and on your email

  12. Freeze - A rails rss reader

    My way of bookmarking things on the internet.

  13. Simple site monitoring

    One really simple ruby script to check if your site is up or not

  14. Strong parameters and arrays

    How should you handle the association ids with strong parameters?

  15. Uniqueness validation and rails

    Look out this default behavior of rails, before you do any really bad mistake and you have two same records.

  16. Automate sprite creation with compass

    A simple way for creating automatically sprites with compass. Guide for a rails 4+ app with assets pipeline

  17. RVM change automatically gemset per project

    One small and cool tip of how to automatically change your ruby version and your ruby gemset per folder / project.

  18. League of Legends simple parser

    Parse a json, store the results in the database and display them.

  19. Simple fql for idea evaluation

    How I managed to get many specific facebook pages using fql for doing some basic research.