Nguyen Engineernguyengineer.dev·Nov 9, 2024Series Building a Chat System that Scales: A Developer's JourneyA Developer's Journey I've always wanted to build a chat system, just for the joy of it. The original plan was simple: set up an old HP Elitedesk as a server, NAT the ports, point a domain to it, and share it with friends. But as I looked at today's ...1 like·45 readsBuilding a chat system that scaleshtmx
The Murphthemurph.hashnode.dev·Jun 11, 2024FeaturedBuilding Reusable Modals with HTMX, templ, and GoI am writing a website using HTMX and Go and I needed a simple and repeatable solution to show different types of modals to the user from the backend; primarily a confirmation modal where the user is required to click another button to confirm the ac...18 likes·1.6K readsGo Language
Vic Shóstakkoddr.hashnode.dev·Nov 4, 2023🔥 Big update: the Gowebly CLI now supports TemplI've released a big update to the Gowebly CLI project in v1.5.0 which includes Templ support for built-in net/http and all Go web frameworks: Fiber, Chi, Echo, and HttpRouter. ✨ https://dev.to/koddr/big-update-the-gowebly-cli-now-supports-templ-3gog ...golang