thoughts How to level up you engineering skills? A good way for developers to level up is, instead of reading the same beginner tutorials on sites like Medium and blogs, to read documentation and source code of libraries they use.
open_source Year One of Focused Task A year ago during the first COVID-19 lockdown, I started working on a small macOS menubar app. I used Electron, React and Redux and it is open source.
GraphQL Introducing SearchObject GraphQL Plugin When I started using GraphQL, I immediately saw, that SearchObject would be a perfect fit for search resolvers.
ruby Introducing KittyEvents Super simple publish/subscribe pattern using ActiveJob. You setup your events and list the subscribers for them. When an event is triggered, KittyEvents will fanout the event to each of your subscribers.
open_source Introducing MiniForm Introducing my newest gem - MiniForm. It is group of helpers for dealing with form objects and nested forms.