The Archive
Writing
A running archive of things I learn, build, question and occasionally change my mind about.
19 entries · 12 topics
-
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.
-
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.
-
Strange bugs
I am describing two production error bugs that we recently encountered and the path to solve them
-
Recipe for resize and combine images in ruby
Compose two or more images in ruby
-
Ruby in reddit api
Ruby way of communicating and using reddit through API
-
Quick ruby tip: Interview simple question
We examine a simple question regarding ruby and how to write efficient code
-
My must-have ruby resources to keep yourself updated
What I am doing to follow up the changes of ruby and ruby on rails
-
Simple ruby parser
A simple parser and how it works with faraday and nokogiri
-
Crypto DCA with ruby in Binance and Kraken
How can you automate the DCA with ruby to Binance and Kraken
-
Dollar cost average with ruby on historical data
Dollar Cost Average vs Go all-in and Hold on historical data.
-
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
-
Freeze - A rails rss reader
My way of bookmarking things on the internet.
-
Simple site monitoring
One really simple ruby script to check if your site is up or not
-
Strong parameters and arrays
How should you handle the association ids with strong parameters?
-
Uniqueness validation and rails
Look out this default behavior of rails, before you do any really bad mistake and you have two same records.
-
Automate sprite creation with compass
A simple way for creating automatically sprites with compass. Guide for a rails 4+ app with assets pipeline
-
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.
-
League of Legends simple parser
Parse a json, store the results in the database and display them.
-
Simple fql for idea evaluation
How I managed to get many specific facebook pages using fql for doing some basic research.