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
Shikhar Shuklashikhar99.hashnode.dev·Aug 7, 2024Exploring HTMX: Enhancing Web Development with Interactive Mini ProjectsHTMX is a powerful library that allows developers to create dynamic web applications with ease, leveraging the full potential of HTML attributes. By using HTMX, we can handle server requests directly from HTML elements, making our applications more r...85 readsWeb Development
DonvitoCodesblog.donvitocodes.com·Jul 5, 2024No JavaScript, No Problem! Building Web Apps with HTMX and GoIn this tutorial, we'll dive into using HTMX with Go to create a simple dynamic web application without the need for JavaScript. Our example will focus on a translation service application, demonstrating how to leverage HTMX to make API calls to a Go...2 likes·374 readsLearn Gogo-htmx