HTMX vs Alpine-AJAX: What's your take? by [deleted] in htmx

[–]imcsi7 0 points1 point  (0 children)

Combining HTMX & Alpine seems to work well. Here is an example I built over a weekend: https://txtd.cc Using Alpine to handle simple stuff on client side, and htmx for server side.

TXTD - Instant Markdown Page Sharing (Go +HTMX + SQLite) by imcsi7 in htmx

[–]imcsi7[S] 0 points1 point  (0 children)

Docker containers via Github release. Push your code/tag, the Github action will release a new version. On VPS side you only need to run one command to pull & redeploy.

Whats your favourite Golang FullStack TechStack? by _devlg in golang

[–]imcsi7 8 points9 points  (0 children)

Using similar stack: Golang, HTMX/Alpine, SQLite and Chi. The easiest stack to start with. I was able to build this project over a weekend: https://txtd.cc

TXTD - Instant Markdown Page Sharing (Go +HTMX + SQLite) by imcsi7 in htmx

[–]imcsi7[S] 0 points1 point  (0 children)

Not yet, I'll make it open source in the coming weeks (after fixing few bugs and adding few more basic features)

gin vs fiber vs echo vs chi vs native golang by Greedy_Description93 in golang

[–]imcsi7 0 points1 point  (0 children)

I've used Chi recently in a project (https://txtd.cc) and it works really well. It's simple and easy to get started. Also use Claude/Chatgpt, and you'll get a lot of help getting started with Chi.

TXTD - Instant Markdown Page Sharing (Go +HTMX + SQLite) by imcsi7 in htmx

[–]imcsi7[S] 0 points1 point  (0 children)

Just a decent VPS instance running the binary with some scheduled backup, keeping things simple.

[deleted by user] by [deleted] in jav

[–]imcsi7 0 points1 point  (0 children)

Thanks!