Yoojin Kothisisyoojin.hashnode.dev·Nov 14, 2024InstallationBuilding SPA with Django and HTMX, tailwind What I will do: Install packages for the project Create a Django project app and set up templates and static at the project level Create an app tracker with Tailwind Set up basic templates for Htmx In...DiscussSPA for Python developers#django-tailwind
Didik Tri Susantoblog.didiktrisusanto.dev·Nov 11, 2024FeaturedBuilding Simple Real-Time System Monitor using Go, HTMX, and Web SocketI was finding a fun project to work with Go, HTMX, and Tailwwindcss and ended up built a simple real-time web based system monitor with the power of web socket. Here’s the result. It shows system information, memories, disk, CPU, and running process...Discuss·15 likes·252 readsGo Language
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 ...Discuss·1 like·43 readsBuilding a chat system that scaleshtmx
Nicolas Fränkelfrankel.hashnode.dev·Oct 24, 2024Summary of the AJAX frameworks comparisonIn previous weeks, I've analyzed several libraries and frameworks that augment the client with AJAX capabilities. Vue.js Alpine.js HTMX Vaadin In this post, I'll compare them across several axes. Analysis Frontend skills: Remember that I sta...DiscussVue.js
Didik Tri Susantoblog.didiktrisusanto.dev·Oct 18, 2024Unemployed #10 - HTMXNo update on the job hunting today. An ex coworker gave me a job vacancy from Switzerland and didn’t took any action yet. Decided to continue on my playground building a short url service using Go. The first one was how to implement templ in go as vi...Discuss·42 readsUnemployed JournalCareer
NITYOM TIKHEnityomrr.hashnode.dev·Oct 14, 2024Introduction to HTMX: A New Way to Build Web ApplicationsIn the rapidly evolving world of web development, new tools and frameworks emerge almost daily to simplify tasks and enhance user experience. One such powerful tool that has gained significant attention is HTMX. If you’re looking to build highly inte...Discuss·1 likeWeb Development
Nicolas Fränkelfrankel.hashnode.dev·Oct 10, 2024Augmenting the client with HTMXThis post is part of a series comparing different ways to implement asynchronous requests on the client to augment the latter. So far, I described the process with Vue.js and Alpine.js. Both are similar from the developers' point of view: they involv...Discusscoding
Alexander Codesalexandercodes.hashnode.dev·Sep 23, 2024Building a Code-Sharing DApp with FastHTMLIntroduction FastHTML is a new Python framework for developing interactive web applications. It's based on HTMX, and purportedly "scales down to a 6-line python file, and scales up to complex production apps". I'm excited to see if I can use it to bu...Eldar Ahmadov and 1 other are discussing this2 people are discussing thisDiscuss·10 likes·231 readsfasthtml
Pavel Osadchukxakpc.info·Sep 2, 2024Extending Visual Studio 2022HTMX is becoming extremely noisy in the web development world. It seems that more and more personal projects adopt it to simplify things. But recently, I noticed increasing adoption in corporate environments. Internal websites and even some public pr...Discuss·1 like·209 readsvsix
Ayman Patelaymanace2049.hashnode.dev·Aug 27, 2024HTMX for Python: Introducing FastHTML🔥 A new minimalistic Python implementation to creating web apps! FastHTML, which can be started with a 6-line Python script. But can scale in creating complex web applications with no full-page reloads thanks to HTMX. 🚀 It is small and fast thank...DiscussWeekly Tech NewsPython