6 followers
Writing about Tech Startups, Angular, React, Node.Js, JavaScript, Blockchain, Smart Contracts and Software Development
Subscribe to my newsletter and never miss my upcoming articles
I think every developer used unique identifiers at least once in their life. You can use those to generate a primary key in a database, a unique filename, etc. In this article, I'll compare the popular UUID with the rising start NanoID. UUID This i...
Recently I needed to run custom SQL functions in a Supabase project. Their Javascript SDK doesn't support this so the only way is via database functions. You can then call those functions using the Javascript SDK. Let's look at a very simple example...