Dan
banner
debuggingdan.com
Dan
@debuggingdan.com
Tech enthusiast, avid side project builder. 🚀
Building in #public, http://datasthor.com, http://observalyze.com and more
Looking for some chill, focus music; and inspiring programming streams? Look no further, just dropped my latest recording 🚀
www.youtube.com/watch?v=Ikrm...
[LoFi] Fixing n8n AI Compatibility - Programming
YouTube video by Debugging Dan Codes
www.youtube.com
September 19, 2025 at 3:09 PM
Happy I got a first version done! The Genie Nexus docs are now live at gnxs.io/docs 🚀
September 18, 2025 at 6:49 PM
In this stream I'm adding the forms for Deployments and Providers for Genie Nexus. A full stream and summary video are available on Youtube! 📺
September 14, 2025 at 8:10 AM
I've added Github Actions to my Genie Nexus project, when I do this I always start with installing/running act locally; saves me a lot of time instead of going back and forth with pushing changes to Github and waiting for the Action to complete there. 100% recommend! 🚀 #github #stream
September 12, 2025 at 5:43 AM
After two weeks of grinding, caught up with all summary and shorts of my streams on Youtube and Tiktok. The next few days I will finally be able to spend some time created new Genie Nexus features (and streams!) youtube.com/@debuggingdan
Debugging Dan
Tech enthusiast, avid side project builder. Inspiring to become an indiehacker 🚀 Building in #public, http://datasthor.com, http://observalyze.com and more!
youtube.com
September 11, 2025 at 7:45 PM
Released my fourth voice over video, narrating adding Provider entities to Genie Nexus, let me know what you think? My second channel with the full recordings is next. #buildinpublic

www.youtube.com/watch?v=Vo_g...
Public Build: Adding Providers & Forms
YouTube video by Debugging Dan
www.youtube.com
September 9, 2025 at 5:19 AM
The last few weeks I've been suffering from WAB, Work Avoiding Behavior. Somehow it's hard to sit down and work purposefully, household chores even are more appealing sometimes! Have been able to do some Youtube editing, but progress is slow. Anyone got any tips on breaking this funk? #daretoask
September 6, 2025 at 6:37 AM
Splitting my Youtube channel into two: a new one dedicated to programming streams + LoFi audio, my main channel will keep the podcast videos and the summary videos for streams. Moving the old video's over is not is easy as I thought 😅 #contentcreator #buildinpublic
September 4, 2025 at 9:01 PM
My short summary on how I built the forms for providers and deployments for Genie Nexus is out! www.youtube.com/watch?v=zPwH...
Public Build: Deployments & Provider Forms
YouTube video by Debugging Dan
www.youtube.com
August 27, 2025 at 7:33 PM
Github actions are a good way to automatically catch issues in your app, if you set up the right validations and linting 😁 youtu.be/8pZbIZKVW88
Public Build: Github Actions + Act
YouTube video by Debugging Dan
youtu.be
August 26, 2025 at 5:54 PM
My experience has always been that it is best to learn by doing things yourself, or by observing someone else doing the thing. Introducing my build video's! Where I talk you through the building stage of a Genie Nexus PR: www.youtube.com/watch?v=cBd_...

Let me know what you think! 🚀
Public Build: Smart LLM Router with TypeScript, Zod & Databases
YouTube video by Debugging Dan
www.youtube.com
August 25, 2025 at 9:00 PM
Newest programming streams! Building the flow building GUI for the LLM deployments. Genie Nexus release containing this is already out!

