David Ojeda
David Ojeda

David Ojeda

Follow
homeHey, I'm David!badges

Rails noob journey

Apr 17, 20212 min read 43 views

I'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...

Rails noob journey

Reduce Google Fonts file size by more than 80%

Oct 1, 20202 min read 6.4K views

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...

Reduce Google Fonts file size by more than 80%

Queues: A Primer

Sep 30, 20206 min read 388 views

Queues 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...

Queues: A Primer

4 Time Zone Bugs I Ran Into

Sep 23, 20205 min read 9.2K views

Software development is hard. Time zones are hard. Dealing with time zones in software development? Yeah, harder. Here are 4 places where time zones...

4 Time Zone Bugs I Ran Into

I finished the #100DaysOfCode challenge in 140 days, here are my thoughts

Aug 8, 20206 min read 387 views

I started the #100DaysOfCode challenge on March 21st and finished it today, August 7th. FINALLY! 🥳 And yeah, that's way more than 100 days 🙃 For...

I finished the #100DaysOfCode challenge in 140 days, here are my thoughts

Enable "Ignore load balancer 4xx errors" health rule on AWS Elastic Beanstalk using .ebextensions

Mar 20, 20206 min read 66 views

If you are an Elastic Beanstalk (EB) user, you are probably aware of a frequently requested feature that was released on July 25, 2018: To ignore...

Enable "Ignore load balancer 4xx errors" health rule on AWS Elastic Beanstalk using .ebextensions