Writing

Articles & Posts

Thoughts on Ruby, Rails, React, and the craft of building software.

5 min read

CSV Import With Kiba

CSV (Comma-Separated Values) files are widely used for data exchange, and importing them efficiently in Ruby on Rails can be streamlined with the kiba gem. Kiba is a powerful tool for building...

Read article
9 min read

React Context vs Redux vs Zustand

Choosing the right state management tool in React depends on the complexity of your app and your specific needs. In this post, we’ll compare React Context, Redux, and Zustand using code examples...

Read article
5 min read

Getting Started With Jekyll

Jekyll is a static site generator that makes building simple websites fast and easy. Whether you’re creating a blog, portfolio, or project site, Jekyll provides a flexible and efficient solution. Here’s why...

Read article