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·29 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·35 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·98 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·180 readsRuby