Golang + HTMX - Creating a Go webserver / HTMX Integration / Template Fragments

Sdílet
Vložit
  • čas přidán 15. 06. 2024
  • Playlist ▶️: • Go Programming
    In this video, we'll explore how to integrate HTMX with the Go programming language on the server.
    We'll cover:
    - how to setup a webserver with the Go net/http package
    - how to define routes and handlers with the HandleFunc function
    - how to return HTML templates with the html/template package
    - using HTMX to submit form data to the server
    - swapping HTML responses into the document from our Golang handlers
    - using template fragments to return blocks of HTML from a parent template
    Final code can be found on this Github repository:
    github.com/bugbytes-io/htmx-g...
    ☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
    To support the channel and encourage new videos, please consider buying me a coffee here:
    ko-fi.com/bugbytes
    Playlist ▶️:
    • Go Programming
    📌 𝗖𝗵𝗮𝗽𝘁𝗲𝗿𝘀:
    00:00 Intro
    01:32 Creating a web server in Golang
    03:28 Defining server URL and handler function with http.HandleFunc
    06:31 Rendering template from Golang functions
    09:40 Adding Context Data to templates
    11:21 Displaying server data in templates
    13:44 Styling list with Bootstrap 5
    15:34 Submitting form with HTMX hx-post attribute
    19:44 Extract Submitted Data from POST request in handler function
    21:03 Returning HTML from Golang handler function
    24:03 Using hx-target to swap content into targeted DOM element
    26:51 Displaying feedback during request with hx-indicator
    30:37 Template Fragments in Golang
    𝗦𝗼𝗰𝗶𝗮𝗹 𝗠𝗲𝗱𝗶𝗮:
    📖 Blog: bugbytes.io/posts/
    👾 Github: github.com/bugbytes-io/htmx-g...
    🐦 Twitter: / bugbytesio
    📚 𝗙𝘂𝗿𝘁𝗵𝗲𝗿 𝗿𝗲𝗮𝗱𝗶𝗻𝗴 𝗮𝗻𝗱 𝗶𝗻𝗳𝗼𝗿𝗺𝗮𝘁𝗶𝗼𝗻:
    Install Go: go.dev/doc/install
    Go ‘Hello World’: gobyexample.com/hello-world
    Go net/http package: pkg.go.dev/net/http
    Go html/template package: pkg.go.dev/html/template
    Go templates: golangforall.com/en/post/temp...
    HTMX Install: htmx.org/docs/#installing
    HTMX Swap Methods: htmx.org/docs/#swapping
    Bootstrap 5 CDN: getbootstrap.com/docs/5.3/get...
    Bootstrap Spinner: getbootstrap.com/docs/5.2/com...
    #golang #htmx #webdevelopment

