ZestMade
ZestMade
  • Видео 91
  • Просмотров 269 393

Видео

Integrate Paystack Payment Provider to Your Website via API - Nodejs (Nestjs) Example
Просмотров 595Месяц назад
Learn how to integrate Paystack into your web application. This tutorial will cover key topics: - Initialize transaction - Verify transaction - Handle callbacks from the provider - Webhook and webhook event verification Git repo: github.com/ZestArinze/payment-integration-paystack Using #nestjs the popular #nodejs framework.
Nestjs Validate Nested Objects, Arrays of Objects and Simple Arrays
Просмотров 231Месяц назад
Learn how to validate nested objects, arrays of primitive types and arrays of objects in Nestjs. We'll use class-validator for the validations and you'll also learn how to use the class-transformer to inform of the expected type of data. #nestjs #nodejs #validation #restapi #backenddeveloper
Nestjs - Upload File, Validate File Type, File Size, and More!
Просмотров 6022 месяца назад
In this video, we'll walk you through the process of uploading files in Nestjs, covering everything from setting size limits, renaming files, and validating file types, to specifying the directory for storage. Nestjs, being a progressive Node.js framework, offers powerful features for handling file uploads seamlessly. Whether you're a beginner or an experienced developer, this tutorial will pro...
How to Send Emails in Next.js Using Nodemailer and SMTP | Next.js 14 App Router Email Client
Просмотров 3,3 тыс.2 месяца назад
Learn how to send emails in #Next.js! This easy tutorial shows you how to use #Nodemailer and #SMTP in Next.js. Happy #coding
Send Emails in Express.js with Nodemailer SMTP
Просмотров 1,9 тыс.3 месяца назад
Code along; learn how to send emails, such as after user registration, birthday email, etc., in your node.js Express project with Nodemailer SMTP. Express js send email Github: github.com/ZestArinze/express-nodemailer-example
Nextjs Authentication with NextAuth (plus Auth Middleware)
Просмотров 2244 месяца назад
Let's implement authentication and auth middleware in Next.js with NextAuth in this Next.js Authentication Tutorial In this video, we delve deep into implementing a standard authentication using NextAuth, a powerful authentication library for Next.js applications. Whether you're a beginner or a seasoned developer, this video got you covered from installing next-auth to the actual implementation...
Nestjs Queue Tasks (Background Jobs) Example
Просмотров 1,3 тыс.5 месяцев назад
How to process long-running tasks in Nestjs using queues. One of the use cases is so the user-facing process is not blocked/delayed.
Java Spring/Spring Boot Task Scheduler Example
Просмотров 1135 месяцев назад
Learn how to schedule tasks effortlessly with Spring Scheduler annotation! 🕒 This short video tutorial will guide you through using the @Scheduled annotation in your Java Spring projects. 💻🚀 #SpringFramework #ScheduledTasks #JavaProgramming #springboot
Nestjs Send Email using Nodemailer ONLY - Examples + HTML Templates, SMTP
Просмотров 5 тыс.6 месяцев назад
Learn how to send emails in the Nestjs application using only the nodemailer package. This example also shows how to send HTML emails using template placeholder replacements.
Nestjs Send Email using the Mailer Module
Просмотров 2,1 тыс.6 месяцев назад
To send email using ONLY the Nodemailer package, see: ruclips.net/video/Pu1YP5PZKFc/видео.html Learn how to configure and send emails in Nest js applications using the mailer module and reusable codes. We'll use .env environment variables to save the credentials for the email service.
Nestjs cron job example with Task Scheduler
Просмотров 2 тыс.7 месяцев назад
Learn how to do cron jobs in Nestjs. It is even easier with the Nestjs scheduler from the @nestjs/schedule module. You can use the more conventional Cron syntax or the more user-friendly CronExpression
Nestjs TypeORM One-to-One, Many-to-Many, One-to-Many & Many-to-One Relationships
Просмотров 6 тыс.7 месяцев назад
Nestjs TypeORM One-to-One, Many-to-Many, One-to-Many & Many-to-One Relationships
Nestjs TypeORM Search & Filter, Join Relationships, Select Specifics - Query Builder & Repository
Просмотров 3,4 тыс.7 месяцев назад
Nestjs TypeORM Search & Filter, Join Relationships, Select Specifics - Query Builder & Repository
Create-React-App - Change the PORT for your React project
Просмотров 7008 месяцев назад
Create-React-App - Change the PORT for your React project
Nestjs PostgreSQL CRUD REST API Example with Typeorm
Просмотров 8 тыс.8 месяцев назад
Nestjs PostgreSQL CRUD REST API Example with Typeorm
React js useState Hook Potential Mistake and Solutions
Просмотров 488 месяцев назад
React js useState Hook Potential Mistake and Solutions
Express js validation examples (with & without a library)
Просмотров 1259 месяцев назад
Express js validation examples (with & without a library)
NodeJS (Express) with PostgreSQL Database: REST API CRUD Example
Просмотров 5 тыс.9 месяцев назад
NodeJS (Express) with PostgreSQL Database: REST API CRUD Example
Express js - Render Views & Static Assets (images, CSS, js, etc.)
Просмотров 25310 месяцев назад
Express js - Render Views & Static Assets (images, CSS, js, etc.)
HTML/CSS hero section (text on top of image)
Просмотров 42510 месяцев назад
HTML/CSS hero section (text on top of image)
Express js (Nodejs) middleware - auth & role middleware, group & global middleware
Просмотров 12510 месяцев назад
Express js (Nodejs) middleware - auth & role middleware, group & global middleware
Routing in Express.js (Node.js) - "app" & express.Router, route params, query, body, etc.
Просмотров 38210 месяцев назад
Routing in Express.js (Node.js) - "app" & express.Router, route params, query, body, etc.
Basic Express.js (nodejs) backend web app
Просмотров 22811 месяцев назад
Basic Express.js (nodejs) backend web app
Nestjs IsUnique custom validation (with database query) for email, username, etc
Просмотров 2,3 тыс.11 месяцев назад
Nestjs IsUnique custom validation (with database query) for email, username, etc
Is JavaScript weird? Math.max() vs Math.min() compare
Просмотров 43Год назад
Is JavaScript weird? Math.max() vs Math.min() compare
Programmatically navigate using React router v6
Просмотров 150Год назад
Programmatically navigate using React router v6
Spring Boot Custom Validation Annotation (with parameters)
Просмотров 7 тыс.Год назад
Spring Boot Custom Validation Annotation (with parameters)
React.js: Handle API/backend response error (validation errors, bad request error)
Просмотров 8 тыс.Год назад
React.js: Handle API/backend response error (validation errors, bad request error)
React Component from JavaScript to TypeScript (.tsx)
Просмотров 205Год назад
React Component from JavaScript to TypeScript (.tsx)

