► 33% OFF on my Go + HTMX + Templ Course PRESALE bit.ly/3UFruxO ► Full Projects, Mini courses, Resume reviews, and Coaching thetotalcoder.com ► Join my Discord community for free education discord.com/invite/Ac7CWREe58 ► 60% OFF on my Golang course fulltimegodev.com Thanks for watching
UPDATE: His GitHub profile has been active, with lots of commits to private repos from Sep 6 - Sep 16. My guess... he's just busy at the moment, and that's life.
I'm not sure if I'm in a bubble or something, but GO seems like its gonna skyrocket. I'm not a big javascript or Java dev, but man is Go smooth and fun. With things like Superkit that make it even more easy, I don't see why would anyone use anything other than Go. GG Anthony, really well played.
First time to see someone making a real thing with go. It does remind me on laravel structure a little bit, but I do see some best practices in go here. Nice.
nice idea, similar what another youtuber sells for 200$, but for JS, it's called shipfast, which also includes all sorts of integrations (stripe, tailwind I guess, malgun, magic link for registration, around 20 themes etc.)
Are you aiming for this to be horizontally scalable? I love pocketbase but its main downside is that you cant scale it 1. Because db is sqlite but 2. Because the way its architectured in terms of its lifecycle events
For people learning Go and don't want to compare all the web frameworks, why do you choose Chi over alternatives? You have probably already done all the testing of different frameworks and picked Chi as a favourite for a reason :o
I am doing my first golang project and I'm trying to get access to user email inboxes using microsoft graph api. Would you have any idea on how to start that?
When i made an app in go using Templ views and navigated, i could always notice a delay in setting the title under headers. the page always loaded before the title
Hi Anthony, I like your content, I see you use Windows as the primary OS and WSL. Can you share the development setup that you did on your PC? 😄 Thanks
Your videos are amazing, and your teaching style is excellent! However, I noticed that the content is more suited for those who already have experience with the language. As I’m just starting out, could you recommend a training or course more suitable for beginners? It can be on TH-cam.
probably looks like to php frameworks like laravel or symfony, but i can tell you for frontend js destroy every thing on this side, so i don't think a good idea using go lang in client side
What's going on with the email notification? I'm curious because I ran into the same problem in a web app I built last year in go and figured out a solution so maybe I can help
Teach me. Upload tutorials, I need to know how to code How to swap out some elements of the framework, I would like to build an app with a htmx auth, svelte for the rest of the ui and different packages to handle different parts, like admin and user land, three binaries, that's auth, admin and then the ui in js bundles
Honestly, almost all Golang tutorials/videos are spreading all those ..., let's say, "uncomfortable" patterns like Go developers are discovering terrible PHP frameworks from the end of 00s for their first time. Golang is the new PHP. I mean, I see no reason why this is better than Rust or Java/C#. I'm not even talking about the language itself only, but the frameworks and environment. Too simple and straightforward solutions are not scalable
► 33% OFF on my Go + HTMX + Templ Course PRESALE bit.ly/3UFruxO
► Full Projects, Mini courses, Resume reviews, and Coaching thetotalcoder.com
► Join my Discord community for free education discord.com/invite/Ac7CWREe58
► 60% OFF on my Golang course fulltimegodev.com
Thanks for watching
1:13
"zoom in for the blind homies" got me XD
haha was about to write that comment :D
xDD that was brillant
I actually have been playing with thid Templ, golang, htmx, tailwind stuff lately. I'm so exited about this project. I'll definitely try it out
Anthony, FFS... let us know you're good, my man. A simple thumbs up or something. Regardless, I hope you're well and kicking ass.
UPDATE: His GitHub profile has been active, with lots of commits to private repos from Sep 6 - Sep 16. My guess... he's just busy at the moment, and that's life.
My exams will be over on 20th.. I'll contribute to this project after that.. Let's make this the best framework ever!!
coming from laravel, this makin me excited
I love this framework already from the demo
How's it going?
I'm not sure if I'm in a bubble or something, but GO seems like its gonna skyrocket. I'm not a big javascript or Java dev, but man is Go smooth and fun. With things like Superkit that make it even more easy, I don't see why would anyone use anything other than Go. GG Anthony, really well played.
Miss your videos man
This is amazing! I'll be using this soon.
"zoom in for the blind homies" thanks soo much bro my eyes are bad it really helped
Go deserves a Rails like framework to skyrocket in usage. Looks promising.
First time to see someone making a real thing with go. It does remind me on laravel structure a little bit, but I do see some best practices in go here. Nice.
I think it will become the best Go framework for building web application in near future ❤🎉
Bro, missed a ton 'cause of exams! This looks 🔥 Gotta catch up and jump in on this.
Finally I found a good config for HTMX, tailwind and go chi.
Now I can plug this into my my blog 💜
Amazing - keep up the GREAT work
Nice work my dude! 🤙
Love your honesty and video man. You are such a great inspiration. What type of headphones do you use please?
Sony. WH1000xM4
This is amazing. I'll definitely be using it.
This is exactly what golang was missing
This is dope. Going through some of this stuff with my HTMX projects now, will take a look and consolidate my efforts here if possible.
I promise to make at least 2-3 projects in next 70 days using this kit !
Lekker Tony!!
nice idea, similar what another youtuber sells for 200$, but for JS, it's called shipfast, which also includes all sorts of integrations (stripe, tailwind I guess, malgun, magic link for registration, around 20 themes etc.)
Are you aiming for this to be horizontally scalable? I love pocketbase but its main downside is that you cant scale it 1. Because db is sqlite but 2. Because the way its architectured in terms of its lifecycle events
You can use msql or something else as well
well done 💯
Why aren't generics being used for the event handler payloads?
You cant.
Great work
hey Anthony - amazing work!
Is there any video where you show how you crafted this app/program/tool/framework?
Most of those long videos are on my skool page
I would love to see, how to build a vpn with golang!
Can I add a terraform aws ecs or ec2 deployment automation as a contribution?
Fork it! I had the same thought
everyone wants to be dhh
Very cool, good work!
looks cool, would like to contribute just wanted to ask is this planned to become something like go-blueprint or do we have a diffrenet vision here??
Does it come with a REST library like Echo or Fiber, or is it just using standard libraries for http?
You are my Go savior
Hello Anthony ! are you alright ?
Time to get it on par with Laravel, time to write PRs
Hi, this project looks amazing and is exactly what we were looking for!
will it be open to contributions?
This is great. Thank you
Hey Anthony are you fine ? i really miss you dude
awesome idea and tutorial would be great on this with HTMX
For people learning Go and don't want to compare all the web frameworks, why do you choose Chi over alternatives? You have probably already done all the testing of different frameworks and picked Chi as a favourite for a reason :o
I am doing my first golang project and I'm trying to get access to user email inboxes using microsoft graph api. Would you have any idea on how to start that?
WOW is right! Can it use shadcn?
Looks cool
what do you recommed i know before using this new framework superkit
Anthony, where are you?? Waiting for your new content..
i was using templ + htmx with echo or fiber but i guess i'm excited to try it with chi
Do you plan to write tests?
Amazing, thank you.
Not so sure if I have enough expertise but I would like to contribute! Is it possible Anthony?
When i made an app in go using Templ views and navigated, i could always notice a delay in setting the title under headers. the page always loaded before the title
Very 😢 nice. I like to contribute this kind of project.
Hi Anthony,
I like your content, I see you use Windows as the primary OS and WSL. Can you share the development setup that you did on your PC? 😄
Thanks
Love it ❤
Why not contribute to pocket base instead... I mean... It's already there and open source
Pocketbase is not a framework
Hey man I hope you are allright.
Your videos are amazing, and your teaching style is excellent! However, I noticed that the content is more suited for those who already have experience with the language. As I’m just starting out, could you recommend a training or course more suitable for beginners? It can be on TH-cam.
Hello Anthony! Your Discord link is broken. Please update it, thanks!
Add sqlc to the kit and im on board
Planned
looks promising
what pocketbase should've been
probably looks like to php frameworks like laravel or symfony, but i can tell you for frontend js destroy every thing on this side, so i don't think a good idea using go lang in client side
Beautiful
Is this your gothkit renamed?
Hey bro i love it realy
What's going on with the email notification? I'm curious because I ran into the same problem in a web app I built last year in go and figured out a solution so maybe I can help
Email confirm not implemented yet
Teach me. Upload tutorials, I need to know how to code
How to swap out some elements of the framework, I would like to build an app with a htmx auth, svelte for the rest of the ui and different packages to handle different parts, like admin and user land, three binaries, that's auth, admin and then the ui in js bundles
no more gruvbox theme 😥
Thank, is it free? I'd like try
I like what I see
O M G! How to put two likes??
Laravel Ultimate version ... bruhhhhh ....
Honestly, almost all Golang tutorials/videos are spreading all those ..., let's say, "uncomfortable" patterns like Go developers are discovering terrible PHP frameworks from the end of 00s for their first time. Golang is the new PHP. I mean, I see no reason why this is better than Rust or Java/C#. I'm not even talking about the language itself only, but the frameworks and environment. Too simple and straightforward solutions are not scalable
It look like Laravel, in more simple
Lol you are criticising everything outside of go and then you just recreate famous frameworks in go... 😅
Good stuff. 100% gonna give it a try and see how far I can push it. 👍
Really cool Stuff!
Let's get videos on building a SaaS on it? o.o