Hacker News new | past | comments | ask | show | jobs | submit login

Sounds like you and I have similar approaches, and I just have more CRUD to manage in my case. For e.g. payment processing endpoints, I use Golang. Managing 3rd party SDKs is nicer in Golang, imo.

I also heavily rely on Postgres views, which ActiveRecord just sees as read-only tables, so my Rails code can still call `user.api_data_entries` without any ORM wrangling.




nice!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: