Eric Mann

  • Private Variables in JavaScript

    ·

    ES6 gave us classes and object inheritance in JavaScript. However, it’s still missing any concept of “privacy” in OO terms. Here’s a hacky workaround to, maybe, make things work.

    Read More

  • Mocking Time in Unit Tests

    ·

    Some operations in PHP introduce uncertainty around your code’s behavior. In those situations, it’s helpful to insert helper functions that make your code more reliable and easier to test.

    Read More

  • Strict Typing

    ·

    Do you use type information in your PHP code? What drove you to make the change (or what is preventing you from taking the jump)?

    Read More

  • Reflections and Foreshadowing – 2018 Edition

    ·

    New Year's is an opportunity to stop, take stock, and reflect on everything we've done in the past year. While it's usually a good idea to do this more often than once a year, the seasonal holiday presents an opportune moment for the too-busy-to-otherwise-schedule-things. I fall into that category. Today begins a new annual tradition of recounting

    Read More

  • Building a Phone Routing System

    ·

    In this walkthrough, I build a phone redirection system using Twilio to automatically forward frequent wrong numbers to the business with a support line 2 digits transposed from me.

    Read More

  • Gutenberg and the Road Ahead

    ·

    I have a confession to make. I really like the new Gutenberg editor for WordPress. I know, I know. Developers aren't supposed to like massive, intrusive changes like this. As of the time of this writing, the plugin stands with 2.6 stars on the plugin repository – at least 133 of those ratings are 1-star

    Read More

  • Missing: Diversity in Tech

    ·

    I attend a lot of tech conferences. I once attended at least 14 events over the course of twelve months. Large events at professional conference centers. Small events at local churches. Events that required driving. Events that required passing through customs. Every event is unique. Every organizing team is unique. Every attendee is unique. Still,

    Read More