feedbackjar.hashnode.dev5 Critical Mistakes Indie Developers Make When Gathering User Feedback👋 Hey Hashnode community! As an indie hacker or solo developer building your SaaS or side project, you've probably poured countless hours into coding, debugging, and launching. But what happens next? Users come, they try it, and.. often disappear wi...Feb 9·5 min read
mcnaveen.hashnode.devDisplaying numbers as k, M values in ReactjsSI Prefixs are everywhere. Facebook Likes, Twitter Reweets YouTube Views etc. See the example below to understand what I mean. Example: BeforeAfter 1000 Views1k Views 25000 Likes25K Likes 30000 Retweets30k Retweets In this post we will see...Mar 3, 2022·2 min read
mcnaveen.hashnode.devHow to Generate License Key with Node.jsThis post will help you to generate License keys with Node.js I'll walk you through step by step process Create a directory mkdir license-key cd into the Directory cd license-key Initiate Yarn yarn init -y Install the required dependency yarn add @m...Mar 1, 2022·1 min read