lalit2005.hashnode.devHello world, againPosted on https://lalit.sh/posts/hello-world-again It's been about 1.5 years since I've built a full stack app. It was at the hackathon conducted by iNeuron and GitHub where I built a resume builder in 24 hrs. You can read about that hackathon here. ...Mar 26, 2024·5 min read
lalit2005.hashnode.devReact tiny tooltip - a react library to create beautiful tooltipsYou can also read the article here: https://lalit.codes/blog/react-tiny-tooltip I built a small and lightweight react library for my projects some time ago for creating beautiful and accessible tooltips in react - React Tiny Tooltip. I'm happy to ope...Jun 26, 2022·2 min read
lalit2005.hashnode.devCreate CLI apps the easy way with cac in less than 50 linesHello 👋 I've never built a CLI app before, but when I was building the helper CLI tool for Hyperdocs, I realized that building CLI apps are not hard at all! Before building the CLI, I did a lot of research about the available tools and I've figured ...Mar 29, 2022·7 min read
lalit2005.hashnode.devIntroducing Hyperdocs - The simplest way to build docs for your project.Documentation is one of the main reason why a project or a library becomes popular. It's very important for a medium to large scale project to have documentation. The better and beautiful a documentation is, the more popular the project becomes. But...Mar 1, 2022·7 min read
lalit2005.hashnode.devA quick introduction to PrismaHello everyone 👋🏻 Let's see what's Prisma all about and how can it help you be more productive. Prisma really simplifies the way how we communicate with databases by providing an easy to use API and incredible typescript support. Before we begin, l...Sep 3, 2021·9 min read