Fixed a bug in blog post retrieval
I am querying Supabase to see if blog posts already exists. If the query and thus the URL gets too large, an error occurs. Fixed by chunking the blog posts and not checking too many posts at once.
Added Laravel as topic
Books, courses and topics now have their own page for searching and a menu item. This is a dead-simple search for now as there's too little data yet.
Books and courses now show related books/courses, buy links and related topics on - Also reworked courses/books layout.
Run production database migrations
Fixed invalid purging of some tailwind styles
Added plausible analytics
Add TypeScript as topic
Add Node.js as topic
Add Spring Boot as topic
Improved courses UI
Add automatic parsing for egghead courses
This will allow me to add egghead courses way faster (just paste in the URL)
Add automatic parsing for Udemy courses
This will allow me to add Udemy courses way faster (just paste in the URL)
Fix logout issues in iOS app with auth0
Review a few PRs
20m Stretches/Bodyweight workout
Add Cypress as topic
https://intheloop.dev/topics/cypress
Set up email using zohomail
Continue with logo & subline
Fix newsletter signup
When migrating to Nuxt I changed the direct usage of ky (HTTP client) to @nuxt/http which also uses ky but a bit differently. This messed up my JSON request body. Luckily someone reported this on Twitter 🤞