Technology

  • Magic of Collaboration

    ·

    I’m super excited to announce that I’m using 10up’s newest product – PushUp – on this site. If you’re visiting on Safari you’ve already see the popup asking for permission to notify you.

    Read More

  • Why I Advocate “Anti-Patterns”

    ·

    When I ask developers, “why’d you use a Singleton here,” more often than not they reference a tutorial, another developer, or “that’s how I’ve always done it.” No one ever takes the time to learn about the patterns (or anti-patterns) they’re using so they can make informed decisions about software design.

    Read More

  • Singleton: Alternative to the Anti-Pattern

    ·

    There are valid reasons for using a Singleton in your design – these reasons, however, are rare enough that many developers can avoid them entirely and still have a full career. If you find yourself using Singletons often, you’re doing something wrong.

    Read More

  • Vagrant and Windows

    ·

    I often brag about the fact that I’ve dumped heavy tools like XAMPP in favor of Vagrant. I’m quite proud of this accomplishment, and I urge every other developer I meet to look into Vagrant.

    Read More

  • Democratizing SSL Certificates

    ·

    I have an easier time trusting individuals and corporations I personally know than large companies with whom my only relationship is as a certificate vendor. I’m also a huge proponent of democratizing both publishing on the Internet and the Internet itself.

    Read More

  • Proper Code Styling

    ·

    I look at a lot of code. In my job, recreationally on weekends. Everywhere I see people using a specific coding style and, upon pushback, defend it in the sake of brevity. I’m talking about braceless one-line conditionals.

    Read More