The Full Stack Junkie
The Full Stack Junkie
  • 31
  • 1 130 096
TinyPNG Clone - Express + Multer + Sharp
Code with me a functional clone of tinypng.com. We will be building an Express API that will allow file uploads using the multer package. Then we will optimize these files using a great package called Sharp. Once optimization is done you will be able to download the new files again.
Hope you enjoy the video and hope you learn something new. Please remember to give this video a thumbs up and subscribe to the channel for more coding content.
GitHub Link
=========
github.com/LloydJanseVanRensburg/open-source-tinypng
Important link
===========
My website
www.thefullstackjunkie.com
PROMOS
=======
Hostinger 10% discount affiliate link:
www.hostinger.com/fullstackjunkie
For even more discounts use the code at checkout:
FULLSTACKJUNKIE
Get $100 FREE with this link for Linode:
www.linode.com/lp/refer/?r=b84b25d43a4627e4bfd6a21eb3dfbdc6d14b4176
________________________________________________________________
Music track: Inspiring People by Aylex
Source: freetouse.com/music
No Copyright Music (Free Download)
Music track: Viajes by tubebackr
Source: freetouse.com/music
Royalty Free Background Music
________________________________________________________________
Video and content editor :
Point Design: pointdesign.me/
มุมมอง: 796

วีดีโอ

