Lucas Mendelowski
@lucas.mendelowski.com
📤 63
📥 128
📝 33
Developer focused on building web-applications. KRUG (Kraków Ruby Users Grup) coorganizer.
pinned post!
If one of your 2025 resolutions is to explore modern front-end solutions for
#rails
, I’ve got you covered. Check out my blog post and repo comparing
#Hotwire
,
#htmx
,
#unpolyjs
and
#inertiajs
.
github.com/lcmen/hotwir...
www.mendelowski.com/blog/2024/11...
loading . . .
GitHub - lcmen/hotwire-htmx-unpoly: Simple TODO application built with Rails to compare Hotwire, HTMX and Unpoly
Simple TODO application built with Rails to compare Hotwire, HTMX and Unpoly - lcmen/hotwire-htmx-unpoly
https://github.com/lcmen/hotwire-htmx-unpoly
9 months ago
0
4
0
KRUG #4 powered by Zendesk is coming with talks on MCP, AI & prompt evaluation! 🚀 📅 September 23, 18:00 📍 Zendesk, Marii Konopnickiej 29, Kraków RSVP (required) 👉
lu.ma/krug
Don’t miss it!
loading . . .
Kraków Ruby Users Group · Events Calendar
View and subscribe to events from Kraków Ruby Users Group on Luma. Krakow Ruby Users Group (KRUG) - Ruby and web developers and enthusiasts meetups in Kraków. If you want to have a talk or help organ...
https://lu.ma/krug
23 days ago
0
2
0
What's the best way to learn about some new concept? Building a project using it! Recently, I've been interested in MCP servers, so I built one with Ruby (and `fast-mcp` gem). It allows you to query HackerNews (as what else can you do on Friday 😅). Code:
github.com/lcmen/hn-mcp/
loading . . .
GitHub - lcmen/hn-mcp: HackerNews MCP server built with Ruby
HackerNews MCP server built with Ruby. Contribute to lcmen/hn-mcp development by creating an account on GitHub.
https://github.com/lcmen/hn-mcp/
about 2 months ago
0
0
0
Join our next KRUG meetup, powered by
@rubycentral.org
& Fastly, with venue support from Forte Digital Talks: - Michał Papis: Code UnCov & Pluginator -
@josevalim.bsky.social
: Livebook - where Web, AI, and Concurrency meet 🗓️ June 10, 18:00 📍 Forte Space, Krupnicza 3, Kraków 🔗 RSVP
lu.ma/0852jl2w
4 months ago
0
4
2
Another idea inspired by the Ash Framework book: my journey into the pin operator and macros in
#Elixir
. Check it out:
www.mendelowski.com/blog/2025/03...
I'm not an Elixir expert, so I welcome feedback from more experienced Elixir folks. Hope you enjoy it!
loading . . .
Understanding the Pin Operator and Macros in Elixir - Lucas Mendelowski
Understanding the Pin Operator and Macros in Elixir by building custom DSL
https://www.mendelowski.com/blog/2025/03/understanding-the-pin-operator-and-macros-in-elixir
6 months ago
2
7
4
Hey
@chastell.net
,
@tomash.eu
mentioned that you were able to configure AI assistant in Vim (NeoVim?). Can you share your setup? Were you able to replicate VSCode / Cursor experience in applying changes from chat window to source files (Composer like behavior)?
7 months ago
1
2
0
Recently, I started reading the "Ash Framework" book. While building the example app, I spotted an area for improvement - leading to my first-ever contribution to the 🧪 Elixir ecosystem! My changes to
@ash-hq.org
and `ash_postgres` are ready for release! 🚀
#MyElixirStatus
8 months ago
0
14
1
KRUG #1 2025 is here! Featuring three fantastic talks. The event powered by Zendesk and serving as the unofficial kickoff to Ruby Community Conference. 📅 Feb 27, 2025 – 17:30 📍 Marii Konopnickiej 29, Kraków 🔗 More details here:
lu.ma/dow2zgc5
Come for the talks, stay for the community 🚀!
loading . . .
KRUG #1 2025 · Luma
Hello Ruby Enthusiasts! We're kicking off 2025 with a high-caliber Kraków Ruby Users Group (KRUG) meetup, featuring three fantastic talks you don't want to…
https://lu.ma/dow2zgc5
8 months ago
0
3
1
Wow... What a surprise! Look what I found in my mailbox. Thank you so much,
@inazarova.bsky.social
! That’s so kind of you. PS. It’s also my birthday today, so you couldn’t have picked a better day!
9 months ago
0
2
1
If one of your 2025 resolutions is to explore modern front-end solutions for
#rails
, I’ve got you covered. Check out my blog post and repo comparing
#Hotwire
,
#htmx
,
#unpolyjs
and
#inertiajs
.
github.com/lcmen/hotwir...
www.mendelowski.com/blog/2024/11...
loading . . .
GitHub - lcmen/hotwire-htmx-unpoly: Simple TODO application built with Rails to compare Hotwire, HTMX and Unpoly
Simple TODO application built with Rails to compare Hotwire, HTMX and Unpoly - lcmen/hotwire-htmx-unpoly
https://github.com/lcmen/hotwire-htmx-unpoly
9 months ago
0
4
0
I know that no one asked for it, but I've added
#inertiajs
to the mix (with React without JSX transpilation!). Compare it with
#hotwire
,
#htmx
, and
#unpoly
. The same principle as before: single controller, no build, importmap, and propshaft.
add a skeleton here at some point
9 months ago
0
2
2
#TIL
that
#postgresql
allows you to create custom aggregate functions
www.cybertec-postgresql.com/en/writing-y...
Nice!
loading . . .
Writing your own aggregation functions
Database engines usually provide basic aggregate functions. This shows how to create your own code to calculate on the server side.
https://www.cybertec-postgresql.com/en/writing-your-own-aggregation-functions/
9 months ago
0
1
0
Secure custom domains with Caddy
www.honeybadger.io/blog/secure-...
10 months ago
0
0
0
@solnic.dev
quick questions about your
justcrosspost.app
! 1. Which AI tool were you using for HTML templates? Was it consistent in design across different elements? 2 Are you using any unique Elixir/Phoenix features that would be tough to achieve in Ruby/Rails? Thanks!
10 months ago
1
0
1
Some people asked me about my experience with
#hotwire
,
#htmx
and
#unpoly
while building the app. I summarized my insights in a follow-up blog post:
www.mendelowski.com/blog/2024/11...
add a skeleton here at some point
10 months ago
1
4
2
Hey everyone! It's my first post here. Just want to share that recently, I've built a simple TODO app with Rails to compare
#hotwire
#htmx
and
#unpoly
. It follows progressive enhancement spirit (the same controller is used for all the variants). You can check it here:
github.com/lcmen/hotwir...
loading . . .
GitHub - lcmen/hotwire-htmx-unpoly: Simple TODO application built with Rails to compare Hotwire, HTMX and Unpoly
Simple TODO application built with Rails to compare Hotwire, HTMX and Unpoly - lcmen/hotwire-htmx-unpoly
https://github.com/lcmen/hotwire-htmx-unpoly
11 months ago
0
9
3
you reached the end!!
feeds!
log in