nextdev1111.hashnode.devWhat things I learned in 2022 as a full stack developer2022 was a year that taught me various things about various topics like startups, the stock market, coding, etc. Genuinely talking, I improved this year as I realized that reality is very different from what one thinks. Read till the end and I will t...Jan 13, 2023Β·5 min read
nextdev1111.hashnode.devUnderstanding Arrays in JavaScript πΉοΈIf you understand Hindi https://youtu.be/g1lLjD6Vj2w Let's start the blog π―π―π―π― π€What are Arrays? Arrays are simply lists. An array is an object which is used to store multiple values with their indexes in a single variable. The values inside a...Dec 23, 2022Β·11 min read
nextdev1111.hashnode.devWhat are Objects and why are they essential in JavaScript π€?If you understand Hindi, then you can watch π video https://youtu.be/9zeYqTEEqnM π€₯What is a prototype? Just go to your browser console and write the following command: const obj = { name: 'Taran' } console.log(obj); Most of you would know w...Dec 20, 2022Β·4 min read
nextdev1111.hashnode.devHow to use Prisma with express, postgress, and Graphql?Welcome friends to this new blog. In this blog, you will learn how to set up APIs with the help of an express server. You will learn how to integrate graphql in the express server. GitHub link β https://github.com/nextdev1111/prisma-postgres-graphql-...Oct 10, 2022Β·4 min read
nextdev1111.hashnode.devFlutter: π΄ How to Update and Delete Data in Supabase || Part β 4Hey there π, in this blog post, you will learn how to update and delete the data in supabase using flutter packages (supabase_flutter). If you want to know how to use supabase in a flutter Flutter Supabase If you understand Hindi π https://youtu.b...Jul 31, 2022Β·1 min read