Deploying is easy, Actually

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 62

  • @TheCodingWhale350
    @TheCodingWhale350  16 днів тому +4

    🔴 Screen Recording 🔴
    codingwhale.gumroad.com/l/deployingiseasy

  • @hamzarashid7579
    @hamzarashid7579 22 дні тому +321

    I love that: "We're programmers here, not some typescript/react devs"

  • @aretha6360
    @aretha6360 14 днів тому +84

    This is the old way of doing things (but it's still valid). I would have thought today you would be talking about deploying a docker container in the cloud.

    • @TheCodingWhale350
      @TheCodingWhale350  13 днів тому +46

      😂 I always like to understand foundations, they're there for a reason and I do personally believe they are the ones worth teaching. The magic and fancy stuff will come later on its own

  • @holdingW0
    @holdingW0 13 днів тому +34

    This stuff was a black box to me for longer than I would care to admit. Wish I had this as a noob. Would love to see more like this!

    • @TheCodingWhale350
      @TheCodingWhale350  13 днів тому +3

      This is exactly what I am trying to do! Thank you for the comment

  • @ContentJuicer
    @ContentJuicer 16 днів тому +18

    Great Video. I wish Profs would explain like this

    • @TheCodingWhale350
      @TheCodingWhale350  15 днів тому +1

      @@ContentJuicer My purpose in life is to expose incompetent Profs 😂 they hated my guts

  • @davidvasquezgarcia9521
    @davidvasquezgarcia9521 13 днів тому +8

    Really good video. Simple, quick and gets to the point

  • @GameOn0827
    @GameOn0827 12 днів тому +11

    Instructions unclear, accidentally published to IIS

  • @TiburonesDeLaInformatica
    @TiburonesDeLaInformatica 6 днів тому +1

    You made a 3 min video of what took me 3 weeks to do years ago hahaha, great content

  • @nicobustelo
    @nicobustelo 15 днів тому +10

    I agree deploying is easy, actually you're overcomplicating it. Personally, I would never tell a Jimmy to go through all this if their goal is simply to deploy fast, many of this steps can be made way easier and even free.

    • @dejangegic
      @dejangegic 13 днів тому +7

      Without being locked-in to a vendor like Netlify or Vercel?

    • @TheCodingWhale350
      @TheCodingWhale350  13 днів тому +8

      I was actually debating this with myself. Finally I landed on doing it this way because I thought most people will be interested in having an actual domaine name and a server so it's better to do it the proper way!

    • @TheCodingWhale350
      @TheCodingWhale350  12 днів тому +1

      @dejangegic there are mainly two ways :
      1. Use your PC as a server : this is good but you run the risk of your pc being accessible to the internet.
      2. Free hosting websites : there are platforms that pop up from time to time like Heroku and offer free hosting, but usually it doesn't last long as they always look to make a profit down the line so they turn it into a paid service
      I am not sure if there are other ways but this is what I am personally aware off!

    • @shobi_r0412
      @shobi_r0412 12 днів тому +1

      ​@@TheCodingWhale350
      how about firebase bro? u know firebase? does it offer free domain name?

    • @TheCodingWhale350
      @TheCodingWhale350  12 днів тому +1

      I didn't even know Firebase had domaines to sell. But unless they have a wildcard (something.firebase.com) it's very unlikely that they would give unrelated domaine names for free since they cost money

  • @basad0
    @basad0 23 дні тому +10

    Your content is awesome!

  • @thenotorious8736
    @thenotorious8736 23 дні тому +8

    Very helpful! I wish this video had been posted two months ago. 😂😂

  • @BlagueAnimation
    @BlagueAnimation 23 дні тому +2

    Always awesome content man

  • @pabloqp7929
    @pabloqp7929 18 днів тому +1

    Awesome stuff

  • @venom321
    @venom321 17 днів тому +10

    This was the best explanatory video I had seen. Stating about the server software + showing the code was a very beginner friendly and detailed way of showing how things work. I knew the step because of detailed research, where as the viewers just had to click a video. 👏
    BY any chance, do you do any Networking courses to show practical life implementations? Just like the video?

    • @TheCodingWhale350
      @TheCodingWhale350  16 днів тому +3

      Thank you so much for this thoughtful message! This is exactly what I want to achieve.
      I am actually getting into some networking in my job, once I feel I am good enough I will probably do the same for it too!

    • @venom321
      @venom321 16 днів тому +1

      @@TheCodingWhale350 Right. ATB mate 👍

  • @fabiojonathanarifin1
    @fabiojonathanarifin1 7 днів тому +1

    im lucky that i only do vanilla javascript, not typescript

  • @omfuke3083
    @omfuke3083 17 днів тому +14

    Why don't you upload video with Command line then on youtube.

    • @TheCodingWhale350
      @TheCodingWhale350  16 днів тому +3

      If you're talking about the screen recording the it's because I put it in Patreon

    • @omfuke3083
      @omfuke3083 16 днів тому

      @@TheCodingWhale350 noo😂 I was talking about typescript devs didn't they created ui for you to upload video on yt

    • @TheCodingWhale350
      @TheCodingWhale350  16 днів тому +6

      @@omfuke3083 😂😂 oh my bad! The funny part is there is a python library that let's you upload youtube videos with command line, I might just start using it

    • @Khual
      @Khual 15 днів тому

      ​@@TheCodingWhale350ohmygosh😂

    • @pranjal8425
      @pranjal8425 14 днів тому +3

      @@TheCodingWhale350 i'm pretty sure at this point, there is a python library even for finding God.

  • @silvialuzmia
    @silvialuzmia 8 днів тому

    while me and my group, pannik

  • @Extremeplayer21
    @Extremeplayer21 11 днів тому +1

    Is port forwarding not required?

  • @lemondiee
    @lemondiee 8 днів тому

    what about deploying from your own pc.... i mean your pc being the server...?

    • @TheCodingWhale350
      @TheCodingWhale350  8 днів тому

      from my understanding it's possible to do, but you run the risk of your pc being exposed. If you want to do something like that, you should probably look into making a virtual machine instance and you having it be the server. So if it's compromised, they would have access to the VM and not your actual PC.

    • @nano-yd2og
      @nano-yd2og 8 днів тому +2

      you can, but you have to expose ports 80 and 443 for your server's ip in your modem settings. A more practical way to do it is buy a raspberry pi and install all this software if you want to host, easier to leave on 24/7.

  • @Nac626
    @Nac626 13 днів тому +1

    This whale’s never been in the military

    • @TheCodingWhale350
      @TheCodingWhale350  13 днів тому

      😂😂 I am nowhere near as disciplined as people in the military. Kudos to them

  • @jonathanlambrecht5642
    @jonathanlambrecht5642 18 днів тому +2

    then systemd, and you're done.

  • @Khual
    @Khual 15 днів тому +1

    I am loving it

  • @raymond_luxury_yacht
    @raymond_luxury_yacht 11 днів тому

    Timmaaaayyy

  • @aldi_nh
    @aldi_nh 9 днів тому +1

    ah... i wanna puke...
    this is too much information for a short amount of time, and it doesn't seems easy at all

    • @TheCodingWhale350
      @TheCodingWhale350  8 днів тому

      😂 is there something specific you are struggling with ? I can explain it in writing and it might be better. This is meant to be reviewed overtime while focusing on understanding each part at a time.

  • @RifazNahiyanFWS
    @RifazNahiyanFWS 15 днів тому +4

    Waste.

    • @TheCodingWhale350
      @TheCodingWhale350  15 днів тому

      @@RifazNahiyanFWS Did you not like the vid in general or was it something in particular ?

    • @PLanTonN
      @PLanTonN 14 днів тому +10

      ​​@@TheCodingWhale350 I think he's a typescript/react dev

    • @TheCodingWhale350
      @TheCodingWhale350  12 днів тому +1

      😂