Dark Mode


HomeBlogMusicDribbbleGitHubMediumContact

Blog

A blog about all things code, design and software engineering.

  1. Building an Electronic Press Kit (EPK) for Your Band

    Building an Electronic Press Kit (EPK) for Your Band

    April 8th, 2023

    By Tom Norton

    In today's digital age, having a strong online presence is crucial for a band's success. One important tool for promoting your music and getting noticed by industry professionals is an electronic press kit (EPK).

  2. Awesome Next.js API Routes with next-api-decorators
  3. Next.js 12 Performance Test: Builds Appear to be Slower, Not Faster
  4. If It Isn’t Already, Your Startup’s React Project Should Be Written in TypeScript
  5. 5 Lessons I Learned While Releasing A Mobile App
  6. Useful Custom Hooks for Tired React Devs

    Useful Custom Hooks for Tired React Devs

    October 25th, 2020

    By Tom Norton

    React hooks are awesome. By abusing the power of JavaScript closures and with a few caveats, it’s possible to hold state in a function…

  7. Animations in React Native Just Got a Whole Lot Easier
  8. Better React Code Using Functional Programming