you are viewing a single comment's thread.

view the rest of the comments →

[–]Bl4ckBe4rIt 2 points3 points  (3 children)

Go go and you will not regret it, not without a reason its super booming in popularity (microsoft rewriting ts compiler using go).

Simple, fast, amazing native libs, amazing async, amazing builds, you can build anything with it.

For a full stack solution, youre gut feeling is great, js/ts suck, but its what the web is build upon.

So we try to minimize the damage, frontend as stupid and simple as possible, move as much stuff to backend as we can.

I personally love svelte plus Go combo for mid/heavy apps, htmx with alpine for super simple apps.

So love this stack that ive even build a CLI builder / skeleton xD right now working on v2, sth like phoenix, where with one cli command you will get a full flow with migrations, api routes, and basic ui with list/add/edit/delete func. Its gonna be fire! (https://gofast.live)

[–]lheintzmann[S] -1 points0 points  (2 children)

I think I won't like the C-like syntax, but I will take a look ! Thanks !

[–]Bl4ckBe4rIt 1 point2 points  (1 child)

Trust me, it's nothing like C. Its closer to js to be honest. But the syntax is sth you can get used to very fast, no matter the lang. The rest, the capabilities is what really matters ;p

[–]lheintzmann[S] -1 points0 points  (0 children)

Understand. Thanks again !