2019

  • Developer Evangelism

    ·

    I absolutely love attending tech conferences. They’re great opportunities to reach out to friends in the community, make new connections, and catch the leading edge of what’s going on with the technology I use. Over the past several years, I’ve attended several conferences and met hundreds of people. My favorites, though, are the tech representatives

    Read More

  • Context Managers in PHP

    ·

    These days, I spend far more time writing and reviewing code in Python than I do PHP. It’s been a refreshing change of pace, and it’s fun to learn the different patterns present in various programming languages. One of the nicer patterns in Python is the Context Manager. It’s a pattern that PHP can learn…

    Read More