Kevin

Developer by day and developer by night.

Publish new part of the Inside Agile Product Development Series

The Daily Logger

https://kevcodez.de/inside-agile-product-development-series/12-daily-logger/

Call German trademark register to get some info about international trademarks

Fix SPA navigation on Vercel

Had to add a redirect to index.html using vercel.json

Meeting with old friend that is a professional illustrator/designer for help with brand logo

Fetch releases via NPM registry

Just implemented pulling releases via NPM registry API for #intheloop. The Github API wasn't helpful here so I had to improvise.

Scheduled via Firebase - saved in Supabase.

Fetch Github releases scheduled

Releases are now fetched using Firebase scheduled functions (generous free quota) and then saved in Supabase.

Some repositories don't allow me to fetch the releases via Github API even though they are public, still trying to figure out why.