AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to HTML Xify Your Go Web Server
Go is a very simple way to build web apps. The Go standard library HTML template package documentation can be used as a house to generate HTML on the server. You need to make sure you keep your controllers really skinny, don't have too much business logic leaking in. I actually find myself grinning and quite happy when the thing that you think is going to work just does. It's really satisfying. Never has that happened to me with React.