Published inGeek Culture·Aug 29, 2021Thoughts on Sanity.ioIt's been 4 months since I started using Sanity for a content-heavy application and I wanted to share my thoughts on the headless cms. While developing a data-driven application there are a lot of things we have to take care of like asset management, dynamic content, data security, and better…Sanityio2 min readSanityio2 min read
Aug 1, 2021Is Googling really a skill?🤔I recently came across a Linkedin post about a resume being shortlisted because the candidate mentioned googling under his skills. Maybe he really considers himself to be a googling expert, or just an attempt to get the recruiters' attention (which did work) or trying to fill up the skills section…Culture2 min readCulture2 min read
Published inGeek Culture·Jul 14, 2021How to use Nodejs backend for your Next.js project (or both).I can't find any reason to not use Next.js for my react project, I think I don't have to explain the benefits of it rather here is why I like Next.js over other frameworks. Well-written documentation. Awsome development experience. file system routing. Production-ready from the beginning. But for handling the…Nextjs3 min readNextjs3 min read
Published inGeek Culture·Apr 9, 2021How to Use Context API and JWT to Maintain User Sessions.When developing a website that requires user authentication as well as user authorization the easy way is to store the user data in web storage. But in my case storing the user data in local storage or session storage could expose some vital info, which a bad actor could use…React Hook4 min readReact Hook4 min read