Building a CLI application with Golang

แชร์
ฝัง

ความคิดเห็น • 48

  • @maxwebstudio
    @maxwebstudio 5 หลายเดือนก่อน +9

    Man that quick tutorial is so cool. Well explained, straight to the point! Thank you !

  • @jondoe79
    @jondoe79 ปีที่แล้ว +12

    You should do a series on golang, really love how you have set the example of using golang features

  • @Blue-bb9ro
    @Blue-bb9ro 3 หลายเดือนก่อน +3

    Getting started with Golang, this is an awesome tutorial!

  • @MedChergui
    @MedChergui ปีที่แล้ว +1

    Dude, your vids are very interesting, love them ❤️

  • @Mortagus
    @Mortagus 8 หลายเดือนก่อน +2

    I love this style of video : very straight ti the point.
    Good example, thanks for that ^^

  • @Rhidayah
    @Rhidayah ปีที่แล้ว +7

    I love golang, very indulgent

  • @arihasan3423
    @arihasan3423 7 หลายเดือนก่อน +1

    Really awesome tutorial! Thanks for taking time to make such a great video to help us get a better understanding of Golang!

  • @mmatongo
    @mmatongo 6 หลายเดือนก่อน +1

    I recently got into go and I wanted something I could do and this was the perfect starter project. This project is so general purpose I used a random api for this and still got expected results all the time.

  • @Hoo-jj4er
    @Hoo-jj4er 21 วันที่ผ่านมา +1

    this is awesome, thx for the quality video!

  • @BbB-vr9uh
    @BbB-vr9uh 4 หลายเดือนก่อน +2

    Could you add chapters? There are a few distinct sections, and it would be easier to revisit certain sections that way. Thanks for the great tutorial!

  • @Ok9xNirab
    @Ok9xNirab ปีที่แล้ว +1

    Amazing Tutorial ! Thank you.

  • @abdulrahmanbinali3051
    @abdulrahmanbinali3051 ปีที่แล้ว +10

    I'm learning Go as first programing language, I admire how you are coding this weather app effortlessly. Great work man .

    • @cdruc
      @cdruc  ปีที่แล้ว +1

      thanks! i’m pretty new to go myself😀

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

    @cdruc you should consider re-generating your API key. I copied yours from the video, tried it myself and it worked :-)
    That said, thanks for this and the Hangman video. I'm mainly interested in learning Golang, and I like your straightforward natural style of starting simple and remaining simple, progressively rewriting the app. Cheers.

    • @ohmsohmsohms
      @ohmsohmsohms 4 วันที่ผ่านมา

      oh no my free weather api key is exposed!

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

    Fantastic tutorial. More please.

  •  7 หลายเดือนก่อน +1

    Awesome class!

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

    GREAT tutorial! I subscribed

  • @sagarhp.infosec
    @sagarhp.infosec ปีที่แล้ว

    Subscribed.. 👍👍

  • @khamzateedira9021
    @khamzateedira9021 ปีที่แล้ว +1

    Please more video about inertiajs ❤❤❤

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

    nice bro,

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

    What font family are you using? Great job.

  • @sebwylleman
    @sebwylleman 10 หลายเดือนก่อน +2

    Great idea and clean code! Is that the Tokyo Night VScode theme? Looks dope

    • @cdruc
      @cdruc  10 หลายเดือนก่อน +1

      It's Night owl - but I just check those Tokyo themes and they do look really nice, so thanks! 👊

  • @sanjayav6461
    @sanjayav6461 8 หลายเดือนก่อน +1

    Learnt so much. TYSM. Make more GO videos

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

      Thank you! Will do!👊

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

    Golang 💙

  • @StarliDev
    @StarliDev ปีที่แล้ว +1

    very good video

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

    Salut 🇷🇴❤. Foarte tare videoul, as dori sa invat si eu go pentru backend crezi ca e o alegere buna ?

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

    I was like oh ok didn't know we could nest anonymous structs like that and then I was like OK you duplicate so much you definitely should not do that :D also ... short lines, dude, pleae, especially in a video where you have a split screen. cool little tool, tho.

  • @k1defjoel397
    @k1defjoel397 ปีที่แล้ว +1

    More Golang videos please!

    • @cdruc
      @cdruc  ปีที่แล้ว

      you bet! 👊

  • @younesessaadani9303
    @younesessaadani9303 ปีที่แล้ว +3

    Hi sir can you provide us the repository?

  • @user-zk1uk8yt7i
    @user-zk1uk8yt7i 3 หลายเดือนก่อน

    If my operating system is windows, what should I do in the last part

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

    1:34 what does closing the body of the response do? (in defer res.Body….) great tutorial!

    • @lmaoded7505
      @lmaoded7505 3 หลายเดือนก่อน +1

      In some cases, if you don't close the response body, you can get memory leaks. Like, imagine 1000 users using this application at the same time to get data. If the response is not cleared out, it will still be present somewhere in data and soon the application will run out of memory.
      This is much more prevalent in webservers as compared to cli programs as a CLI program terminates after it's done, unlike a webserver which is always running

  • @tejas8211
    @tejas8211 15 วันที่ผ่านมา

    this is available in github ?

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

    which terminal style do u use

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

      im on a mac using default iterm2

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

    I am on windows which folder should I move the sun.exe?

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

    Bought here by microsoft copilot!

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

      lol 😂

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

    Why didn't you use the website to convert json to struct?

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

      what do you mean?

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

    funny

  • @benitaemudianughe9789
    @benitaemudianughe9789 ปีที่แล้ว +1

    Hey really get vid, but I was wondering if you could share like your GitHub link for this code in particular. Thank youu

    • @cdruc
      @cdruc  ปีที่แล้ว

      thanks!
      no github, but I do have a blog post here: cdruc.com/go-weather-cli