Chrome extension which automatically transforms install commands on npmjs and yarnpkg sites to your preferred package manager.
Chrome extension which adds voice to text functionality to the ChatGPT site.
iOS application which takes a different spin on kanban methodology for short groups of tasks.
Fun application that builds on an NPM package I created for simulating cellular automata, this adds being able to share initial conditions via compressed query parameters.
Temporarily turned my finance forecasting spreadsheet into an application behind google auth and hosted on GCP.
A mobile application for capturing the journey of an idea from conception to delivery and beyond, a method of connecting with your users that I turned into an MVP application with tiktok style content delivery.
I've been looking into design patterns for a while, the builder pattern is one of them that I've used most often, and is very useful in the context of test arrangement.
A walkthrough of creating a Cellular Automata React component using a Zustand store, that can run Conways game of life on it efficiently, reccomended that you have some understanding of React before reading.
The more I work with automation engineers the more I start to appreciate the problem they are working with, and I've taken some inspiration on how they approach scaling and maintaining test suites to showcase how it can be applied in unit tests.
A random idea I had when trying to think of ways to generate ideas for products when inspiration is lacking, something I have used in the past personally.
If there is one thing I would suggest to anyone in technology field that is stuck in tutorial-hell or just wants to expand their understanding of how to get an idea to production in a scalable way, this is what I would suggest.
Getting rid of complicated mapping functions, quickly.
Using validation as an example, I will break down how to re use your defined interfaces for other purposes, keeping them as a single source of truth.