This is the landing page for my blogs. I aim to post about a variety of different programming topics.
Refactoring and redesigning my website into a monorepo- part 2
The second part on using Turborepo to house this project along with a UI library and Storybook. This goes over the coding side of the refactor, explaining what I did and any problems I encountered.
Refactoring and redesigning my website into a monorepo- part 1
Monorepo's are an interesting approach for the development of multiple projects. I wanted to try using Turborepo with Next.js 14, tailwind and storybook to perform (another) overhaul on my website. This initial part covers the process I took and the design aspects of the refactor.
The Importance of Process
My opinion on why process is important and the pitfalls of avoiding correct implementation.