vijayt.hashnode.devFormat numbers using compact notationconst number = 2500000; // Basic usage const formatter = new Intl.NumberFormat('en-US', { notation: 'compact', compactDisplay: 'short' // 'short' or 'long' }); console.log(formatter.format(number)); // "2.5M"Nov 21, 2025·1 min read
vijayt.hashnode.devDifference between ring and border in tailwindIn Tailwind CSS, ring and border utilities both create visual boundaries around elements, but they differ significantly in their underlying implementation and how they affect the element's layout. Border: Implementation: border utilities directly ap...Aug 21, 2025·1 min read
vijayt.hashnode.devShould developers understand AI generated code?Developers who utilize AI for code generation don't necessarily need to understand every line of the generated code. Instead, they should approach it as they would code written by another developer. A thorough review is essential, but it's not requir...Apr 21, 2025·1 min read
vijayt.hashnode.devIntroducing chatblogr.com[https://chatblogr.com](https://chatblogr.com) is a yet another chat pp where you can chat with Cerebras Inference. It allows you to save the chat for future reference. And the best you can convert that into a blog. For example, https://chatblogr.com...Mar 4, 2025·1 min read
vijayt.hashnode.devMeta tags for a web pageAfter building an awesome page or a website, it is usual to share the link in social media to get an audience. Social media sites like Facebook or Twitter use the meta tags in the page to show the link preview. For example, consider sharing the link ...Feb 20, 2025·2 min read