Asfak Ahmedasfakahmedsblog.hashnode.dev·Sep 27, 2023Dynamic Web Pages Without JavaScript? - Intro to HTMXHTMX এর শুরু HTMX প্রথমবারের প্রকাশ করা হয়েছে ২০১৮ সালে। এক প্রকারের কনসেপ্ট হাতে এনেছেন ব্রাইন ফোর্ড (Bryan Ford) এবং তার দল। এটি ওয়েব ডেভেলপমেন্টের জন্য একটি নতুন পদ্ধতির অনুভূতি প্রদান করতে হয়েছে, যা ডাইনামিক পৃষ্ঠা লোডিং এবং ইন্টারঅ্যাক্টিভিটি...Discuss·32 readsHTML
Amanpreet Singhblog.amanpreet.dev·Sep 22, 2023Why Every Web Developer Should Know HTMX?Introduction In an era dominated by front-end frameworks like React, Angular, Vue, and Svelte simplicity can often feel like a lost art. Enters HTMX - a lightweight, yet powerful, javascript library that dares to reimagine the way we think about mode...Discuss·1 like·32 readshtmx
Tobi DEGNONtobidegnon.hashnode.dev·Sep 20, 2023Maximizing Productivity: PyCharm and htmx IntegrationTL;DR Learn how to add support for htmx in PyCharm for seamless development using web-types. If you're not familiar with htmx, check out this fantastic htmx + Django introduction by BugBytes. Introduction htmx is my go-to frontend tool for building ...Discusshtmx
Abdulla Hill Bakyahb.hashnode.dev·Aug 5, 2023HTMX - High Power Tool for HTMLHTMX is a JavaScript library that enables AJAX, CSS Transitions, WebSockets, and Server-Sent Events directly in HTML. With HTMX, you can easily build modern and powerful user interfaces with the simplicity and power of hypertext. HTMX is a lightweigh...Discuss·5 likeshtmx
Nikhil AkkiPronikhilakki.in·Aug 5, 2023Alpine.JS: A Lightweight JavaScript Framework That Packs a Mountain of PowerIntroduction In the vast landscape of JavaScript frameworks, AlpineJS emerges as a shining star that blends simplicity, speed, and versatility. While bigger frameworks like React and VueJS have their place, AlpineJS offers a refreshing alternative fo...Discuss·44 readsFrontend Frameworksalpinejs
Nikhil AkkiPronikhilakki.in·Jul 29, 2023HTMX: Unleashing the Power of Dynamic Web ApplicationsIntroduction In the realm of web development, Htmx stands tall as a game-changer, redefining the way we create interactive web applications. With its seamless integration of AJAX capabilities, Htmx enables developers to update parts of web pages with...Discuss·46 readsFrontend Frameworkshtmx
Anjanesh LekshminarayananProanjanesh.dev·Jul 25, 2023Simplest Example of HTMXHTMX is one of the less popular libraries/adapters out there - in fact there isn't yet a wikipedia page on HTMX. Just as Interia is to Laravel, HTMX is to Django - but this is a misconception. Intertia can be used in Django as well and HTMX can be us...Discuss·116 readsHTML
Bharadwaj Swamykunabharadwaj.hashnode.dev·Jul 9, 2023Introducing HTMX: Streamlining AJAX Development for Modern Web Applications.Overview: HTMX is a new UI library which aims to simplify the development of modern web applications by bringing the power of AJAX and dynamic content updates to HTML markup, It allows developers to enhance their existing HTML code with declarative a...Discuss·1 like·34 readsWeb Development
Prateek Kanurkarkanurkarprateek.hashnode.dev·Jul 8, 2023Breaking Boundaries: HTMX Redefines Client-Server CommunicationIntroduction Web development has evolved rapidly over the years, with new frameworks and libraries emerging constantly. However, sometimes the most effective solutions can be found in the simplicity of traditional web technologies. HTMX is a JavaScri...Discuss·3 likes·103 readsHTML
theArjunpythonislove.com·Apr 10, 2023Django and HTMX - A Lovely CoupleDjango is a popular Python web framework that follows the model-template-view (MVT) architectural pattern. It provides a powerful and flexible way to build web applications, with features like URL routing, database integration, and a templating engin...Discuss·190 readsDjango