After reflecting upon my infinitely growing catalog of side-projects, I realised an opporutnity to combine 2 more projects under the devpad umbrella - hoping to simplify deployment & auth flows.
i feel robbed of my own progress when i rely solely on AI to code for me. there has been, over the...
After running into some logical shortcomings with having an API layer tightly coupled to a framework - I started on a quest to refactor my entire API layer to be deployable separately from my front-end stack.
Making sure your application works the same across all the different browser engines can be a major...
Following on from my last update, the new redesign is coming along nicely, along with finally implementing some of the core functionality. Future plans to open source part of the application are described, and a roadmap for initial release is laid out.
It's been a while since I've worked on devpad, and I've forgotten exactly how the system is setup. Trying to use this application has brought to life many limitations of the hyper-minimalist vanilla html feel.
I've made an example stack for easy setup using golang, drizzle, minio, and bun for end-to-end testing. I walkthrough some of the decisions I made and the reasoning behind them in this post.
In case you're having trouble getting drizzle migrations to talk to a postgres container via docker-compose.yml, I brain dumped my solution for that exact purpose
After a few months of work, I’ve finally gotten the main idea of project & task implemented. This post goes into what I expect to implement in the future and gives a brief roadmap of future features.
Tutorial for setting up a NextJS app router application with Drizzle ORM for deployment using cloudflare serverless functions
After running into some issues synchronising the session across 2 different servers, I rethink why I have these servers split up in the first place.
In my earlier blog post, I analysed my old design of the devpad project and proposed a hyper-minimalistic new design for it
With the work on todo-tracker coming along, and having a working Golang implementation, I'm going to start on the devpad rescope
As part of the todo-tracker project, I transitioned the project from JavaScript to TypeScript
In this log, I'll delve into specific coding challenges and solutions encountered while developing the todo-tracker
A while ago I started a large-scale project that I intended to be able to use myself to manage both my coding projects & university assignments
Lesssons Show Off Your Work Force Yourself To Finish Stick to one stack Document your...