80 Days: tech

All about my experience as a developer.

Sep 10, 2018

Let Postgres generate thouse updated_at timestamps for you

If you're not using an ORM like ActiveRecord or Sequelize, and you need to save the last update time stamp, you don't need any crazy solutions - do it right from Postgres, automatically!

Sep 10, 2018

3 tips on building a modern embedded widget

Working for one client, I had to write a widget that would 'JustWork' in clients' websites, adapting to their colour schemes and not interfering in their own scripts. It's actually not that hard when you identify the requirements of what you're doing! I thought I'd share my learnings with the community.

Sep 10, 2018

How to use events for DOM complete

How to make sure your javascript is run after the DOM is loaded - it's simple and easy!