What HTMX can do?

Sorry, this post is under construction

It will be published at SOON


Similar posts

Why Js devs are migrating from Js to Rust?

views: 376

why I make the choice of migrating from JS after 8 years, to full Rust on my projects?

js rust opinion
Increasingly, we've seen many Rust developers joining the community coming from languages like JS, here we will try to explain why, using my own experience of why I switched to rust

What are Axum + Askama + HTMX and Why use it?

views: 468

A quick explanation about Axum, Askama, and HTMX

rust axum htmx askama opinion
I am a fan of some tools and technologies, I think all my blog posts make this clear to everyone. Today, I will show you guys what and why to use those technologies on Rust.

How host a rustlang server for free in the google cloud plataform?

views: 207

finding one of the cheapest and easiest ways of host your rust server

rust GCP free axum
In the Rust language journey, after learning the basics and being able to create a server, the second thought comes to mind... how do I do it available for the internet, how should I configure my server for the internet and what is the cheapest way to do it, if possible for free?

How use axum + askama + htmx?

views: 882

A quick explanation about how implement, Askama and HTMX

rust axum htmx askama
In a post before I explain why and what is Askama, Axum and HTMX, now we will implement then.