My musing on web development, running, open source and many other things!
Latest Posts
I publish a blog post every Monday.
Here are my six most recent blog posts. I tend to post about web development. Occasionally I’ll write a blog post about running or one of my other hobbies, you really can’t tell.
I need to undertake a Code Rewrite. I’m not doing this rewrite because I don’t like the look of the code, I’m not doing it because I’m bored, I’m doing it because I need to solve a more complicated problem.
Projects with long development times present many challenges. One of those challenges is what to do when you need or want to change the core system design
It is tough to create a great UI and UX for B2B Apps. I’ve been at it for twenty five years and still struggle, read about my latest problem and the solution
In this blog post I give my Tailwind update, how I am getting on with it, any issue. The short story, I’m loving it and it works for my development style which typically involves lots of view components
How I structure my action class depends on the structure of the App. Is the App a typically App or a frontend for a REST API. See how the structure of my action classes changes.