Build a real life Terminal User Interface ( TUI ) Application in Golang

Поделиться
HTML-код
  • Опубликовано: 18 янв 2025

Комментарии • 41

  • @ParvShah-k7j
    @ParvShah-k7j Месяц назад +1

    Much needed tutorial! The way you teach is sooo soothing and properly paced. Keep up the good work :D

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

      Thank you very much for such kind words 🙂

  • @thisisreallyme3130
    @thisisreallyme3130 22 дня назад

    Tview!! TY for this, all the examples fall short of actually using data (like a web app that had no reaction, they’re just unconnected forms).

    • @BekBrace
      @BekBrace  22 дня назад

      You're very welcome, friend

  • @hazadus
    @hazadus Месяц назад +1

    Thanks a lot for this video! Looking forward to more Go stuff ;)

  • @Alexander-d7s3j
    @Alexander-d7s3j 2 месяца назад +1

    Hey man, I came to youtube to subscribe and thank you for the amazing videos, ill keep watching from RSS. Looking forward for more golang. ❤

    • @BekBrace
      @BekBrace  2 месяца назад +1

      @@Alexander-d7s3j Thanks a lot Alex for the support , expect more GO tuts in the future 🙂

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

    Great as always. Great to have now the possibility to compare same app done with both rust and golang. Thank you!

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

      Exactly! Thank you very much friend for your support and feedback !

  • @Suresh-iu2tx
    @Suresh-iu2tx 2 месяца назад

    Been waiting for this. Thank you❤

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

      Happy I was able to deliver, my friend 👋

  • @장정태
    @장정태 2 месяца назад +5

    This guy is incredible!

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

      @@장정태 🙂‍↕️🙏

  • @jfsaraceno9265
    @jfsaraceno9265 2 месяца назад +1

    Ive been wanting to learn Go!!!!

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

      Awesome, so wait for more Go tutorials and full course on the channel soon

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

    Golang has a very pleasent syntax!

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

      yes it does, and that what i love about it - minimalistic concise and clean.

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

    Hey, Amir!
    Thank you for your video :). I know this is kind of random but I would really love to see some typed-driven (compile driven development) with Rust. If one day you find some time to do this, that will be incredible. Thanks again :)

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

      thanks a lot of for your support my friend, and i will do my best to make your request happen on the channel 🙂

  • @thisisreallyme3130
    @thisisreallyme3130 20 дней назад

    Question and maybe future video topic: what is your YT workflow like?
    What your ratio of time spent is between preparing, recording, and post work, equipment used. Like how we could (if we had a topic) emulate your workflow. Most YTers make coding content that requires watching from a PC with a big monitor, but you have this nice zoom effect on your sourcecode, and talk about the code in specifics (not just saying "this and that"), which really helps those of us who are multitasking on some other thing, or watching on a phone. Thanks.

    • @BekBrace
      @BekBrace  20 дней назад

      Hi there 😊 Sure, no problem 👍

  • @NarutoUzumaki-x5i3l
    @NarutoUzumaki-x5i3l 2 месяца назад

    Amazing buddy ❤️ 👏..

    • @BekBrace
      @BekBrace  2 месяца назад +1

      @@NarutoUzumaki-x5i3l Thank you 🙏🙂

  • @thisisreallyme3130
    @thisisreallyme3130 22 дня назад +1

    Also: Atari 1200XL is where I learned to code 😊

    • @BekBrace
      @BekBrace  22 дня назад

      @@thisisreallyme3130 we're in the Atari club

  • @ei5586
    @ei5586 2 месяца назад +1

    Hi Amir, cannot find your GitHub repo for this project. Will you make it available later on? On the other hand, I’m also comparing it with the rust version and I see that go is syntax is shorter and a lot of the work is done behind the curtains while with rust is necessary to specify al the steps. Obviously the use of the 2 programming languages depends from the area / project as Rust give you the full control of everything while Go make your life simpler in this sense. Cheers

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

      @@ei5586 I couldn't say it better my friend, I'm gonna post a short audio podcast comparing between both languages and I'll give you my opinion on both. GitHub is set to private, I'll open it to Public 🙂

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

      @@BekBrace please share the link of the podcast once it will be ready. I’ll looking for it! Cheers

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

    ❤️

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

    🙏👏

  • @sany2k8
    @sany2k8 2 месяца назад +1

    Good content 👍 subscribed your channel

  • @vladyslav-py-js-go
    @vladyslav-py-js-go 2 месяца назад

    Nice lesson 😁 But that's too much for me, I still haven't learnt Rust and C properly 😅

    • @BekBrace
      @BekBrace  2 месяца назад +1

      You can do it!

  • @themarksmith
    @themarksmith 2 месяца назад +1

    Excellent stuff, really interested in CLI apps with go/TUI!

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

      Glad to hear 😊 This is TUI not CLI though 🙂

  • @sany2k8
    @sany2k8 2 месяца назад +1

    Blank identifier(_) also present in python

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

      yes you're right, it slipped my mind :)

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

      also in typescript and I believe in c# not sure about the last one