-
3 Things you should know BEFORE you start with Supabase
Supabase is powerful and gaining much popularity. It’s a free and simple great alternative for Firebase. Even if you are not familiar with Firebase. Supabase has everything that you need. A database...
read article -
Happy React: Reactions on your website for free
I created a SaaS product to add reactions to your website. It’s free and very performant. You can use it on your blogs, documentation pages, or inside applications. 🚀 What? Happy React provides a...
read article -
Rapid API: Home for your SaaS
It’s incredible how easy you can to make your SaaS these days. We get everything we need for SaaS applications on platforms like Vercel or Netlify out of the box. That’s great but what about when you...
read article -
Typescript hints in your code samples
Adding code samples to your website is an excellent idea. It shows how the code should look like. It's hard to image npm package docs without code samples. Existing solutions are good when we want to...
read article -
Technical Failure #1: React hooks dependencies
React introduces hooks in 16.8 and everything changed. Hooks provided an opportunity to make functional components with state and lifecycles. The new approach required redefined mental models of how...
read article