Welcome.

Kevin Gleeson

Web Developer

Welcome.

cloud
Re-Seed Your Heroku Database Everyday With One-Off Dynos
In my last blog, I went into how you can seed your database from an external API. This is great for grabbing information from a source…
Seeding a Rails backend with an external API.
Seeding is an ever-important task when you’re building out a backend in any language. Since my primary backend language is Ruby, and…
Adding a Filter to your Sound with the Web Audio API
Filters! They’re awesome! The practical uses of filters can be seen everywhere from a nice pour over coffee from your favorite cafe to the…
ES6 Object Property Shorthand- Make Those Objects Look Cleaner
This week, I’ve been digging into a lot more ES6 tips and tricks to help clean up some of my code. As I spoke about in the second part of…