ponyfoo.com

  1. Binding Methods to Class Instance Objects

    There’s a number of different ways we can ensure class methods have access to this. After some controversy on Twitter last week, we quickly go over the most …

    5m 11
  2. JSON Web Tokens vs. Session Cookies: In Practice

    Quite a few challenges have been found with using server-side sessions in modern-day applications. In this post, we’ll identify those challenges and explain how JWT and sessions work in practice.

    9m 14
  3. Two-way Synchronization for a Web App and Git

    This article explains the challenges I went through and how I ended up implementing a two-way synchronization between the web application and a git repository for the articles.

    12m 2
  4. The Art of a Pull Request

    Writing a great Pull Request takes time. It can be a scary proposition going in. Did I implement something relevant? Will they like my changes? Will the PR meet their expectations? How much scrutiny can I expect?

    12m 4