If you found this repository helpful in discovering new opportunities, don’t keep it to yourself — share it with your friends or batchmates so they can benefit too! You can also connect with me on ...
🚀 SaaS Boilerplate is a powerful and fully customizable template to kickstart your SaaS applications. Built with Next.js and Tailwind CSS, and the modular UI components of Shadcn UI. This Next.js ...
You can try the live demo at pmds.info and grab the code here: https://lnkd.in/ecx9S7k7 If you end up using it or want to support more open-source tools like this, my Patreon is at ...
One million viewers create millions of rows. Most people use COUNT (DISTINCT). This is slow. It forces your database to sort everything every time you open the analytics tab. Use HyperLogLog (HLL) in ...