E-commerce Website with Medusa + Next.js : A Beginner's Guide
มุมมอง 51Kปีที่แล้ว
Medusa is an open-source e-commerce platform that is perfect for developers who want to create a custom e-commerce solution. In this video, we will install Medusa and set up a development environment. I will show you around the dashboard and the documentation. I will also give you some tips on how to use them to get the most out of Medusa. The Medusa admin panel is a great place to manage your ...
Full stack development - Part 3 - Deployment (custom domain + SSL)
มุมมอง 2.1Kปีที่แล้ว
Hostinger 10% discount link www.hostinger.com/fullstackjunkie For even more discounts use the code at checkout: FULLSTACKJUNKIE 🎥 Video Description: Welcome to part 3 of our exciting Full Stack Development series! In this installment, we dive into the world of cloud deployment as we take the backend and frontend applications we built in previous videos to the next level. Join us as we explore t...
Full Stack Development - Part 2 - NextJS and MUI Frontend
มุมมอง 2.5Kปีที่แล้ว
🎥 Video Description: In this exciting episode of our full-stack development series, we dive into the world of front-end app development using Next.js and Material UI. Join us as we take the beautiful user interface designs from Material UI and integrate them seamlessly into our Next.js project. Plus, we'll connect it all to the Express API we built in our previous video, bringing together the p...
Full stack development - Part 1 - Express API
มุมมอง 2.3Kปีที่แล้ว
Welcome to the ultimate full stack development journey! In this exciting video series, we'll be building a complete application from scratch, covering every aspect of the development process. Get ready to dive into the world of full stack development as we embark on this incredible adventure together! In part one of this build series, we'll be focusing on the backend development. We'll be using...
ExpressJS and MongoDB with Docker Only
มุมมอง 10K2 ปีที่แล้ว
Hey what is up everyone and welcome back to another Docker tutorial. In todays video we will dive a little bit dieper into using Docker in your development environment. We will be building a ExpressJS and MongoDB backend only using Docker. This video will expect some knowledge on working with MongoDB and ExpressJS and is focused on teaching how to use Docker alongside with these technologies. H...
Building Node API using a Docker Utility Container
มุมมอง 2.6K2 ปีที่แล้ว
Hey what is up everyone hope you are all health and having a good and productive day. I made this video just to show you how powerful docker is and how we are able to build and spin up an express api without even installing nodejs on our system. If you found this video helpful please give this video a thumbs up and subscribe to the channels for more content like this. Create utility image and c...
How To Deploy NodeJS API (Linode)
มุมมอง 20K2 ปีที่แล้ว
This video will show you excatly how to deploy your NodeJS API on any VPS. For this tutorial we will be using Linode Ubuntu VPS to deploy our API and make it live on the internet. We will be setting a this API with SSL from Let's Encrypt and reverse proxy with Nginx. Hope you enjoy this tutorial if you did please remember to LIKE and SUBSCRIBE if you haven't already😎👍 List of commands used in t...
Git & GitHub Tutorial - The Fundamentals
มุมมอง 2.8K2 ปีที่แล้ว
In this video I will teach you everything you need to know to become a productive Git and Github user. This is probably one of the best skills you can learn as a developer and you will be so glad you did. For this video I suggest doing the work with me toi get the most out of it. Hope you enjoy let me know in the comments down below what you think of the video and if it helped you to start usin...
How To Use MySQL with NodeJS
มุมมอง 109K3 ปีที่แล้ว
Hey what is up everyone, today we are looking at using MySQL and NodeJS to work with and store data in our NodeJS apps. This is a very simple tutorial aim toward programmers using Node and want to connect their app to a MySQL database instance. In this video we will build a very basic API to create and read posts from a MySQL database. Hope you enjoy this video! Let me know by giving this video...
MERN stack project (Advance Filtering, Error Handling, Material-UI)
มุมมอง 27K3 ปีที่แล้ว
Hey there everyone today I have another special project. We will be building a nice looking application that is able to load data from our own backend coded in Node, Express and MongoDB and into our frontend using React to display, filter and sort data in a nice looking UI using Material UI. With this project I will also show you how to properly handle error in your express API and how to do so...
How to deploy MERN applications 🚨 (Heroku and Atlas)
มุมมอง 25K3 ปีที่แล้ว
In todays video i will show you step by step how to deploy your MERN applications to production on the internet using Heroku and MongoDB Atlas. I will be showing you exactly what to do and why we do it. Hope you find this video helpful and if you did please don't forget to LIKE, COMMENT and SUBSCRIBE it will really help my out a lot! GitHub project Link: github.com/LloydJanseVanRensburg/mern-pa...
Advanced MERN Pagination 💥(From Scratch)
มุมมอง 16K3 ปีที่แล้ว
Hey everyone, first of just want to say thanks for the support and love, my channel has grown faster than I could have ever imagined and it is all possible because of all of you supporting me. Thanks so very much ❤❤ In todays video we will be building a fully functioning and dynamic app that implements some advanced pagination. I will be using React, Express and MongoDB for this project. Pagina...
MERN Stack Advanced Authentication Tutorial
มุมมอง 132K3 ปีที่แล้ว
MERN Stack Advanced Authentication Tutorial
Forgot Password Logic - Explained
มุมมอง 10K3 ปีที่แล้ว
Forgot Password Logic - Explained
Advanced CSS Button - CSS Tips and Tricks
มุมมอง 1.5K3 ปีที่แล้ว
Advanced CSS Button - CSS Tips and Tricks
Full Stack eCommerce Cart build (React, Redux, Node, Express, MongoDB)...From Scratch💥
มุมมอง 248K3 ปีที่แล้ว
Full Stack eCommerce Cart build (React, Redux, Node, Express, MongoDB)...From Scratch💥
MongoDB Crash Course - Shell vs Drivers (Quick Overview)
มุมมอง 1.3K3 ปีที่แล้ว
MongoDB Crash Course - Shell vs Drivers (Quick Overview)
MongoDB Crash Course - Schemas and Relationships
มุมมอง 43K3 ปีที่แล้ว
MongoDB Crash Course - Schemas and Relationships
Let's Build a TV Show React App and Deploy it🔥 (200 subs special)
มุมมอง 16K3 ปีที่แล้ว
Let's Build a TV Show React App and Deploy it🔥 (200 subs special)
MongoDB Crash Course - Basic CRUD Operations
มุมมอง 9K4 ปีที่แล้ว
MongoDB Crash Course - Basic CRUD Operations
MongoDB Crash Course - Introduction & Installation
มุมมอง 5K4 ปีที่แล้ว
MongoDB Crash Course - Introduction & Installation
How to send Email using Node.js (Easiest way 🤓 using Sendgrid)
มุมมอง 16K4 ปีที่แล้ว
How to send Email using Node.js (Easiest way 🤓 using Sendgrid)
React State Management using Redux (Build a shopping Cart🔥 )
มุมมอง 71K4 ปีที่แล้ว
React State Management using Redux (Build a shopping Cart🔥 )
React State Management using Context API (useContext + useReducer Hooks = Magic 💥)
มุมมอง 43K4 ปีที่แล้ว
React State Management using Context API (useContext useReducer Hooks = Magic 💥)
RESTful API Authentication using JWT
มุมมอง 6K4 ปีที่แล้ว
RESTful API Authentication using JWT
Understanding Authentication in Node.js - Sessions and Cookies - Web Development Concepts Explained
มุมมอง 146K4 ปีที่แล้ว
Understanding Authentication in Node.js - Sessions and Cookies - Web Development Concepts Explained
Understanding File Uploads in Node.js using Multer - Web Development Concepts Explained
มุมมอง 101K4 ปีที่แล้ว
Understanding File Uploads in Node.js using Multer - Web Development Concepts Explained
Understanding Express Middleware - Web Development Concepts Explained
มุมมอง 7K4 ปีที่แล้ว
Understanding Express Middleware - Web Development Concepts Explained