Komentáře • 327

  • @elhaambasheerch7058
    @elhaambasheerch7058 Před 11 měsíci +170

    I would love to see a bigger project with HTMX + GOLANG that uses databases, great content man!

    • @bugbytes3923
      @bugbytes3923  Před 10 měsíci +21

      Definitely coming up! Thanks for commenting!

    • @Ash-qp2yw
      @Ash-qp2yw Před 10 měsíci +1

      This should be simple enough to do -- have your endpoints make sql queries. I tend to split it up into "endpoint code" and "database query code" and just call my db insert/select functions from the endpoint function

    • @paranoia77
      @paranoia77 Před 9 měsíci

      When will it release?? I'm looking forward to it!@@bugbytes3923

    • @qwoolrat
      @qwoolrat Před 8 měsíci

      seems not that hard as long as you know GORM

    • @paradiseonheaven
      @paradiseonheaven Před 8 měsíci

      i mean there's angular + go with databases. isnt it same? dont you just need to do the same?@@qwoolrat

  • @smyrnian_
    @smyrnian_ Před rokem +233

    More Golang + HTMX please!

  • @mentotong9652
    @mentotong9652 Před 10 měsíci +11

    Great content! Your django+htmx content has helped me building an interactive web app for a national hospital without the need of JS frontend framework. It is currently used by the hospital and I am still enriching or improving the web app bit by bit. Now with GO, really helps me to learn new PL with different perspectives and approaches to tackle some of the Python issues. Would love to see more GO contents. Thanks a million.

    • @bugbytes3923
      @bugbytes3923  Před 10 měsíci

      Thank you! That's amazing to hear that you're using Django + HTMX in such a cool way for the hospital!
      Thanks again for the nice comment, and I'll try and add more Go content soon.

  • @benderino42
    @benderino42 Před 10 měsíci +15

    I'm new to Go and HTMX. The majority of the time I work with React/Node.js project. I was looking for a quick overview of these technologies. This video is exactly what I was looking for. In my opinion, it's a great intro. Thanks! Looking forward to seeing more advanced videos.

    • @bugbytes3923
      @bugbytes3923  Před 10 měsíci +3

      Thanks! Glad to hear you liked this video. HTMX + Go is a cool combo! I'll have more coming out from September onwards.

    • @clintoka
      @clintoka Před 5 měsíci +1

      I'm in the same position! React mostly. So interested to see more about htmx and go...

  • @darthcabs
    @darthcabs Před 5 měsíci

    Love your way of teaching! Straight to the point, but going step by step, and doing everything by hand, rather than pasting blocks of code. Congratulations!

    • @bugbytes3923
      @bugbytes3923  Před 5 měsíci

      Thanks a lot, that means a lot! Glad you like the approach.

  • @geoblk3000
    @geoblk3000 Před 5 měsíci +2

    This is one of the most concise and straight to the point tutorials on Go + HTMX and templating on CZcams!

    • @bugbytes3923
      @bugbytes3923  Před 5 měsíci +1

      Thanks a lot! Glad to hear that, really appreciate the comment - cheers!

  • @speedTurtle
    @speedTurtle Před 10 měsíci +3

    Stopped at 6:38 to say how excellent this video is, from a beginner's perspective.

    • @bugbytes3923
      @bugbytes3923  Před 10 měsíci +1

      Thanks a lot, really appreciate that!

  • @avithedev
    @avithedev Před rokem +35

    HTMX + Go series is absolutely necessary
    Subbed 🙌

    • @bugbytes3923
      @bugbytes3923  Před rokem +5

      Thanks a lot! Appreciate it - will work on some new content for this.

    • @oluwaseunomotosho6812
      @oluwaseunomotosho6812 Před 11 měsíci +1

      very very necessary

    • @MaybeBL1TZ
      @MaybeBL1TZ Před 11 měsíci +1

      @@bugbytes3923 True it's very necessary specially with a better file structure and a cleaning code + i subbed

  • @ZorroRBF
    @ZorroRBF Před 8 měsíci

    This video is a master piece. I watched it a week ago with little knowledge of HTMX and no knowledge of GO templates. After learning more about the two subjects, I saw this video again and it is great! Thx a lot! Really good job!

    • @bugbytes3923
      @bugbytes3923  Před 8 měsíci

      Thanks a lot for that, delighted to hear it and thanks for watching!

  • @FirdausAziz
    @FirdausAziz Před 9 měsíci +1

    I appreciate that you explained certain terms or concepts in relation to Django. It really helps put things in perspective. This is one of the most understandble Go video I've seen. Thank you. I hope to see more. Especially with something along Fiber + GORM. Because from my readings that are the nearest combination to Django.

    • @bugbytes3923
      @bugbytes3923  Před 9 měsíci

      Thank you, glad to hear that's useful! Fiber + GORM are definitely on my list. Definitely important to know a bit about the database/sql package as a starting point though, but I'll expand on this soon. Thanks again!

  • @user-qs3vs2gb7z
    @user-qs3vs2gb7z Před rokem +23

    Thanks a lot! Very cool video. I'm just dealing with a bunch of GO and HTMX! Looking forward to more videos on this topic! You're doing great!

    • @bugbytes3923
      @bugbytes3923  Před rokem +1

      Thanks! I'll look into some more Go + HTMX stuff. And some more Go in general!

  • @baz5719
    @baz5719 Před 6 měsíci +1

    This was such a great video! Appreciate the thorough and straightforward explanation as we went along. Interested in more Go content. Keep up the great work.

    • @bugbytes3923
      @bugbytes3923  Před 6 měsíci

      Thanks a lot - really glad to hear it was useful! Thanks for the comment 🙏

  • @20dareason09
    @20dareason09 Před 11 měsíci +1

    A great video! Clear, concise, and helpful! Looking forward to the series!

    • @bugbytes3923
      @bugbytes3923  Před 11 měsíci

      Thanks a lot! Hoping to get it prepared in the next month and start releasing.

  • @catcatcatcatcatcatcatcatcatca
    @catcatcatcatcatcatcatcatcatca Před 11 měsíci +3

    This seems like an awesome introduction to both golang and HTMX - can’t wait to try this!

  • @benyaminyakobi3652
    @benyaminyakobi3652 Před 22 dny +2

    Just got started with Golang & HTMX
    Thanks for the great content, perfect demo project for beginners!

    • @bugbytes3923
      @bugbytes3923  Před 22 dny +1

      Awesome, thanks! Good luck with Go and HTMX!

  • @willdurant141
    @willdurant141 Před rokem +1

    You are constantly anticipating what I want to learn. This is great.

  • @MHasnain2663
    @MHasnain2663 Před 9 měsíci +2

    This was so straightforward and easy to understand. Thank you!

  • @BbB-vr9uh
    @BbB-vr9uh Před 6 měsíci

    Awesome video! Loved how you show each piece in detail before moving onto the next piece.

  • @maximofernandez196
    @maximofernandez196 Před 3 měsíci

    12:20 Btw, if you guys happen to be iterating over an array, you must use {{ . }}
    That means that it would just use the data as is. If you send a slice, say "Slice": { "hello", "world"}
    it should be something like this
    {{ range .Slice }}
    {{.}}
    {{end}}
    that should print hello and world in separated lines.
    I suppose that's also why you use .Slice, because you send a map, so the point represents that particular map.
    Also, I don't know if that changed, but right now hot reloading works, so it's not neccesary to restart the server everytime you make a change.
    This is a beautiful and fast tutorial. Thank you so much, and also thank you for sharing the links for learning further.

  • @anujtyagi8173
    @anujtyagi8173 Před 8 měsíci +2

    More such Go tutorials appreciated. Also, group GO tutorials into a playlist like you've created for Python.

  • @ThomasSchlosser
    @ThomasSchlosser Před 6 měsíci

    Excellent video. You hit the spot for my current demand. Exactly the right steps for the compile cycles, concise language. Top. Thank you!

    • @bugbytes3923
      @bugbytes3923  Před 5 měsíci

      Awesome to hear that, thanks for the comment!

  • @stevemccauley
    @stevemccauley Před 9 měsíci

    This is a fantastic video, with a lot of great Go server and template stuff. You gave a great explanation of how HTMX works, e.g. with hx-target, and the template fragment looks to be something that will be really useful. I've subscribed to see more HTMX with Go. Thanks!

    • @bugbytes3923
      @bugbytes3923  Před 9 měsíci

      Thanks a lot! Will do a proper project with Go + HTMX soon!

  • @josesimoes3478
    @josesimoes3478 Před 9 měsíci +1

    Great video!! Very concise and educational!! Exactly the level of detail I would pike to see in videos!

  • @jasonmucio6067
    @jasonmucio6067 Před 5 měsíci

    Great video! I like your consistent flow, which makes the content easy to follow. I'd love to see more a more involved project. 👍

    • @bugbytes3923
      @bugbytes3923  Před 5 měsíci +1

      Thanks a lot, still preparing some new Go + HTMX stuff for a more involved project - hopefully will release soon!

  • @angstrom1058
    @angstrom1058 Před 4 měsíci

    This is great, thank you. Good pace, lots of info, no fluff. Love it. I would like to impose upon you... please, more. :)

  • @ahmettek315
    @ahmettek315 Před rokem

    Thanks! I started checking HTMX with Go just an hour ago and surprisingly found your video that is published 16 hours ago. I am lucky. Though htmx itself was easy, you made that surely easier :) Thanks again.

  • @pseabrook
    @pseabrook Před rokem +3

    Fantastic content dude! Extremely clear and informative.

    • @bugbytes3923
      @bugbytes3923  Před rokem

      Thanks a lot Peter. Glad it was clear and thanks for watching!

  • @licokr
    @licokr Před 2 měsíci

    Great tutorial, easy to understand and perfect explanation! Thanks a lot!

  • @garbagechannel6514
    @garbagechannel6514 Před 9 měsíci +1

    this is very well explained, thank you. i love the simplicity of the whole system too

  • @markopavlovic2597
    @markopavlovic2597 Před 10 měsíci

    Very good introduction 👏
    Awesome you posted all the valid reference links 💪

  • @timbrockley
    @timbrockley Před 7 měsíci +3

    Great introduction - you covered a lot of useful coding techniques in an easy to understand way :)

  • @michalbotor
    @michalbotor Před 5 měsíci

    this is really elegant!
    your presentation is great, and i came here for go, but i'm super impressed with htmx!

    • @bugbytes3923
      @bugbytes3923  Před 5 měsíci

      Thanks a lot for the comment! Great to hear - and yeah, HTMX is cool!

  • @MarcusHammarberg
    @MarcusHammarberg Před 8 měsíci

    Brilliant teaching at neck breaking speed! I love it

  • @TheKer7
    @TheKer7 Před 5 měsíci

    Prime's talk of Go+hx got me here. Great content and explanations!

  • @AmoahDevLabs
    @AmoahDevLabs Před rokem +2

    I've watched this video over and over again and it is very interesting. I suggest we continue with this and do more with Go lang.

    • @bugbytes3923
      @bugbytes3923  Před 11 měsíci +1

      Thanks a lot! I think some more Go will be coming up soon!

    • @AmoahDevLabs
      @AmoahDevLabs Před 11 měsíci

      @@bugbytes3923 Wonderful 😊. I can't wait for more Go stuffs 😁

  • @jedi2light
    @jedi2light Před měsícem

    Thank you for that type of content, really, I appreciate such a series of videos! Golang and HTMX is currently the stack of technologies I want to learn to gain some valuable experience, so really thank you for you job 🥰

    • @bugbytes3923
      @bugbytes3923  Před měsícem

      Thanks a lot, glad it was helpful! Good luck on your journey with Go!

  • @FrostlightX
    @FrostlightX Před 8 měsíci

    Thank you, HTMX + GO is exactly what I'm looking for, keep 'em coming

  • @fersalamanca2606
    @fersalamanca2606 Před 8 měsíci +2

    Amazing content man. Really looking forward to a bigger project tutorial of Go + HTMX, maybe with some ORMs and migrations? Thanks for your efforts!

  • @FedericoPedemonte
    @FedericoPedemonte Před 4 měsíci

    great video, thanks! As a Go lover and JS hater I think I'm gonna love HTMX 🙂

  • @AgustinLencina96
    @AgustinLencina96 Před 11 měsíci +1

    niceee I will wait for a Go + htmx series!

  • @Ego_Maritm
    @Ego_Maritm Před rokem +3

    Amazing. I have been getting hands-on with Golang, and this is really beneficial. Again, thanks, bro💪

    • @bugbytes3923
      @bugbytes3923  Před rokem

      Thanks a lot! Good to mix it up a bit from Python.

    • @AliHassan-wc6nb
      @AliHassan-wc6nb Před rokem

      ​@@bugbytes3923 greetings!
      What would you suggest/what to choose for scalable applications? MOJO, GO or python Django!
      Great work bro!

    • @bugbytes3923
      @bugbytes3923  Před rokem

      @@AliHassan-wc6nb I haven't tried Mojo yet - you? Any good?
      To be honest, I think all can be scalable if used properly. Go has some advantages in speed, ease-of-concurrency over Python, but I think both languages are fine for 99% of web backends (if used properly). Software architecture can be a bigger factor than the language, imo.

  • @0ktothorp
    @0ktothorp Před 8 měsíci +1

    This is exactly what I wanted to learn lately. Thanks! 😁

    • @bugbytes3923
      @bugbytes3923  Před 8 měsíci +1

      You're welcome, thanks a lot for the comment!

  • @IQUBE
    @IQUBE Před 10 měsíci +2

    Loved this video mate! Great job!

  • @christhornham
    @christhornham Před 11 měsíci +1

    Great tutorial! Thank you! I'd love to see more videos on this topic.

    • @bugbytes3923
      @bugbytes3923  Před 11 měsíci +1

      Thanks a lot! I'll try extending this soon into a larger HTMX + Go app!

  • @Gusto20000
    @Gusto20000 Před 8 měsíci

    Why does it feel like I went back 10 years and watching Angular 1 tutorial. Thank you for the video anyway, it's really informative
    Edit: This is very cool, much better that Angular 1 ;) thanks

  • @mycroftholmesiv
    @mycroftholmesiv Před 4 měsíci

    This is exactly what I was looking for

  • @marju101010
    @marju101010 Před 11 měsíci +2

    It's been a long time since I've learned so much from a youtube video.

    • @marju101010
      @marju101010 Před 11 měsíci

      Thank you so much. Congrats.

    • @bugbytes3923
      @bugbytes3923  Před 11 měsíci +1

      @@marju101010 Thanks a lot, glad to hear it was helpful!

  • @jjj886dfhttgrdvjj7
    @jjj886dfhttgrdvjj7 Před 4 měsíci

    A truly brilliant video. Tyvm!

  • @muhammadadibshaharudin6978
    @muhammadadibshaharudin6978 Před 5 měsíci

    that is very detail and straightforward explanations.. great content.. Would love to see more with database.. Thank you

    • @bugbytes3923
      @bugbytes3923  Před 5 měsíci

      Thanks a lot - it's definitely coming, soon!

  • @Dettol68
    @Dettol68 Před 4 měsíci

    great teaching style - the big paste of code was a struggle at times, but otherwise, loved it! Keep doing them

    • @bugbytes3923
      @bugbytes3923  Před 4 měsíci

      Thanks a lot! (and sorry for the copy/paste!)

  • @nodidog
    @nodidog Před 8 měsíci +4

    Great video, thanks for sharing. Be aware that the method used at 21:45 won't escape user inputs, so isn't safe for use in production. The html/template package does automatically escape though, so you can just use a template and parse the data.

  • @iGageit
    @iGageit Před 3 měsíci

    Thanks for making this video! I needed it for my job lol

    • @bugbytes3923
      @bugbytes3923  Před 3 měsíci

      Thanks a lot for watching! Glad it helped.

  • @marcusk7855
    @marcusk7855 Před 8 měsíci

    Loved it. Just started learning GoLang.

    • @bugbytes3923
      @bugbytes3923  Před 8 měsíci

      Thanks a lot! Any Go requests, feel free to let me know!

  • @prashlovessamosa
    @prashlovessamosa Před rokem +3

    Thanks this is something new and fresh.

  • @jiasheanleong7918
    @jiasheanleong7918 Před 5 měsíci

    Great video! I love your explanation and how you only use the standard libraries. Keep it up.

  • @markg1netsg
    @markg1netsg Před 4 měsíci

    Really well articulated, would love to see a series on GO - Hyperscript - HTMX - thanks a lot

  • @jollygirl2978
    @jollygirl2978 Před 10 měsíci

    Well explained! Thank you sooo much! More videos like this on HTMX and Go. Would love to see an exemple with interactive table element.

    • @bugbytes3923
      @bugbytes3923  Před 10 měsíci

      Thank you very much! I'll definitely be doing some more HTMX+Go stuff soon.

  • @87zoomy
    @87zoomy Před rokem +1

    Great video. Just what I'm looking for

  • @adamtak3128
    @adamtak3128 Před 10 měsíci +3

    Would love to see more Go + HTMX + Database videos!

    • @bugbytes3923
      @bugbytes3923  Před 10 měsíci +1

      Definitely coming up soon, I'm gonna do a video on Go + databases very soon as a prelude to more HTMX stuff.

  • @darthcabs
    @darthcabs Před 5 měsíci

    Fantastic content, pal!

  • @lukehooper3435
    @lukehooper3435 Před 10 měsíci

    Nice stuff, keep it up! Golang/Gin, htmx, alpine, tailwind would be cool to see!

  • @dazealex
    @dazealex Před 6 měsíci +1

    Quite powerful for folks getting started and don't want to mess with Vue or React, though Vue is pretty simple, but still has a bit of a learning curve.

  • @JanHKila
    @JanHKila Před 3 měsíci +1

    Just great!
    Thank you.

  • @Lzadhito
    @Lzadhito Před 17 dny

    Top notch video for newcomer like me! thanks!

  • @z01d
    @z01d Před 11 měsíci

    Liked! Request for more go videos.

    • @bugbytes3923
      @bugbytes3923  Před 11 měsíci

      Thanks, they're coming, just planning some stuff now!

  • @szmonszmon
    @szmonszmon Před 10 měsíci +1

    Thanks! That was 2 technologies that I want to see together 🙂

  • @Frawkesish
    @Frawkesish Před 6 měsíci

    Super enlightening . I'm just starting to learn to after using react and node for 3months while learning to program in general 😅 this really seems like it will simplify the hell out of my life and job ..

    • @bugbytes3923
      @bugbytes3923  Před 6 měsíci

      Thanks a lot! HTMX can definitely simplify things, for sure!

  • @MonoMario89
    @MonoMario89 Před 5 měsíci +1

    really great video! dependency free content, lovely

  • @AmoahDevLabs
    @AmoahDevLabs Před rokem +1

    I thought about switching to GO lang for some of my projects but I never did that 😅. It seems you're getting started with Go. Thanks very much.

    • @bugbytes3923
      @bugbytes3923  Před rokem +1

      It's always good to check out other languages. Go is definitely a good one. Thanks!

  • @runthat
    @runthat Před rokem +1

    Thank you!! You introduced me to HTMX foreverago and I love it. 😁

    • @bugbytes3923
      @bugbytes3923  Před rokem +1

      Thanks! Definitely a cool bit of tech.
      Good FastAPI videos yourself, btw! Will check out some more 💪

    • @runthat
      @runthat Před rokem +1

      @@bugbytes3923 thank you! Working on the third in the tutorial series but I’ve gotten distracted by these 1-liner shorts I’ve been making. They’re so fun. Anyway thanks!!

  • @dizphunkt
    @dizphunkt Před 10 měsíci

    Great tutorial, thank you so much!

    • @bugbytes3923
      @bugbytes3923  Před 10 měsíci

      You're welcome - and thank you for watching!

  • @gaius100bc
    @gaius100bc Před 9 měsíci +1

    great tutorial, subscribed

  • @mlsandreas
    @mlsandreas Před rokem +1

    Thank you!!! Really interesting video!!

  • @jellyamna5521
    @jellyamna5521 Před 5 měsíci

    wow thanks u, great ever golang htmlx videos..

  • @overbyte
    @overbyte Před 3 měsíci

    Love this. Thanks man

  • @hm_webdev
    @hm_webdev Před 3 měsíci +1

    A Scotsman! 🎉 Refreshing to hear other accents.

  • @GabrielPozo
    @GabrielPozo Před 11 měsíci

    Great video!!! Thanks!

  • @kevinz1991
    @kevinz1991 Před 7 měsíci +1

    awesome video! thank you so much. subscribed :)

  • @oluwaseunomotosho6812
    @oluwaseunomotosho6812 Před 11 měsíci

    a big well done
    and
    Yes yes
    more Go+HTMX

  • @anirudhreddy9205
    @anirudhreddy9205 Před 4 měsíci

    Great Tutorial 👏👏

  • @tatemo_labs
    @tatemo_labs Před 11 měsíci

    Very interesting content, thank you.

  • @C.S.Argudo
    @C.S.Argudo Před 2 měsíci

    It took like a year of learning wtf youre saying but i kinda get it now

  • @afreebiker
    @afreebiker Před 27 dny

    Great tutorial, thanks

  • @xizt5973
    @xizt5973 Před 8 měsíci

    3 awesome things in this video. Golang, HTMX and the beautiful scottish accent

    • @jerbear7952
      @jerbear7952 Před 4 měsíci

      Yeah it's a great accent unless you are selling Purple Burglar Alarms.

  • @Tay74514
    @Tay74514 Před 11 měsíci +1

    Love your content ❤

  • @nskmptrck5492
    @nskmptrck5492 Před 11 měsíci

    Thanks a lot for this one, really 🎉

  • @pyrhockz
    @pyrhockz Před 27 dny

    Amazing tutorial thank you

  • @ChitChatLLMs
    @ChitChatLLMs Před měsícem

    Brilliant.

  • @acronproject
    @acronproject Před 9 měsíci

    Thank you for this

  • @PeterNunnOZ
    @PeterNunnOZ Před 11 měsíci +2

    Great video, thanks heaps. Glad I found it through Go Weekly. Is there a way to clear the form once the post is done? I'm sure there is, but worth an ask.

  • @nixoncode
    @nixoncode Před 10 měsíci +1

    htmx+go just rocks!

    • @bugbytes3923
      @bugbytes3923  Před 10 měsíci

      I'm excited to make more videos on it - it's a cool combo!

  • @danielsemerjyan513
    @danielsemerjyan513 Před 4 měsíci +1

    Very interesting

  • @TerenceKearns
    @TerenceKearns Před 10 měsíci +1

    I didn’t know this would be so easy. Beats the fell out of server side js frameworks.

    • @bugbytes3923
      @bugbytes3923  Před 10 měsíci

      Thanks a lot, really appreciate that! :)

  • @bisadk2284
    @bisadk2284 Před rokem +1

    Really grateful for all your valuable tutorials. I will be really helpful If you shows us how to create dynamic multistep form using Django since no other youtube have any tutorial related to this topic

    • @bugbytes3923
      @bugbytes3923  Před rokem

      Thanks a lot!
      I'll have a think about that one. Do you have any examples in mind? I can maybe try and make something.

  • @mrwhatwhat15
    @mrwhatwhat15 Před 5 měsíci

    More go videos please :)

  • @oussamasethoum1665
    @oussamasethoum1665 Před 11 měsíci +1

    More of this content please talk about the hx-boost and how to navigate between pages.

    • @bugbytes3923
      @bugbytes3923  Před 11 měsíci +1

      Good idea, will add to the list! Thanks.

  • @norunners_
    @norunners_ Před 7 měsíci +1

    Nice tutorial. My only critique is to not parse templates per request, it should be done once on startup and then reused throughout.

    • @bugbytes3923
      @bugbytes3923  Před 7 měsíci +1

      Thanks a lot for that tip! That's definitely a better approach, an oversight on my part - thanks again!

  • @jcbritobr
    @jcbritobr Před 10 měsíci

    Nice stuff

  • @archibaldivanovich4103
    @archibaldivanovich4103 Před rokem +1

    🔥🔥🔥

  • @thomasguttler5179
    @thomasguttler5179 Před 5 měsíci

    Thank you! I would like to see a video about the Golang package "Bob" for databases.

    • @bugbytes3923
      @bugbytes3923  Před 5 měsíci

      Thanks for the suggestion, will have a look into it!