Krzysztof Kamil Piotrowskiimp2n.hashnode.dev·May 20, 2024Hanami's place in the world of RailsTable of Contents Background and motivation for this AppSignal article and frameworks introductions Structure and Architecture of Rails and Hanami Ecosystem and Community Ease of Use, Adoption, Governance, and Learning Curve Performance: Ruby o...DiscussHanamihanami
Krzysztof Kamil Piotrowskiimp2n.hashnode.dev·May 7, 2024Hanami WardenWell hello there! I've recently been doing more and more in Hanami and wanted to share some of my experiences and thoughts about it. So here I am with a blog post about authentication in Hanami (made on version 2.1.1). Current State of Authentication...DiscussHanamihanami
Krzysztof Kamil Piotrowskiimp2n.hashnode.dev·May 7, 2024Hanami Progress Bar with HTMXHi there! I want to show off a little feature I made using hanami, htmx and a little bit of redis + sidekiq. It is a popular pattern to show a progress bar when you're doing some longer-running task, like uploading a file, or processing some data. I ...DiscussHanamihanami
Seb WilgoszProswilgosz.hashnode.dev·Dec 16, 2023Untangle your code with MORE than service objects! Meet dry-monads!Recently I wrote an article, where I've told about the decision process behind my attempt to replace Rails with Hanami in our microservices ecosystem and why I decided not to do it just yet. ❗ Please keep in mind that this statement was made before ...Discuss·51 readsdry-rb
Seb WilgoszProswilgosz.hashnode.dev·Dec 1, 2023FeaturedPhlex with Hanami - make your views written in Ruby. Completely.https://youtu.be/Vg-ifUh-r4Q When I started with web development, I remember this overwhelming feeling, after starting to gain information about new tech stacks, more modern tech stacks, and even more modern tech stacks. I did it in the pace, I cou...Discuss·25 likes·267 readshanami
Carlos Armando Marcano Vargascarlosmv.hashnode.dev·Jun 13, 2023How to Build a Server with Hanami and CockroachDB | RubyIn this article, we are going to create a CRUD application using Hanami and using Cockroach DB as a database. We will explore how to create controllers and routes to perform CRUD operations in Hanami and how to test the response of the endpoints usin...Discuss·53 readshanami
Carlos Armando Marcano Vargascarlosmv.hashnode.dev·Jun 5, 2023How to Build a RSS Reader with Hanami FrameworkContinuing learning about Ruby and Hanami. In this article, we are going to build a Full Stack application using the Hanami framework and React. The project we are going to build is an RSS feed reader website. I take the idea from the list of project...Discuss·43 readshanami
Carlos Armando Marcano Vargascarlosmv.hashnode.dev·May 16, 2023How to Build a Server with Hanami::API and PostgresDISCLAIMER: This is a basic article about Hanami::API, showing how to perform CRUD operations using Postgres through PG driver. I'm writing this article to continue learning about Ruby so probably my code is not idiomatic. Hanami-API is a lightweight...Discuss·77 readsRuby
Carlos Armando Marcano Vargascarlosmv.hashnode.dev·Apr 3, 2023Getting Started with Hanami-API | RubyDISCLAIMER: This is a very basic article about Hanami::API, showing how to perform CRUD operations without a database. I'm very new to Ruby, probably my code is not idiomatic. Hanami-API is a lightweight and fast Ruby framework for building HTTP APIs...Discuss·167 readsRuby