- 111
- 250 397
Evoqys
India
Приєднався 27 кві 2020
Multiple Environments in Flutter | Android Product Flavours | ios Schemes
Learn the working of multiple environments in flutter directly from scratch.
Dart setup - 00:00
Android - 12:00
ios - 18:40
Github - github.com/Evoqys/
Instagram - evoqys
Dart setup - 00:00
Android - 12:00
ios - 18:40
Github - github.com/Evoqys/
Instagram - evoqys
Переглядів: 2 982
Відео
Deploying a Scalable Node.js App on AWS: EC2, RDS, Load Balancers, and Route 53 for HTTPS!
Переглядів 4 тис.10 місяців тому
In this comprehensive tutorial, learn step-by-step how to deploy your Node.js application on an Amazon EC2 instance while leveraging AWS services like RDS for database management, Load Balancers for distributing traffic, and Route 53 for securing your app with HTTPS. Follow along with clear instructions, best practices, and valuable tips to ensure a seamless deployment process and create a robu...
Building a Production-Ready E-Commerce App: Node.js, Prisma ORM, TypeScript, and MySQL
Переглядів 23 тис.11 місяців тому
🚀 Ready to take your web development skills to the next level? Join us in this comprehensive tutorial where we guide you through the process of building a robust and scalable E-Commerce application using Node.js, Prisma ORM, TypeScript, and MySQL. 🌐 In this step-by-step guide, we'll cover the entire development process, from setting up your Node.js environment with TypeScript to integrating the...
Effortless Full Text Search with Node.js and Prisma ORM: A Step-by-Step Guide | NodeJS and Prisma
Переглядів 2,7 тис.11 місяців тому
🚀 Dive into the world of powerful full-text search implementation using Node.js and Prisma ORM! In this tutorial, we'll walk you through the entire process of setting up and leveraging the robust capabilities of Prisma to enhance your text search functionality. Link to complete playlist: ua-cam.com/play/PLaY6YJMqp51cTRRjlzYWSXflDFu89d31R.html Subscribe for more awesome content. Our Github Link:...
Woking on admin functionality for Orders in E-Commerce | NodeJS and Prisma ORM
Переглядів 45711 місяців тому
Link to complete playlist: ua-cam.com/play/PLaY6YJMqp51cTRRjlzYWSXflDFu89d31R.html Subscribe for more awesome content. Our Github Link: github.com/evoqys Our Instagram Handle: evoqys Disclaimer: All the videos are for educational purposes. Nobody is perfect in this world, so the videos may have slight mistakes so make decisions based on your understanding and research.
Woking on admin functionality for Users in E-Commerce | NodeJS and Prisma ORM
Переглядів 46711 місяців тому
Link to complete playlist: ua-cam.com/play/PLaY6YJMqp51cTRRjlzYWSXflDFu89d31R.html Subscribe for more awesome content. Our Github Link: github.com/evoqys Our Instagram Handle: evoqys Disclaimer: All the videos are for educational purposes. Nobody is perfect in this world, so the videos may have slight mistakes so make decisions based on your understanding and research.
Storing current order status | NodeJS and Prisma ORM
Переглядів 371Рік тому
Link to complete playlist: ua-cam.com/play/PLaY6YJMqp51cTRRjlzYWSXflDFu89d31R.html Subscribe for more awesome content. Our Github Link: github.com/evoqys Our Instagram Handle: evoqys Disclaimer: All the videos are for educational purposes. Nobody is perfect in this world, so the videos may have slight mistakes so make decisions based on your understanding and research.
Finishing all order routes | NodeJS and Prisma ORM
Переглядів 410Рік тому
Link to complete playlist: ua-cam.com/play/PLaY6YJMqp51cTRRjlzYWSXflDFu89d31R.html Subscribe for more awesome content. Our Github Link: github.com/evoqys Our Instagram Handle: evoqys Disclaimer: All the videos are for educational purposes. Nobody is perfect in this world, so the videos may have slight mistakes so make decisions based on your understanding and research.
Placing Order from user's cart | NodeJS and Prisma ORM
Переглядів 671Рік тому
Link to complete playlist: ua-cam.com/play/PLaY6YJMqp51cTRRjlzYWSXflDFu89d31R.html Subscribe for more awesome content. Our Github Link: github.com/evoqys Our Instagram Handle: evoqys Disclaimer: All the videos are for educational purposes. Nobody is perfect in this world, so the videos may have slight mistakes so make decisions based on your understanding and research.
Creating Orders table | NodeJS and Prisma ORM
Переглядів 680Рік тому
Link to complete playlist: ua-cam.com/play/PLaY6YJMqp51cTRRjlzYWSXflDFu89d31R.html Subscribe for more awesome content. Our Github Link: github.com/evoqys Our Instagram Handle: evoqys Disclaimer: All the videos are for educational purposes. Nobody is perfect in this world, so the videos may have slight mistakes so make decisions based on your understanding and research.
Modifying and fetching user's cart | NodeJS and Prisma ORM
Переглядів 499Рік тому
Link to complete playlist: ua-cam.com/play/PLaY6YJMqp51cTRRjlzYWSXflDFu89d31R.html Subscribe for more awesome content. Our Github Link: github.com/evoqys Our Instagram Handle: evoqys Disclaimer: All the videos are for educational purposes. Nobody is perfect in this world, so the videos may have slight mistakes so make decisions based on your understanding and research.
Adding and Deleting items from Cart | NodeJS and Prisma ORM
Переглядів 852Рік тому
Link to complete playlist: ua-cam.com/play/PLaY6YJMqp51cTRRjlzYWSXflDFu89d31R.html Subscribe for more awesome content. Our Github Link: github.com/evoqys Our Instagram Handle: evoqys Disclaimer: All the videos are for educational purposes. Nobody is perfect in this world, so the videos may have slight mistakes so make decisions based on your understanding and research.
Creating Cart model | NodeJS and Prisma ORM
Переглядів 839Рік тому
Link to complete playlist: ua-cam.com/play/PLaY6YJMqp51cTRRjlzYWSXflDFu89d31R.html Subscribe for more awesome content. Our Github Link: github.com/evoqys Our Instagram Handle: evoqys Disclaimer: All the videos are for educational purposes. Nobody is perfect in this world, so the videos may have slight mistakes so make decisions based on your understanding and research.
Updating users and using default addresses | NodeJS and Prisma ORM
Переглядів 740Рік тому
Link to complete playlist: ua-cam.com/play/PLaY6YJMqp51cTRRjlzYWSXflDFu89d31R.html Subscribe for more awesome content. Our Github Link: github.com/evoqys Our Instagram Handle: evoqys Disclaimer: All the videos are for educational purposes. Nobody is perfect in this world, so the videos may have slight mistakes so make decisions based on your understanding and research.
Using auth token for user and finishing address routes | NodeJS and Prisma ORM
Переглядів 699Рік тому
Using auth token for user and finishing address routes | NodeJS and Prisma ORM
Managing user addresses in E-Commerce | NodeJS and Prisma ORM
Переглядів 801Рік тому
Managing user addresses in E-Commerce | NodeJS and Prisma ORM
Adding Address table to E-Commerce App | NodeJs and Prisma ORM
Переглядів 815Рік тому
Adding Address table to E-Commerce App | NodeJs and Prisma ORM
Handling ZOD Validation Errors in ExpressJs | NodeJs and Prisma ORM
Переглядів 1,5 тис.Рік тому
Handling ZOD Validation Errors in ExpressJs | NodeJs and Prisma ORM
Finishing all product routes in E-Commerce App | NodeJs and Prisma ORM
Переглядів 1,2 тис.Рік тому
Finishing all product routes in E-Commerce App | NodeJs and Prisma ORM
Node.js Admin Middleware: Role-Based Access Control with Prisma ORM | Mastering Authorization
Переглядів 3,2 тис.Рік тому
Node.js Admin Middleware: Role-Based Access Control with Prisma ORM | Mastering Authorization
Adding different role to Users | Node.Js and Prisma ORM
Переглядів 1,9 тис.Рік тому
Adding different role to Users | Node.Js and Prisma ORM
Node.js Authentication Middleware: Decoding JWT Tokens with Prisma ORM | Secure User Authentication
Переглядів 2,9 тис.Рік тому
Node.js Authentication Middleware: Decoding JWT Tokens with Prisma ORM | Secure User Authentication
Using custom error classes in Node.Js and Prisma
Переглядів 1,6 тис.Рік тому
Using custom error classes in Node.Js and Prisma
Mastering Generic Error Handling in Node.js & Prisma ORM | Higher Order Functions with Try and Catch
Переглядів 2,3 тис.Рік тому
Mastering Generic Error Handling in Node.js & Prisma ORM | Higher Order Functions with Try and Catch
Effortless Data Validation in Node.js with Zod & Prisma ORM | Mastering Form Validation
Переглядів 5 тис.Рік тому
Effortless Data Validation in Node.js with Zod & Prisma ORM | Mastering Form Validation
Advanced Error Handling in Node.js with Prisma ORM | Mastering Subclasses of Error Class
Переглядів 4,6 тис.Рік тому
Advanced Error Handling in Node.js with Prisma ORM | Mastering Subclasses of Error Class
Node.js Login System with Prisma ORM & JWT | Secure User Authentication Tutorial
Переглядів 6 тис.Рік тому
Node.js Login System with Prisma ORM & JWT | Secure User Authentication Tutorial
User Signup System with Node.js and Prisma ORM | Step-by-Step Guide
Переглядів 4,3 тис.Рік тому
User Signup System with Node.js and Prisma ORM | Step-by-Step Guide
These are very good tutorials. Can you please share the resources. Thanks
thanks
Great video. Had been looking for something like this. Can you please add all the subsequent videos in the description so that it is easy to access them one after another (as in playlist)?
Bro is a Guaranteed Java Background
Thank you so much man, God bless you.
Wonderfully explained!!
Can you please send the github link for this project
After creating type file as mentioned in other comments, do this as well, if you use ts-node you will get the same error when you try to execute your .ts file because ts-node ignore .d.ts fies unless you add flag --files to package.json script like this: "scripts": { . . "dev": "ts-node --files src/app.ts" }
For those who still get error after using +req.query.skip, you can use this skip: +(req.query.skip ?? 0),
src/ - types/ - express/ - index.d.ts import express from "express"; declare global { namespace Express { interface Request { user?: Record<string,any> } } } tsconfig.json "typeRoots" : ["./src/types", "./node_modules/@types"]
Thanks!
this serius re very help full for me thanks buddy
npm i @types/express --save-dev npm i ts-node nodemon --save-dev { "watch": ["src"], "ext": ".js,.ts", "exec": "npx ts-node ./src/index.ts" }
11:42
Thank you Brother for this info.
Thank you so much. You saved my day and time. :):)
Thans so much for making many videos and tutorial for people like me that are just learning this is super good. Not many people leaves a comment but i just want you to know thaat im sure all of them are super thanksful to you its just that sometimes we dont know what to comment or laziness. I normallydont leave comments but i support a lot your content, thanks <3
+1
hey bro, do you have the github repo for this video?
error TS2339: Property 'user' does not exist on type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>'. 76 res.json(req.user) is this outdated ?
great video! Thanks
Here is the solution for Property 'user' does not exist on type 'Request<ParamsDictionary, types/express/index.d.ts "typeRoots" : ["./src/types", "./node_modules/@types"], Npm clear cache -> Npm cache verify, ten run the sever. [If not working then remove node_module and reinstall ]
it is working!
Will you create frontend to integrate this backend?
Will you create frontend to integrate this backend?
really good tutorial, thanks.
Greate, need this to start new microservice project in company. TY!
Perfecto!
Can u pls share this project github repository?
thank you to provide this content , works for me!
its kind of useless unless you implement OTEL of context type advance logging, this what prisma is kind of lacking
Please improve the mic quality, thanks.
Can you please share the GitHub link ?
I got an error when called next when user exists. I had to put a return to fixed it: if (user) { return next(new BadRequestsException('User already exists!', ErrorCode.USER_ALREADY_EXISTS)) }
No overload matches this call. The last overload gave the following error. Argument of type 'string | undefined' is not assignable to parameter of type 'string'. Type 'undefined' is not assignable to type 'string'.ts(2769) index.d.ts(245, 17): The last overload is declared here. I'm getting this error on this line: const paylaod = jwt.verify(token, JWT_SECRET) as any (please go to 1:30:17)
Thank you very much sir, your video is so premium.
I am a windows user and i dont have sequel ace. what should i do
Use mysql workbench
most underrated channel
very easy for understand, thankyou
this is a truely gem playlist. Production ready coding
Just a Question ? Why are we using TypeScript here ? Can we do the same in JavaScript ?
you could but typescript enhances code safety and prevents bugs by ensuring type safety. Also everyone uses typescript now :))
This is so amazing, thanks. very easy to understand
just what i was looking for thanks a lot
great video! Thanks
thank you very much, youre very good
didn't found repository of this project where can find???
best
this is an amazing series for the beginners with prisma
bro i'm so glad to found your channel till now i've learned all i need to learn
Prince Bro pls come with next tutorial with this level of quality, you dont know how much i learned from you like production level coding to deploy. Thanks Paaji
What are you using for the ui