18 Oct 2021
One of the easiest things about Rails, is writing out SQL quereies without writing out SQL queries.
So instead of writing something like this,
SELECT "users".* FROM "users" WHERE "users"."role" = 'admin'
We can write something like this,
Read All 1569 Words →
01 Jan 2021
2020 was a year of reflection for me. I learned so much about myself. And I’m so proud of the time I gave myself.
Here’s a look back into my favorites for the year, the lessons I learnt and my resolutions for 2021.
Read All 85 Words →
21 Jun 2020
Erlang is often referred to as the “concurrency oriented programming language”.
How did it get this name? How can a language created in the 80s for the telecom industry help us now?
Read All 1932 Words →
15 Mar 2018
I finally, FINALLY moved my old Rails projects stuck in Rails 4 to Rails 5. I’ve been dreading doing this, since it is such a painful process. But a new year is meant for new things (or old things, depending on how you look at this).
Read All 159 Words →
09 Feb 2018
A while ago I had an interesting problem to solve. Three of my modules reused the same functionality, they all had to parse address fields from a given lat and long.
Read All 594 Words →