DODavid Ojedainblog.davidojeda.dev路Apr 17, 2021 路 2 min readRails noob journeyI've been wanting to learn Rails since ages ago, but, you know, life was getting in the way (or me, rather). A couple of weeks ago I decided to start a side-project related to another side-project. Sounds like an entry for a GitHub Graveyard, I know....00
DODavid Ojedainblog.davidojeda.dev路Oct 1, 2020 路 2 min readReduce Google Fonts file size by more than 80%Sometimes we only need a font for a couple of words, like a logo or slogan. Why do we download the whole font file if we only need a few letters? In this post, I'll show you how you can reduce your font file size by more than 80%. This size reduction...07STDJK
DODavid Ojedainblog.davidojeda.dev路Sep 30, 2020 路 6 min readQueues: A PrimerQueues are a natural phenomenon in everyday life. You queue to buy food, to pay in the supermarket, or to get on a plane. But queues are also used in software to handle heavy processes. A queue can help devs like me and you store a request for later ...00
DODavid Ojedainblog.davidojeda.dev路Sep 23, 2020 路 5 min read4 Time Zone Bugs I Ran IntoSoftware development is hard. Time zones are hard. Dealing with time zones in software development? Yeah, harder. Here are 4 places where time zones might differ; and 4 personal bug stories for each case. I'll be referring to the same app for each s...01O
DODavid Ojedainblog.davidojeda.dev路Aug 8, 2020 路 6 min readI finished the #100DaysOfCode challenge in 140 days, here are my thoughtsI started the #100DaysOfCode challenge on March 21st and finished it today, August 7th. FINALLY! 馃コ And yeah, that's way more than 100 days 馃檭 For those who don't know, the #100DaysOfCode challenge consists of coding at least one hour every day for t...02DP