NKNeha Keshriinblog.nehas.xyz·May 21, 2024 · 4 min readHTMX the controversial libraryIntroduction HTMX is a lightweight library that enables modern browser features like AJAX, CSS Transitions, WebSockets, and Server-Sent Events directly through HTML attributes, such as hx-get, hx-post, hx-put, hx-patch, and hx-delete, allowing develo...00
NKNeha Keshriinblog.nehas.xyz·May 20, 2024 · 2 min readWhat Is Node JS?Introduction Node.js is a cross-platform, open-source JavaScript runtime environment that can run on Windows, Linux, Unix, macOS, and more. Node.js runs on the V8 JavaSacript engine and executes JavaScript code outside a web browser. t is used for cr...00