Notes

Collection of half-formed thoughts on web, code and computers in general

  1. Always something

    My mindset on getting things done


  2. Do It Yourself (DIY) Apps

    Build what you need, build them yourself


  3. Take home assignments are dead

    With LLMs and AI, assignments are no longer a good way to evaluate


  4. Website Paths

    A collection of paths that can be added to a personal website


  5. Operating guidelines

    Self established procedures that guide my daily efforts to be better


  6. Being a newbie

    Aim to be a beginner in something


  7. Deploying Bun application to Fly.io

    Steps for deploying application built with Bun


  8. HTML can do that?

    Collection of things HTML can do natively


  9. Nicer utility classes

    Tips on making utility classes read nicer


  10. Expect errors, don't ignore them

    The choice between @ts-expect-error and @ts-ignore.


  11. Always ask why?

    Being persistent in understanding requirements


  12. Handle conflicting props

    Tips on how to handle conflicting props in React


  13. Using hooks to build design systems

    Using React hooks to simplify and unify logic


  14. Keep your interfaces thin

    Interfaces in Typescript with many optional keys makes it harder to reason about


  15. Print This, Please!

    Thoughts and learnings about writing stylesheets for articles on the web


  16. Optimise images for performance gains

    Fastest way to increase performance of any site is to optimise images


  17. Managing z-index with SASS

    Thoughts on managing z-index complexity using SASS


  18. Naming SASS colour variables

    Thoughts on naming SASS colour variables to improve code readability


  19. Into the beautiful world of design

    Thoughts on my journey learning to design