Pinned Repositories
axum-auth-crud-yew-app
Rust Full Stack App covering Auth flow & CRUD with Rust/Axum and Supabase and Frontend with Yew.rs
flask-htmx-todolist
Python/Flask to-do list app with user login and HTMx-powered frontend.
go-echo-templ-htmx
Go/Echo+Templ+Htmx: Full stack application using Golang's Echo framework & Templ templating language with user session management + CRUD to a SQLite database (To Do List) and HTMX in the frontend
go-echo-templ-project-structure
Go/Echo+</>Templ: User List App as an example of a project structured in layers, use of Templ Template language and frontend with HTMx technology
go-htmx-demo
Simple full-stack web application for saving notes to a Sqlite database (CRUD), with HTML template rendering using </> htmx & _hyperscript. This is a minimalist application that does not use any additional libraries beyond the standard Go library.
goCMS
goCMS is a headless CMS (Content Management System) written in Golang using Gin framework + </>Htmx & A-H Templ, designed to be fast, efficient, and easily extensible. It allows you to create a website or blog, with any template you like, in only a few commands.
gofiber-htmx-sessions
Full-stack app using Go Fiber's SQLite3 storage package to persist user sessions & HTMX on the frontend
gofiber-templ-htmx
Go/Fiber🧬+</>Templ to-do list app with user login and HTMx-powered frontend.
rasty-stack-example
Example of using a full stack with Rust.
rust-axum-askama-htmx-todoapp
Full stack application using Rust's Axum framework & Askama templating language with user auth management (JWT) + CRUD to a SQLite database (To Do List) and HTMX in the frontend.
emarifer's Repositories
emarifer/go-echo-templ-htmx
Go/Echo+Templ+Htmx: Full stack application using Golang's Echo framework & Templ templating language with user session management + CRUD to a SQLite database (To Do List) and HTMX in the frontend
emarifer/gofiber-templ-htmx
Go/Fiber🧬+</>Templ to-do list app with user login and HTMx-powered frontend.
emarifer/go-echo-templ-project-structure
Go/Echo+</>Templ: User List App as an example of a project structured in layers, use of Templ Template language and frontend with HTMx technology
emarifer/go-htmx-demo
Simple full-stack web application for saving notes to a Sqlite database (CRUD), with HTML template rendering using </> htmx & _hyperscript. This is a minimalist application that does not use any additional libraries beyond the standard Go library.
emarifer/goCMS
goCMS is a headless CMS (Content Management System) written in Golang using Gin framework + </>Htmx & A-H Templ, designed to be fast, efficient, and easily extensible. It allows you to create a website or blog, with any template you like, in only a few commands.
emarifer/gofiber-htmx-sessions
Full-stack app using Go Fiber's SQLite3 storage package to persist user sessions & HTMX on the frontend
emarifer/flask-htmx-todolist
Python/Flask to-do list app with user login and HTMx-powered frontend.
emarifer/rust-axum-askama-htmx-todoapp
Full stack application using Rust's Axum framework & Askama templating language with user auth management (JWT) + CRUD to a SQLite database (To Do List) and HTMX in the frontend.
emarifer/echo-cookie-session-demo
Go/Echo+Templ: Demo App to use session authentication (with middleware) and centralized HTTP error handling with the Echo framework, use of Templ Template language and frontend with HTMx technology
emarifer/go-frameworkless-htmx-todoapp
Full stack Demo app made in frameworkless Go (Todo App 🧬), centralized HTTP error handling, CRUD to a SQLite database and HTMx-powered frontend.
emarifer/gofiber-htmx-todolist
Go/Fiber🧬 to-do list app with user login and HTMx-powered frontend.
emarifer/go-fiber-full-stack-web-app
Simple web app + API with JWT authentication and Golang Html template rendering.
emarifer/url-shortener-echo-templ-htmx
Go/Echo+Templ+Htmx: Url Shortener App
emarifer/go-htmx-trivia
Simple web application full-stack to play Trivia + API with Supabase as database + CRUD, made with Go Fiber, HTML template rendering and </> htmx & _hyperscript.
emarifer/go-taskmanager
emarifer/gofiber-realtime-chat-htmx
Real-time chat full-stack web application written in golang based on websocket, with Fiber framework and HTMX-powered frontend.
emarifer/search-engine
A mini Google. Custom web crawler & indexer written in Golang.
emarifer/url-shortener-axum-askama-htmx
A Full Stack Url Shortener App using Rust's Axum framework + </>HTMX & Askama
emarifer/calorie-tracker-app
Calorie Tracker App
emarifer/flashmessages-demo
Full-stack application simple for flash messages demonstration after page redirects, with HTML template rendering and using _hyperscript to handle deletions and transitions CSS from flash messages
emarifer/fyne-test
Fyne Demo
emarifer/go-cli-bubbletea-todoapp
Command line application (CLI Todo App) made with Bubble Tea (to create a TUI) & Cobra frameworks, and CRUD to a SQLite database
emarifer/go-fyne-desktop-todoapp
Golang desktop todo app using Fyne UI framework.
emarifer/go-supabase-trivia
Simple web application to play Trivia + API with Supabase as database + CRUD, made with Go Fiber and HTML template rendering
emarifer/go-wails-svelte-desktop-todoapp
Golang desktop todoapp that uses Wails GUI framework and Svelte to build the frontend.
emarifer/request-maker
HTTP request maker and APIs tester made with Rust & GTK 4. Work in progress.
emarifer/rust-fltk-todolist
Rust/fltk-rs desktop demo application that uses the fltk-rs GUI framework and persists data in a database-like binary file, performs a full CRUD, and displays a to-do list in GUI.
emarifer/rust-slint-todolist-demo
Rust/Slint desktop demo application that uses the Slint GUI framework and persists data in a database-like binary file, performs a full CRUD, and displays a to-do list in GUI
emarifer/rusty_crawler
A robust yet minimal web crawler implemented in Rust, utilizing various libraries and aiming for scalability and extensibility.
emarifer/test-wails
Wails Framework Demo Desktop App Using HTMX & a-h/Templ for Go