Комментарии

  • @sena045
    @sena045 2 дня назад

    Great video. please can you make a video nest js grpc tutorial

  • @parthfilmz
    @parthfilmz 7 дней назад

    thanks , explained it in simplified manner

  • @joygaming7245
    @joygaming7245 19 дней назад

    Love you bro

  • @vj4776
    @vj4776 19 дней назад

    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 19 дней назад

      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 Месяц назад

    love the explanation thanks

  • @ayomidewilfred1864
    @ayomidewilfred1864 Месяц назад

    Great job. This is the best payment integration I have seen so far

  • @gregscolumn
    @gregscolumn Месяц назад

    Any idea on how to create a data with related entities?

  • @sarkhanrahimli8740
    @sarkhanrahimli8740 Месяц назад

    Thank you so much bro. I understanded this topics!!!

  • @Self_frost
    @Self_frost Месяц назад

    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 28 дней назад

      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 Месяц назад

    Awesome tutorial bro

  • @siteguru2020
    @siteguru2020 Месяц назад

    Great job ,Can this integration also works in Nextjs?

  • @argjendsejfullai8304
    @argjendsejfullai8304 Месяц назад

    I LOVE YOU SO MUCHHHH <3 <3 <3

  • @gregscolumn
    @gregscolumn Месяц назад

    Thank you ❤❤❤🎉🎉🎉🎉🎉🎉

  • @user-iv5pf2yb6p
    @user-iv5pf2yb6p Месяц назад

    14:00 psql: command not found

  • @tamasmolnar4157
    @tamasmolnar4157 Месяц назад

    Great video. Thanks.

  • @gregscolumn
    @gregscolumn Месяц назад

    Please can you make a video on how to integrate payment method like paystack, Flutterwave etc

    • @ZestMade
      @ZestMade Месяц назад

      All right, I've made one. See if it helps: ruclips.net/video/wn7Lxx5ugoo/видео.html

    • @gregscolumn
      @gregscolumn Месяц назад

      @@ZestMade I just saw it thanks

  • @martinkarugaba
    @martinkarugaba Месяц назад

    Thanks @ZestMade. How can I adjust this to send to a gmail account?

  • @JagadishL-wj6sn
    @JagadishL-wj6sn Месяц назад

    Do have any idea about fixing the delivery issue.

  • @johnkrator
    @johnkrator Месяц назад

    Thank you

  • @BoyGirl-ds5cv
    @BoyGirl-ds5cv 2 месяца назад

    Bro can we communicate online

  • @fantast9707
    @fantast9707 2 месяца назад

    The content is awesome! Thanks a lot!!!

  • @khanhlinhinh50
    @khanhlinhinh50 2 месяца назад

    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 Месяц назад

      Does this work with real email addresses or just fake ones?

  • @Joel-do3oi
    @Joel-do3oi 2 месяца назад

    I created a instance of postgresql on AWS but there is a error when i try to connect

  • @anitorabraham5747
    @anitorabraham5747 2 месяца назад

    Keep up the good work brother love the videos.

  • @obere7999
    @obere7999 2 месяца назад

    Thanks

  • @alihaiderdev2646
    @alihaiderdev2646 2 месяца назад

    You always make an awesome video, keep it up, bro 😍🤩

  • @nanonkay5669
    @nanonkay5669 2 месяца назад

    Does this work with real email addresses or just fake ones?

    • @-kokteal8406
      @-kokteal8406 Месяц назад

      +1

    • @ZestMade
      @ZestMade 19 дней назад

      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 2 месяца назад

    so sweet and straightforward

  • @14.trantienat63
    @14.trantienat63 2 месяца назад

    great video. Thank you for your support

  • @PerfectGamePlayed
    @PerfectGamePlayed 2 месяца назад

    Awesome video, it helped me a lot!

  • @shailendrakaintura3953
    @shailendrakaintura3953 2 месяца назад

    And your are testing tools used postman and other name please

  • @shailendrakaintura3953
    @shailendrakaintura3953 2 месяца назад

    how to send notification then verify otp by emil

  • @donggdiep
    @donggdiep 3 месяца назад

    it give me this error : "Nest can't resolve dependencies of the IsUniqueConstraint (?). Please make sure that the argument EntityManager at index [0] is available in the AppModule context." please help me

  • @jeffreydagger7205
    @jeffreydagger7205 3 месяца назад

    On my admin page I just pass in the User model and in the view I put a mailto: href on an anchor tag: <a href="mailto:@foreach ($users as $user) {{ $user->email }},@endforeach">Bulk email</a> This opens up an email window in your default email provider with all the users :p

  • @DunckingTest
    @DunckingTest 3 месяца назад

    this is not the right approach

    • @thomasshelby1093
      @thomasshelby1093 5 дней назад

      Then whats the right approach?? Tell me I'm facing some issues I can't integrate my backend with my frontend

  • @anitorabraham5747
    @anitorabraham5747 3 месяца назад

    Keep up the great work, love the content.

  • @TheILOVEYOUXD
    @TheILOVEYOUXD 3 месяца назад

    Everything works, thank you sir

  • @HercloudStorage-ie1zu
    @HercloudStorage-ie1zu 3 месяца назад

    How the code is made if the nested json is from continent -> country -> user?

  • @vinesroul4964
    @vinesroul4964 3 месяца назад

    Really helpful thank you

  • @user-zz3gk6oc8v
    @user-zz3gk6oc8v 3 месяца назад

    nice explanation. I perform crud in nestjs first time and this video is very helpfull for me

  • @robertbenyi
    @robertbenyi 3 месяца назад

    Thanks bro!

  • @andrejkling3886
    @andrejkling3886 3 месяца назад

    Excellent lesson… thanks

  • @arupde6320
    @arupde6320 3 месяца назад

    be regular

  • @milenio4388
    @milenio4388 3 месяца назад

    Are you using MySQL? I have been trying to implement a many-to-many relationship but I keep getting SQL error ER_CANT_REMOVE_ALL_FIELDS because typeorm drops and creates tables instead of altering them. Edit: I should have mentioned I am building a relationship with a custom junction table like in your example, typeorm keeps dropping all the junction table columns.

  • @user-bw5ix7kb4p
    @user-bw5ix7kb4p 3 месяца назад

    i am getting user table already exists error? What is the solution to resolve this problem?

  • @GoutamReddydazz
    @GoutamReddydazz 3 месяца назад

    Why you are using type orm ? Is better then Prisma ?

  • @cgope
    @cgope 3 месяца назад

    awesome, this video same me! hahaha

  • @mthcreativeworld5049
    @mthcreativeworld5049 3 месяца назад

    Nestjs with Fastify tutorial

  • @apayrus
    @apayrus 4 месяца назад

    Thank you. That helped me a lot. It is luck to meet this video. 🙂👍

  • @katyrichardson3841
    @katyrichardson3841 4 месяца назад

    This was so helpful! I've gone through too many demos where they don't explain things like exports, and I understand so much better. Thanks!