sugiarto

sugiarto @ugifractal

About: I am a Freelance ruby on rails developer. I help startup, professional and hobbyist solve problem.

Location:
Cimahi, Indonesia
Joined:
May 14, 2021

sugiarto
articles - 14 total

install pg gem mac m2

Here my note for installing pg gem on my mac m2. gem install pg:1.5.9 -- --with-pg-config=$(brew...

Learn More 0 0Nov 22 '24

gem install mysql2 mac m2 error

Got following error during mysql2 gem installation sugiartos-MacBook-Pro:aaero sugiarto$ gem...

Learn More 0 0Nov 14 '24

gem install error: incompatible function pointer types passing

Few days ago, I bought second macbook pro m2, and need to setup rails projects on my mac. One type...

Learn More 1 1Nov 6 '24

Override java version on flutter

Today, I have a requirement to override the Java version on the Flutter project. I used sdkman for...

Learn More 2 0Nov 2 '24

Generate tags using gemini AI

A week ago, I was working on a Flutter project to generate tags based on a post sentence. The...

Learn More 0 0Oct 1 '24

rails system test, save failed screenshots

When setting up github actions for running system tests, it is sometimes difficult to know or debug...

Learn More 1 0Sep 24 '24

github action services: mysql, redis and elasticsearch

A few days ago, I needed to setup github actions for running Rails tests that required MySQL, Redis,...

Learn More 0 0Sep 24 '24

Recreate shopify webhooks

When developing custom Shopify apps, I usually use ngrok as a reverse proxy for webhooks integration....

Learn More 0 0Sep 10 '24

searchkick get total records

In one of my projects, I used searchkick gem and elasticsearch for implementing search...

Learn More 1 0Sep 8 '24

Create supabase database function

Two days ago, I had a requirement to create a database function that accepts a single argument, in...

Learn More 0 0Sep 8 '24

searchkick resource_already_exists_exception

Yesterday, I worked on elasticsearch integration with help of searchkick. I did several times adding...

Learn More 0 0Sep 2 '24

goaccess for nginx report

Ever wondering to read nginx access log as a report? Yeah, we can easily read the nginx log file...

Learn More 0 0Aug 29 '24

redis ACTION REQUIRED: Version approaching end of life

A few days ago, I received an email from Heroku for upgrading Redis 6.2.14 to 7.2 due to a deprecated...

Learn More 3 0Aug 29 '24

story of upgrading rails 5.x to 7.x

This post will not explain in detail parts of the app's upgrade and only give general points about...

Learn More 2 0Aug 27 '24