ความคิดเห็น

  • @bubee6891
    @bubee6891 วันที่ผ่านมา

    Nice video, can I make only endpoint and hit it from react app ?

    • @the_full_stack_junkie
      @the_full_stack_junkie 22 ชั่วโมงที่ผ่านมา

      @@bubee6891 yes you can and thanks glad you like the video

    • @bubee6891
      @bubee6891 6 ชั่วโมงที่ผ่านมา

      @@the_full_stack_junkie I like your videos a lot because explanations are so clear and I advise you to continue with uploading, you are on good track

  • @ngcoder
    @ngcoder 2 วันที่ผ่านมา

    bro u are amazing know i started following ur courses

  • @Scott-uz1cd
    @Scott-uz1cd 25 วันที่ผ่านมา

    build more

  • @tmoumimahmoud6966
    @tmoumimahmoud6966 26 วันที่ผ่านมา

    Thank you very much for this vedio , I have one question about tables schema , so the the Reset_PWD table dosn't have a relation with the USER table ? we only validate the token (comparing public token hashed with the actual private token) .

  • @node-express
    @node-express หลายเดือนก่อน

    Thanks for an excellent tutorial on deploying node.js to a live server! Your video is very comprehensive and easy to follow. Wish I'd found it before wasting so much time watching many other TH-cam videos trying to figure this out. Keep up the great work! ⭐⭐⭐⭐⭐

  • @AdiWasturaka
    @AdiWasturaka หลายเดือนก่อน

    hi, what is the path for expanding this to a marketplace? like buyers could purchase from multiple seller, seller dashboard, etc. does medusa capable of that?

  • @MuhammadSaloojee
    @MuhammadSaloojee หลายเดือนก่อน

    I hear the south african accent! 💫 😂 Please do a video to customize to add other tables or inherit and add fields, and make this into a Multivendor marketplace like takealot or Amazon!

  • @btcabeza
    @btcabeza หลายเดือนก่อน

    It's incredible the potential it has! It would be nice if you could continue with videos of the project, and for example modify or add some functionality. Great video. Regards.

  • @Ahmessaoud
    @Ahmessaoud หลายเดือนก่อน

    the best teaching deployment video

  • @adityapawar1813
    @adityapawar1813 หลายเดือนก่อน

    One of the best videos man

  • @coolestCatEver
    @coolestCatEver หลายเดือนก่อน

    Have not yet watched the video but subscribed after seeing so positive comments. Going to watch this pretty soon...

  • @RizwanUllah-w1m
    @RizwanUllah-w1m หลายเดือนก่อน

    thanks for this masterpiece...

  • @esakib
    @esakib หลายเดือนก่อน

    Medusa is awesome. Not many people are talking about this!

  • @ayberkd9784
    @ayberkd9784 2 หลายเดือนก่อน

    Hi, how about expiration? Should we manually remove the session from the db? Or is there any way to do it automatically?

  • @GeorgiiKerzman
    @GeorgiiKerzman 2 หลายเดือนก่อน

    I have followed each step carefully , but once the app is running , the message on the page is localhost refused to connect (ERR_CONNECTION_REFUSED), I've tried so many times but stuck on this , maybe someone could help?

    • @the_full_stack_junkie
      @the_full_stack_junkie 2 หลายเดือนก่อน

      Did you follow the same version installation as well? If you want to follow along with the video please ensure you are using the same version (can check in the github package.json) Else please refer to the current live docs Medusa is a growing software. So things do tend to change as it improves.

    • @GeorgiiKerzman
      @GeorgiiKerzman 2 หลายเดือนก่อน

      @@the_full_stack_junkie I've tried the both ways : 1.Follow up to the repo of yours and git pull from the master branch , install all the dependencies and connect to db. 2.As per guide in the video following the steps including the recommendations from the official medusa docs. Unfortunately none worked for me.

  • @karlkrasnowsky1393
    @karlkrasnowsky1393 2 หลายเดือนก่อน

    n ? is that the predecessor to nvm ?

  • @volkanbozkurt7373
    @volkanbozkurt7373 2 หลายเดือนก่อน

    if you get stuck in "command not found: docker-compose" around 9:35 when enterin the command "docker-compose up --build -d" , the command replaced by "docker compose" without dash.

  • @resteaelias
    @resteaelias 2 หลายเดือนก่อน

    Great video, thank you man!

  • @youssefrabeiii
    @youssefrabeiii 2 หลายเดือนก่อน

    can you make a new short video of how to deploy this webapp

  • @aravindan1309
    @aravindan1309 2 หลายเดือนก่อน

    Nice guide for beginners. Thanks John

  • @garrettrutherford8387
    @garrettrutherford8387 2 หลายเดือนก่อน

    you so silly

  • @timovandrey
    @timovandrey 2 หลายเดือนก่อน

    This was so straightforward an good to follow, I cant thank you enough! Really, best tutorial yet on this topic!

  • @PartneredBrands
    @PartneredBrands 3 หลายเดือนก่อน

    Hi. Great video thanks so much for sharing your ideas! Can you tell me what dropshipping like zendrop or usadrop integrates seamlessly with medusa?

  • @vitorsanto1479
    @vitorsanto1479 3 หลายเดือนก่อน

    I have a question. I wanted to make a forum type site, I would like that after the user is authenticated show on a page as their data such as post, videos, message that he put on the site (through a form) how would I do this?

  • @blurrywaters
    @blurrywaters 3 หลายเดือนก่อน

    on the product screen.css, i think the picture im using is too big and therefore isn't looking like yours. should i just scale down the image to fix this problem?

  • @Odidi_Bee6ix
    @Odidi_Bee6ix 3 หลายเดือนก่อน

    Github link

  • @Chile-cy9uw
    @Chile-cy9uw 3 หลายเดือนก่อน

    Pls how to get user details

  • @G00rds
    @G00rds 3 หลายเดือนก่อน

    Very nice video thank you! would love a follow up!

  • @nknapsterr
    @nknapsterr 3 หลายเดือนก่อน

    Npm browser-image-compression before uploading

  • @katakuri8350
    @katakuri8350 3 หลายเดือนก่อน

    thank you so much <3

  • @MilanNikolic-en5re
    @MilanNikolic-en5re 3 หลายเดือนก่อน

    By far the best tutorial on deploying nodejs application

  • @charlesgichira7310
    @charlesgichira7310 4 หลายเดือนก่อน

    Greatest complete authentication and authorization watch.

  • @samjacker
    @samjacker 4 หลายเดือนก่อน

    thank you so much

  • @BrunoSilva-vw4uo
    @BrunoSilva-vw4uo 4 หลายเดือนก่อน

    guys I was facing an error with the database on postgres, but what I did was uninstall pgadmin and postgres, and then execute the followin command: npx create-medusa-app@latest --seed --db-url 'postgres://setyourusername:setyourpasswordhere@localhost:5432/medusa_db'. Remember: you need to create a container on docker with the credentials that you've written on docker-compose.yml file. All the best!

  • @sohansangwan4403
    @sohansangwan4403 4 หลายเดือนก่อน

    Nice step by step explanation. Awesome video for beginners for building ecommerce websites and backends using Medusa and Next.js starter template. Thank you so much !

  • @kinayoyo
    @kinayoyo 5 หลายเดือนก่อน

    Your video is very helpful for new beginners. Thanks for great work!

  • @InterimCyphinx
    @InterimCyphinx 5 หลายเดือนก่อน

    Im facing issues connecting it to supabase postgres...please help somebody

  • @RMBK243
    @RMBK243 5 หลายเดือนก่อน

    amazing very helpful thanks <3

  • @io_inc
    @io_inc 5 หลายเดือนก่อน

    You dutch from RSA?

  • @_Greenflag_
    @_Greenflag_ 5 หลายเดือนก่อน

    Some nice SQL injections if you push this code to production.

  • @sang4005
    @sang4005 5 หลายเดือนก่อน

    You are a good teacher. Very short and helpful

  • @altermode
    @altermode 5 หลายเดือนก่อน

    Good in depth summary and walk thru. Thanks! Keep it up. Maybe go thru and build the marketplace recipe! 👍

  • @muskangoyal5227
    @muskangoyal5227 5 หลายเดือนก่อน

    MongoDB atlas connection failed...I follow all the instructions that you give....but can't connect to db...plz help

  • @GaBlack-wo9vx
    @GaBlack-wo9vx 5 หลายเดือนก่อน

    This video is really helpful, thank you so much

  • @madhavvankina5201
    @madhavvankina5201 6 หลายเดือนก่อน

    Great stuff. Thanks a lot

  • @NISHANTRAJ-rl9lf
    @NISHANTRAJ-rl9lf 6 หลายเดือนก่อน

    I should subscribe You from Two emails😍

  • @SarpsTours
    @SarpsTours 6 หลายเดือนก่อน

    What can Medusajs do that Magento can't do?

    • @saggygnaw
      @saggygnaw 2 หลายเดือนก่อน

      Firstly, you’re not tied into Adobe’s ecosystem. Lastly, you’re not tied into Adobe’s ecosystem.

  • @curiosityoftheunknown
    @curiosityoftheunknown 6 หลายเดือนก่อน

    this is the best still. i was searching how to keep my tg bot up and running 24/7 and you my man came to the rescue

  • @memosales6985
    @memosales6985 6 หลายเดือนก่อน

    Very useful video. Thanks a lot! I would love to see how you can set up the storefront

  • @PrabashDissanayaka-m4n
    @PrabashDissanayaka-m4n 6 หลายเดือนก่อน

    This video helped me so much thank you