AKAyush Kambojinayushak18.hashnode.dev·Oct 10, 2023 · 1 min readAI Work Out Planner using Chat GPTWe are using artificial intelligence everywhere, so whether to get an authentic food recipe or to ask for recommendations for travel, or be it work-related queries, We all are using it in our daily lives. So I thought why not I use Chat GPT API and c...00
AKAyush Kambojinayushak18.hashnode.dev·Mar 19, 2022 · 2 min readREDIS, A cache databaseIf you are in the tech industry, working as a developer, or learning how to build a full-stack application. You must encounter the term REDIS. Today, this article is based on the basics of REDIS. What is REDIS? Redis [Remote Dictionary Server] is a p...00
AKAyush Kambojinayushak18.hashnode.dev·Aug 11, 2021 · 2 min readWhy HTML ?When I started learning web development, I first learned HTML and I think most of us did in the same way. So, What is HTML ? HTML stands for Hyper Text Markup Language. It is mark up language (not a programming language) which contain tags to defin...00
AKAyush Kambojinayushak18.hashnode.dev·May 21, 2021 · 1 min readCreating cookies in NodeJS applicationWhat are cookies ? Cookies are the chunks of small information created by server which are used to track clients activities. Prerequisites We must have Express installed in our Node application. How can we create cookies in Node application ? To crea...00
AKAyush Kambojinayushak18.hashnode.dev·May 20, 2021 · 2 min readMongoDB Shell and its CommandsWhat is MongoDB Shell ? MongoDB shell is a CLI(Command Line Tool) which is used to access databases,collections and documents present in MongoDB. How to access MongoDB shell ? Before accessing Mongo Shell, first we need to start the Mongod Process. T...01N