• brookjs at ReactNYC

    brookjs was a web framework based on observables. That framework is now archived, but this was a look at some of the principles underlying it.

    View Talk
  • I Bitcoin and Now I Have to Go to the Dentist

    As Bitcoin was taking off, I did this talk with a coworker, going over Bitcoin and how it worked and discussing some of the pros & cons to its rise.

    View Talk
  • Optional Chaining and Nullish Coalescing

    Optional Chaining & Nullish Coalescing are two new features introduced to the JavaScript language. Let's take a look at what they are and how they work together.

    View Talk
  • Understanding Observables by Metaphor

    RxJS-style observables are a powerful but complex for building reactive applications. This talk is an attempt to understand them by relating them to other concepts we know well.

    View Talk
  • Unit Testing React with Jest and RTL

    An introduction to unit testing React component using Jest & @testing-library/react (RTL).

    View Talk
  • Using Vue.js in Server Rendered Environments

    If you can't server-side render with Node, Vue can be a solid option, providing the relevant SEO content on page load while enabling component-based interactivity.

    View Talk
  • WP-Gistpen A Gist Clone for WordPress

    WP-Gistpen was a WordPress plugin for organizing code snippets, enabling two-way sync between your WordPress install & GitHub's Gist.

    View Talk