🌞   ðŸŒ›

Development

  • I’ve been busy rebuilding an old workflow solution with modern APIs in a modular format enabling my team to reuse components across many solutions.

    It’s been a lot of fun, and easy to lose track of time!

  • Document your work!

    Please, document your work! I’m speaking from the context of a software developer/architect, but this also applies elsewhere. In the moment, it may feel like a waste of time. You may think, “I’ll remember this.” or “I’ll never do this again.” I’ve been … read more

  • Use NVM to manage Node versions

    NVM allows you to install multiple versions of Node.js onto your machine, allowing you to switch between Node.js versions without actually reinstalling quickly. Why do you need multiple versions of Node.js? If you work with different types of apps, you may have specific dependencies. For example, I … read more