Тёмный
Dhriti
Dhriti
Dhriti
Подписаться
Integrate Chart.js with PostgreSQL Database.
12:30
2 месяца назад
Nativewind: Tailwind CSS for React Native
2:59
3 месяца назад
Animation in Next.JS using framer-motion
6:20
3 месяца назад
Use Recoil State Management in Next JS.
10:17
7 месяцев назад
CRUD in NextJS 13.4 (app router) and Postgresql.
21:22
9 месяцев назад
CRUD in NodeJS, Express and Postgresql
26:26
9 месяцев назад
Create a Search Bar in Next.JS 13 and MongoDB
19:00
11 месяцев назад
CSS responsive Grid
34:43
Год назад
Комментарии
@PeeJoyHuaikrai
@PeeJoyHuaikrai 7 дней назад
Nuxt JS + PostgreSQL for the upcoming video please.
@PeeJoyHuaikrai
@PeeJoyHuaikrai 8 дней назад
I love this video so much and I've been viewing for over 10 times.
@dhriti3080
@dhriti3080 7 дней назад
Thank You.
@dhriti3080
@dhriti3080 9 дней назад
To use the same code in Expo SDK 51 import expo sqlite library as "expo-sqlite/legacy" and this will work until the next expo ugrade is released. import * as SQLite from 'expo-sqlite/legacy';
@sudo-apt-upgrade-brain
@sudo-apt-upgrade-brain 10 дней назад
Pure sql + nextjs. No prisma and other junk. Thanks.
@dhriti3080
@dhriti3080 10 дней назад
You are welcome.
@Prithviraj-x2i
@Prithviraj-x2i 14 дней назад
Please make a video to convert it to apk from scratch
@dhriti3080
@dhriti3080 6 дней назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-l8pbkDZjcWc.html
@parvathyraju9551
@parvathyraju9551 28 дней назад
THank you so much, absolutely useful video 👌
@dhriti3080
@dhriti3080 28 дней назад
Glad that it was helpful.
@stratejikejderha4309
@stratejikejderha4309 Месяц назад
can you share the codes
@dhriti3080
@dhriti3080 29 дней назад
github.com/dhritich20baruah/YTvids/tree/master/expo-native
@user-qo8kb7be9u
@user-qo8kb7be9u Месяц назад
const db = SQLite.openDatabase("example.db") This is not supported now. Two availables are openDatabaseSync and openDatabaseAsync. Which one needs to be used?
@dhriti3080
@dhriti3080 Месяц назад
I think you installed react native expo's default template with typescript. If you did that the code in the video will not work. The app in the video was built on expo's blank template with JS. If you want to continue with the app that you installed than with opendatabaseAsync the functions will have to be async await and with opendatabasesync it does not need to be. But if you want to change the expo installation. Than install react native expo again using npx create-expo-app@latest --template and choose blank.
@kc-yf2fo
@kc-yf2fo 28 дней назад
@@dhriti3080 i am using default template with typescript too, i got the error "Cannot find native module 'ExpoSQLiteNext', do you know how to fix it?
@ograndemagolilins170
@ograndemagolilins170 28 дней назад
@@dhriti3080 Even creating blank it gives this error "SQLite.openDatabase is not a function (it is undefined)"
@dhriti3080
@dhriti3080 28 дней назад
@@kc-yf2fo This code will work only with blank template and JavaScript
@dhriti3080
@dhriti3080 28 дней назад
@@ograndemagolilins170 This is the installation process followed by me ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-FX3aWzWcSDI.htmlsi=bhsDBI6X1xcHQvMP
@gilesjustinlabastilla2119
@gilesjustinlabastilla2119 Месяц назад
Is it important to have a table first in the database before connecting from NextJS?
@dhriti3080
@dhriti3080 Месяц назад
It is not required at first but if you post or if you try to get a some data that you want to render then it will start throwing errors because there won't be a table.
@osmanidev
@osmanidev 2 месяца назад
whats the github link
@dhriti3080
@dhriti3080 2 месяца назад
Here is the link to the repo. github.com/dhritich20baruah/YTvids/tree/master/next_rest_api But the project also consist of a pagination part besides the search functionality.
@dharsinipriya3651
@dharsinipriya3651 2 месяца назад
This video is absolutely useful! Thank you☺☺
@dhriti3080
@dhriti3080 2 месяца назад
You are welcome.
@anesp.a913
@anesp.a913 26 дней назад
dharsini... you are start person in Nodejs ?
@dharsinipriya3651
@dharsinipriya3651 24 дня назад
@@anesp.a913 yes
@SonGoku-pc7jl
@SonGoku-pc7jl 3 месяца назад
great
@laxmangore9229
@laxmangore9229 3 месяца назад
Helpful 😀
@dhriti3080
@dhriti3080 3 месяца назад
Wow you are coding at 3 in the morning.
@argantoplays3133
@argantoplays3133 4 месяца назад
I'am new to web dev, jump in from pure machine learning to web dev. I was assign by my seniors to do a Full Stack web app using Ejs, Express JS, Node JS and Postgresql. And its hard to find a decent and brief tutorials on YT when it comes to this (mostly PERN STACK), I just wanna say 'Thank You' for making this kind of video. Hope you make more of this :)
@dhriti3080
@dhriti3080 4 месяца назад
Glad you liked it and welcome to web dev
@PrashantSingh-jx4ox
@PrashantSingh-jx4ox 4 месяца назад
thanks, this was useful!
@ChargingHabit
@ChargingHabit 5 месяцев назад
Easy for beginners <3
@Balaaaa10
@Balaaaa10 5 месяцев назад
Thank you ❤
@lonewolf9874
@lonewolf9874 6 месяцев назад
i like your content
@dhriti3080
@dhriti3080 6 месяцев назад
Thank you.
@Boss-wl2gr
@Boss-wl2gr 6 месяцев назад
I have a question, what is the reason of having DBConnect function? I noticed that queries working good without i call it!
@dhriti3080
@dhriti3080 6 месяцев назад
Yeah you don't need to call the dbConnect function. Actually this application was initially made with mongodb as the data base and then dbconnect was required to be called every time a request was made. I just changed the database to postgres and made required changes to the backend. Sorry for the inconvenience.
@shanewa
@shanewa 6 месяцев назад
have github url?
@dhriti3080
@dhriti3080 6 месяцев назад
Yes I do have it. Look at the previous comment I have shared the link there.
@Boss-wl2gr
@Boss-wl2gr 6 месяцев назад
Very nice. Why you don't share the code (on githup for example?)
@dhriti3080
@dhriti3080 6 месяцев назад
I usually do share the code but sometimes I just want to upload the video and get done with it. Anyways here is the link to the repo for this video github.com/dhritich20baruah/Postgresql_Projects/tree/master/nextjs_post/src.
@Boss-wl2gr
@Boss-wl2gr 6 месяцев назад
thank you so much. keep the good work up @@dhriti3080
@bektasbey8818
@bektasbey8818 6 месяцев назад
Nextjs does not support static export API Routes, how do you make the project live other than vercell?
@dhriti3080
@dhriti3080 6 месяцев назад
I did try to deploy in an Ubuntu VPS in Vultr but i was unsuccessful. Guess I will have to try again.
@Suma-gl6dj
@Suma-gl6dj 6 месяцев назад
Can you please provide the Source code link
@dhriti3080
@dhriti3080 6 месяцев назад
Here is the link to the github repo github.com/dhritich20baruah/YTvids/tree/master/Postgresql/Backend But I am using the same backend for node as well as a react project. You will understand when You go through it.
@Suma-gl6dj
@Suma-gl6dj 6 месяцев назад
Thank you
@Suma-gl6dj
@Suma-gl6dj 6 месяцев назад
Getting error while clicking on edit and delete buttons....can you please resolve that.
@Suma-gl6dj
@Suma-gl6dj 6 месяцев назад
It is not redirecting to other page
@dhriti3080
@dhriti3080 6 месяцев назад
The code for the edit and delete buttons is: ````<form action="/delete/<%= data[i].id %>"> <button class="btn btn-danger"><i class="material-icons" type="submit">delete</i></button> </form> <a href="/edit/<%= data[i].id %>"> <button class="btn btn-primary" ><i class="material-icons">border_color</i></button> </a>``` For the delete button you have to use form action and for the edit button "a href=" should be used. Only the edit button will redirect. The delete button will simply reload the page. @@Suma-gl6dj
@m0minoff
@m0minoff 7 месяцев назад
thanks bro i searched a lot for this and i found the best one this is the best timer i ever seen on youtube i really needed it❤❤❤❤
@dhriti3080
@dhriti3080 7 месяцев назад
You are welcome.
@scotly_emi
@scotly_emi 8 месяцев назад
Can you do a MySQL version please without using Prisma, I'm working on a project and am using next auth for signup and login but I want to be able to update my user info and also upload profile picture using multer
@dhriti3080
@dhriti3080 8 месяцев назад
I don't use prisma instead use pg and I don't want to go through the process of installing MySQL in my computer. Postgres is gaining a lot of traction these days. If you are using next auth try to use the credentials provider with bcrypt or jwt. As for uploading the image you can use a package called formidable here is a link to that video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-QTD9L0jL0dU.html
@DarkShadow00972
@DarkShadow00972 9 месяцев назад
Thnx brother
@ufukdemrel
@ufukdemrel 9 месяцев назад
Why can't I see the registered products in mongodb?
@dhriti3080
@dhriti3080 9 месяцев назад
You can't see it where, the terminal or compass.
@ufukdemrel
@ufukdemrel 9 месяцев назад
Why can't I see the registered products in mongodb?
@user-tw4kq4qs2p
@user-tw4kq4qs2p 9 месяцев назад
Great! can you give me the code?
@dhriti3080
@dhriti3080 9 месяцев назад
Here is the link to the repo. github.com/dhritich20baruah/YTvids/tree/master/next_rest_api But the project also consist of a pagination part besides the search functionality.
@royandugu8685
@royandugu8685 9 месяцев назад
What you just did here, do we call it client side rendering or server side rendering ?
@dhriti3080
@dhriti3080 9 месяцев назад
Server side rendering
@techdular88
@techdular88 9 месяцев назад
Keep it sir , very helpful.
@dhriti3080
@dhriti3080 9 месяцев назад
Thank you.
@gauravr4127
@gauravr4127 10 месяцев назад
I really enjoyed this video and found the information to be very helpful. However, I had a little trouble understanding the speaker at times. I think it would be helpful if the speaker spoke a little more slowly and enunciated more clearly. Overall, great video!
@dhriti3080
@dhriti3080 10 месяцев назад
Thank you. I will definitely keep that in mind.
@iamakashkumarram
@iamakashkumarram 11 месяцев назад
Can you make a course on Prisma and PostgreSQL 🔥 ?
@dhriti3080
@dhriti3080 11 месяцев назад
PostgreSQL maybe but not so sure about Prisma. I will try my best.
@naylord5
@naylord5 11 месяцев назад
Excelent content! thank you so much for sharing! Please consider using TS w/ Next 13.4 it would be really helpful
@dhriti3080
@dhriti3080 11 месяцев назад
You are welcome.
@Vampion
@Vampion 11 месяцев назад
amazing brother,, now it works
@Vampion
@Vampion 11 месяцев назад
src directory vs app directory ??
@dhriti3080
@dhriti3080 11 месяцев назад
This is an older version of Next.js. For crud operations in app directory I have a separate video for that.
@munavarsheik3946
@munavarsheik3946 Год назад
- error src\app\model\Todo.js (27:26) @ model - error TypeError: mongoose.model is not a function How to resolve this issue?
@munavarsheik3946
@munavarsheik3946 Год назад
module.exports = mongoose.model("Todos", TodoSchema);
@dhriti3080
@dhriti3080 Год назад
Try restarting the app. Did you import external server components in the next.config file.
@munavarsheik3946
@munavarsheik3946 Год назад
@@dhriti3080 module.exports = { experimental: { serverActions: true, serverComponentsExternalPackages: ['mongoose'] } } And also restarted the app. still error coming
@dhriti3080
@dhriti3080 Год назад
If you have not yet solved the problem. I think it will be better if you reinstall next and start afresh. The new version of next is not as stable as they claim to be.
@aakarshsahu9347
@aakarshsahu9347 Год назад
thanks a lot sir ❤
@harshannayak591
@harshannayak591 Год назад
Can you do Best Nextjs Authentication video based on latest update including google and github provider
@dhriti3080
@dhriti3080 Год назад
I can try my best.
@saabirmohamed636
@saabirmohamed636 Год назад
Hi , thank you for you video, looking forward to your channel
@dhriti3080
@dhriti3080 Год назад
U r welcome.
@jobhikarbefikarrr.638
@jobhikarbefikarrr.638 Год назад
Sir great job 🎉 keep it up u made best nextjs latest tutorial great Sir Best wishes for ur upcoming tutriols please dnt think about less views these views are going to increase drastically it may take some time but no-one can stop u from being best tutor 😂so cheer n buckup standing with u always good luck dear
@dhriti3080
@dhriti3080 Год назад
Thank you.
@jobhikarbefikarrr.638
@jobhikarbefikarrr.638 Год назад
People understand simple n easy terminology so try using simple vocabulary with examples used in our daily lives so that more people can understand n they want be able to fast forward r click to other channels of u follow this simple technique because people here wan very easy ways little boostups hope u want mind sending my tips as u can 😜 also say why u means me dnt use these techniques for urself r hard words keep ur ideology with u Anyhow hope u wnt mind that I'm also planning n working on project on latest technology techniques used nowdays willing n working on project for fantasy apps like dream11 but more advanced with simple n more flexible game terms n conditions that doesn't essentially a person to be highly educated r experience holder for playing fantasy app but lets see I'm working on this project frm last 5 years as I want to make all each n everything with coding n that to with my knowledge so that latter if any issue occurs will be solved instantly hope ohhh it's too much from my side Srry 😒 anyhow thanks for ur reply n good luck best wishes
@arshah246
@arshah246 Год назад
good brother nice effort thanks
@dhriti3080
@dhriti3080 Год назад
Most welcome
@user-tm5gx9iu6q
@user-tm5gx9iu6q Год назад
Thanks for the video, I joined your channel and I hope it grows fast :)
@dhriti3080
@dhriti3080 Год назад
I am glad you liked the video and thank you for your wishes.
@codewithsam7300
@codewithsam7300 Год назад
Is this done with latest version of next js????
@dhriti3080
@dhriti3080 Год назад
Not this one. I have a separate video for that i.e. the lastest video in the channel.
@codewithsam7300
@codewithsam7300 Год назад
do u have discord???
@dhriti3080
@dhriti3080 Год назад
I am afraid no.
@ladwalterm.272
@ladwalterm.272 Год назад
Very nice tutorial kindly make next js 14.3 CRUD with table pagination.
@dhriti3080
@dhriti3080 Год назад
I am glad you liked it. Will try to make a pagination project.
@iamakashkumarram
@iamakashkumarram Год назад
Brother kindly make more project on NextJS 13.4 .
@dhriti3080
@dhriti3080 Год назад
Sure brother.
@KaluKarKK
@KaluKarKK Год назад
What about getsaticprops!?
@dhriti3080
@dhriti3080 Год назад
Not required any more and neither is getServerSideProps nor getStaticPaths. All of this are taken care of by next server components. Next now creates the html page and sends it to the client.
@swapnilpatel3337
@swapnilpatel3337 Год назад
Ab to app directory me video banao latest feature ke sath please
@dhriti3080
@dhriti3080 Год назад
Ok will do. Just give me sometime.
@michikibaruah5370
@michikibaruah5370 Год назад
Good