Тёмный
ZestMade
ZestMade
ZestMade
Подписаться
Welcome to ZestMade!

Join me, Arinze Anakor, as I explore software development. On this channel, you’ll find:

Tutorials: Easy-to-follow guides on full-stack (front-end and back-end) development.
Coding Tips: Simple tips to improve your coding skills.
Project Walkthroughs: Step-by-step looks at real-world projects.
Tech Insights: Updates on new programming languages and technologies.
Live Coding Sessions: Watch me build projects and debug code live.

There’s something here for you. Subscribe and click the bell icon to stay updated!
Next js sass styling example
3:49
3 месяца назад
Send Emails in Express.js with Nodemailer SMTP
14:54
6 месяцев назад
Nestjs Queue Tasks (Background Jobs) Example
21:28
8 месяцев назад
Java Spring/Spring Boot Task Scheduler Example
3:45
8 месяцев назад
Nestjs Send Email using the Mailer Module
25:24
9 месяцев назад
Nestjs cron job example with Task Scheduler
4:15
10 месяцев назад
Комментарии
@fredhermannramandaniarivo7464
@fredhermannramandaniarivo7464 9 дней назад
Nice video my friend
@paul-r4r1v
@paul-r4r1v 16 дней назад
honestly, you made it simple, and clear. All the videos i have been watching did not provide those ways to get the host, password, etc.
@wizz1e80
@wizz1e80 17 дней назад
How very informative Thank you sir
@ikechigreatness7893
@ikechigreatness7893 19 дней назад
Good Job.... Please, can you simplify how to consume APIs and use them in our application? You could use a random API or 2 to breakdown the process... Thank you so much.
@ddflruc
@ddflruc 23 дня назад
Thank you so much, man!!!
@7MahmudulHasanNoman
@7MahmudulHasanNoman 28 дней назад
Thank you ! ❤❤
@gregscolumn
@gregscolumn Месяц назад
Nice..... Thanks
@nnamdidanielosuji452
@nnamdidanielosuji452 Месяц назад
My bro keep-up with the good work. I'm getting better with nest js thanks to you.
@bongofo4105
@bongofo4105 Месяц назад
@ZestMade Does this work in production deployed to vercel? i have not been able to get vercel to work
@Frank.T2
@Frank.T2 Месяц назад
There were some errors with the code from the video but after some troubleshooting I was able to get it working with mailtrap. Thanks!
@SkyrimBeast
@SkyrimBeast Месяц назад
Hi ZestMade, thanks for this video. Given how NextJS can be finicky, does it matter whether we're using the src directory or not? In my current project, I'm using the app directory without the src directory. Folder structure noted below: /app /components /public
@KingsleyOhaneme
@KingsleyOhaneme Месяц назад
Thank you for this video. Straight to the point.
@hassanbajwa5640
@hassanbajwa5640 Месяц назад
do we need to put the gmail normal password or gmail app password
@ZestMade
@ZestMade Месяц назад
If you're asking how to receive the email in the recipient's Gmail (or other) inbox, Mailtrap for testing sends emails to Mailtrap inbox, irrespective of what you supply as the recipient. To send the email to the actual recipient, simply replace the Mailtrap SMTP credentials (which is for testing purposes) with an SMTP credentials that sends to real emails such as credentials from Sendgrid, Amazon SES, Mailgun, Zoho, and even credentials from your Cpanel, etc.
@hassanbajwa5640
@hassanbajwa5640 Месяц назад
@@ZestMade thanku so much
@hassanbajwa5640
@hassanbajwa5640 Месяц назад
@@ZestMade my code is working on local host but not on production.
@Sky-sd6kc
@Sky-sd6kc Месяц назад
Thank you very much my friend
@makitocode
@makitocode Месяц назад
Unfortunately, this doesn't work for me. I'm using the last version of nestjs 10.4.2 and nodejs 20.12.1 When I run the application it does not connect to the DB, I mean, I didn't get a connection error, it connects, but I don't really see any table, I had to create the database manually from Postgres, but I don't see the table that the application should create automatically when it starts ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-pI9C7NH4K5c.html.
@timthegreatone
@timthegreatone 2 месяца назад
My brother. You've really helped me a lot. I'm not even using Java but node.js and you helped me to solve my issue
@Jeffrey_Benedict
@Jeffrey_Benedict 2 месяца назад
Very helpful man, great work.
@ridwanabdulkareem4349
@ridwanabdulkareem4349 2 месяца назад
Thank you very much! You just solved a 2 days old pain for me. I was actually thinking of moving on to using nest-casl package because the Ability type was deprecated (I thought you were going to address that) The most useful piece of information I needed was to call: ability.can(action, object) instead of ability.can(action, entity, object) which I have been trying to do all these while to no avail Thanks
@soenghakkchoeurn
@soenghakkchoeurn 2 месяца назад
Great Work!
@gregscolumn
@gregscolumn 2 месяца назад
Please do a part 2 for password reset and email confirmation
@Madmancer
@Madmancer 2 месяца назад
Very clear and easy understanding tutorial
@sasidharanK-k7m
@sasidharanK-k7m 2 месяца назад
I have a doubt in it just imagine the country name is present inside the country table can we able to search the country name here??
@sena045
@sena045 3 месяца назад
Great video. please can you make a video nest js grpc tutorial
@parthfilmz
@parthfilmz 3 месяца назад
thanks , explained it in simplified manner
@joygaming7245
@joygaming7245 3 месяца назад
Love you bro
@vj4776
@vj4776 3 месяца назад
Thanks for the video. but please I want to ask does the paystack's test mode option receive real payment and it withdrawable? Because am starting a business in which I will need a payment gateway (this business is on application only) but when I turned on the live mode on paystack, and within some days I received an email in which they are requesting for my website which I did not have one yet, so, am thinking if the switching to test mode will help with the continues payment receiving, or what did you think I should do please.
@ZestMade
@ZestMade 3 месяца назад
As in the video, the Paystack test mode is for testing only and there is no real money/payment involved in the proces.
@prathameshjadhav3041
@prathameshjadhav3041 4 месяца назад
love the explanation thanks
@ayomidewilfred1864
@ayomidewilfred1864 4 месяца назад
Great job. This is the best payment integration I have seen so far
@gregscolumn
@gregscolumn 4 месяца назад
Any idea on how to create a data with related entities?
@sarkhanrahimli8740
@sarkhanrahimli8740 4 месяца назад
Thank you so much bro. I understanded this topics!!!
@frost_tvpk
@frost_tvpk 4 месяца назад
I am creating e-commerce website for my client almost everything is done only shipping or order fullfillment is remaining i don't know how to add it i am using nextjs or strapi cms client want add custom courier company can you please make video on it please otherwise please help me give me some advice
@TOGB_Reeper
@TOGB_Reeper 3 месяца назад
did you integrate a payment gateway apart from stripe in your project? if yes can you share your repo link? am stuck on payment gateway integration
@elradad
@elradad 4 месяца назад
Awesome tutorial bro
@ZestMade
@ZestMade Месяц назад
Glad you liked it
@siteguru2020
@siteguru2020 4 месяца назад
Great job ,Can this integration also works in Nextjs?
@argjendsejfullai8304
@argjendsejfullai8304 4 месяца назад
I LOVE YOU SO MUCHHHH <3 <3 <3
@gregscolumn
@gregscolumn 4 месяца назад
Thank you ❤❤❤🎉🎉🎉🎉🎉🎉
@OlgaKhmaruk-d6k
@OlgaKhmaruk-d6k 4 месяца назад
14:00 psql: command not found
@tamasmolnar4157
@tamasmolnar4157 4 месяца назад
Great video. Thanks.
@gregscolumn
@gregscolumn 4 месяца назад
Please can you make a video on how to integrate payment method like paystack, Flutterwave etc
@ZestMade
@ZestMade 4 месяца назад
All right, I've made one. See if it helps: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-wn7Lxx5ugoo.html
@gregscolumn
@gregscolumn 4 месяца назад
@@ZestMade I just saw it thanks
@martinkarugaba
@martinkarugaba 4 месяца назад
Thanks @ZestMade. How can I adjust this to send to a gmail account?
@JagadishL-wj6sn
@JagadishL-wj6sn 4 месяца назад
Do have any idea about fixing the delivery issue.
@johnkrator
@johnkrator 4 месяца назад
Thank you
@BoyGirl-ds5cv
@BoyGirl-ds5cv 5 месяцев назад
Bro can we communicate online
@fantast9707
@fantast9707 5 месяцев назад
The content is awesome! Thanks a lot!!!
@khanhlinhinh50
@khanhlinhinh50 5 месяцев назад
Thank you so much for this tutorials. The knowledge you teach in this video really helps in my project Can you make a video about upload and download files using nest js and next js?
@-kokteal8406
@-kokteal8406 4 месяца назад
Does this work with real email addresses or just fake ones?
@Joel-do3oi
@Joel-do3oi 5 месяцев назад
I created a instance of postgresql on AWS but there is a error when i try to connect
@anitorabraham5747
@anitorabraham5747 5 месяцев назад
Keep up the good work brother love the videos.
@obere7999
@obere7999 5 месяцев назад
Thanks
@alihaiderdev2646
@alihaiderdev2646 5 месяцев назад
You always make an awesome video, keep it up, bro 😍🤩
@nanonkay5669
@nanonkay5669 5 месяцев назад
Does this work with real email addresses or just fake ones?
@-kokteal8406
@-kokteal8406 4 месяца назад
+1
@ZestMade
@ZestMade 3 месяца назад
Surely, it/nodemailer works with "real" email addresses. You just need to supply "real" SMTP credentials from the email service provider you're using.
@muawallace-tg2xl
@muawallace-tg2xl 5 месяцев назад
so sweet and straightforward