Subscribe to our newsletter

  • This field is for validation purposes and should be left unchanged.

Using Friendly Maintenance Pages with Ruby on Rails

By | Development |

At some point in every Rails application’s life, you’ll need to perform some kind of maintenance or code update that will require taking your application offline for a short period of time. There are methods to achieve zero-downtime deployments, but sometimes it’s just easier to take your application offline for 5 minutes during a deployment. If you know that no-one…

Read More

Quick Reference Guide for 2016 Social Media Image Sizes

By | Design |

Every social media platform comes with it’s own dimensions for profile, cover, and shared photos. We’ve compiled a list of all the profile images you’ll need and the sizes they should be for your brand’s social media profiles. Facebook Images Facebook is one of the easier social media platforms to add your collateral to. The cover photo does not stretch…

Read More

Quick And Easy WordPress Shortcode Tutorial

By | Development |

I enjoy working with WordPress for a variety reasons and one of those reasons is it’s implementation of shortcodes. Shortcodes are nothing new to WordPress (they were introduced back in version 2.5), but I constantly find new ways to incorporate them into my sites. “Shortcodes are magical…” By default, WordPress provides 6 shortcodes out of the box that you can…

Read More

Rails Search Gems: Searchkick vs Pg_Search

By | Development |

Whenever I hear someone say, “We need a search box on our site”, my heart slightly jumps out of my chest. Achieving quality search results is difficult to do, especially when dealing with different technologies from project to project. Google has set a high standard for how a search engine should work, so many expect this kind of search quality…

Read More

Tutorial: Using Materialize with Ruby on Rails & Simple Form

By | Development |

Materialize is a CSS framework built around Google’s Material Design principles. In general, I would describe material design as being very focused with a kind of minimalist aesthetic. Components feel sharp and generally stand out in a subtle yet noticeable way. User interaction such as clicks are accompanied by small yet engaging and visually appealing effects. You can read more…

Read More

Migrating Your MySQL Database to Amazon RDS

By | Development |

If you manage your own database servers, at some point you’ve probably thought about moving to “the cloud”. Cloud databases provide some nice benefits when compared to traditional bare-metal servers: Ability to scale up (and down) easily Essentially unlimited disk space (no more “the hard disk is full” panic-attacks!) Automated backups and snapshots of your data Expertly-managed infrastructure, so you…

Read More
  • Free Ebook: 5 Common Mistakes to Avoid When Building a Website Download Now ›