-

Solid Queue With Rails

February 2, 2024

In a world where applications need to handle thousands of tasks efficiently, job queues are the unsung heroes. They help process background tasks, ensuring your application stays responsive while heavy lifting happens in the background. One such solution that stands out is Solid Queue.

Read More

Effortless Ruby ETL

November 11, 2023

Have you ever wondered how raw data gets transformed into something meaningful and useful? Whether you’re migrating a database, cleaning up messy data, or synchronizing information between systems, you’ve likely been doing ETL (Extract-Transform-Load) without even realizing it!

Read More

Fancy Emails With MJML

April 24, 2023

In today’s fast-paced digital world, email marketing has become a vital part of business communication. Whether it’s a promotional campaign, a newsletter, or a product update, having an attractive and responsive email can make a big difference. But creating fancy emails that look good across different devices and email clients can be a headache. This is where MJML comes to...

Read More

XML Import With XSLT

January 21, 2023

XSLT is a powerful tool for transforming XML data into a desired format. It can be especially useful in Rails applications when you need to:

Read More

Efficient Data Fetching with React Query

March 7, 2022

React Query is a powerful library for managing server-state in React applications. It simplifies data fetching, caching, and synchronization, making your app faster and easier to maintain. In this blog, we’ll explore how to use React Query to fetch and cache data with a practical example.

Read More

CSV Import With Kiba

January 15, 2022

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 ETL (Extract, Transform, Load) pipelines, making it an excellent choice for handling CSV imports.

Read More

React Context vs Redux vs Zustand

April 21, 2021

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 and discussing their pros and cons.

Read More

Getting Started With Jekyll

July 20, 2020

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 you should consider Jekyll:

Read More