Now starting on some voice-overs for the streams, after that, bugfixes! While listening to these sweet tunes 😁https://www.youtube.com/watch?v=zGhEwq3x5dM
[LoFi] Building a GUI for an LLM Pipeline - Programming
YouTube video by Debugging Dan
www.youtube.com
August 23, 2025 at 9:18 PM
The last few days I released some older genie nexus programming streams. I'd like to think that during the editing I got better in creating thumbnails and making them more appealing. Tomorrow is the last one of the backlog, building a GUI for the LLM processing flow. youtube.com/@debuggingdan
August 21, 2025 at 6:25 PM
Did some much needed server upkeep. Replacing uptime robot with Helix Tools and Glitchtip with Bugsink. Anyone else self host that van relate? Or do you stay far far away and run in the cloud? #buildinpublic #selfhost
August 18, 2025 at 5:47 AM
In a mere 15 minutes I added soft delete to my project! Check out the stream youtu.be/IxPrLABfUE8 or the PR at gnxs.io/007 to see how I did it. Was kind of amazed myself it worked this fast 🤩
LoFi - Adding Soft Delete - Programming
YouTube video by Debugging Dan
youtu.be
August 17, 2025 at 6:50 AM
New stream recording! Enjoy some relaxed music, while watching me build the form for LLM deployments for Genie Nexus. Great for some background entertainment, try the entire playlist! youtu.be/JDmOwZ5tosU #buildinpublic #stream
LoFi - Managing Deployments - Programming
YouTube video by Debugging Dan
youtu.be
August 14, 2025 at 6:12 PM
Looking for themed background music while programming? I restarted the creation of my programming streams on lofi music, latest topic, integrating husky, commitlint and lint-staged 😁 youtu.be/Xlz7jt8G1_Y
Lofi Programming - Commit Checks [GNXS]{005}
YouTube video by Debugging Dan
youtu.be
August 11, 2025 at 7:41 PM
Struggling with motivation for the last couple of days/weeks and with the last stage of my AI project, genie-nexus. Doing the boring stuff like buildscripts, docker images. Don't get energy from that but powering through to work on features again. Lp ready at gnxs.io 🚀
Genie Nexus - Smart API & LLM Request Router
Dynamically route, rewrite, or transform API and LLM requests using user-defined rules or AI. Self-host or use the cloud version.
gnxs.io
July 13, 2025 at 9:59 AM
Using Cursor today, building a dashboard and figured that I'd ask it to retrieve the data later, as that might get complicated. Turns out, it ignored my instructions and (correctly!) implemented the data retrieval also! 🤯
June 28, 2025 at 3:11 PM
Having cursor write unit tests is really something for me. Usually after finishing a feature I would spent a considerate amount of time fixing and updating the tests. Now I just point cursor to the failing test output, ask it to fix it. Or give it the coverage report and ask it to improve it.
June 26, 2025 at 10:37 AM
It felt quite good to work on SEO issues reported by @ahrefs.bsky.social for my site. It's quite an actionable list with proper details. And to top it off, I even listened my own podcast episode back with tips on SEO!

What are your "magic" go-to actions for SEO?
June 24, 2025 at 7:44 PM
#coderabbit has caused a shift in my side project coding habits. I built my projects alone. But having coderabbit.ai give feedback on my PRs for genie-nexus is really something! The suggestions are pretty good, helping me (and AI) write better code. Read github.com/danships/gen... for example.
AI Code Reviews | CodeRabbit | Try for Free
Most advanced AI code reviews that catches 95%+ bugs. Free your devs to ship code faster.
coderabbit.ai
June 12, 2025 at 9:52 PM
My favorite use case for the chatgpt image generator is to have it generate todo list templates. Preferably in Steam Punk style. It almost never disappoints 😁
June 11, 2025 at 8:07 PM
My self-imposed deadlines (start dogfooding tomorrow, after Pentecost) are giving me stress 🥵. Starting to wonder if the benefits are outweighing the consequences.

Tinkering with a Dockerfile and getting to the bottom of pnpm deploy should be fun right? At least it is for me normally 😁
June 8, 2025 at 7:09 AM
This morning I started a new experiment, listening to personal NotebookLM podcasts on my morning walk. I don't suggest using it for new topics as you cannot 100% rely on the truthfulness. First episode so far was fun to listen to. Since I am already hosting castopod for my own podcast this was easy!
May 30, 2025 at 7:04 AM