Posts By: Logan Beougher

Tapping into Logs

In today’s world of cloud-hosted service-oriented architectures, infrastructures are becoming increasingly complex and dynamic. Companies need a way to tell the full story of how their systems are behaving.

Read More

Working at Custom Ink

Are you ready to level up your career in technology? We’re growing and need remarkable talent to support the innovation of world-class products centered around the lives of our customers.

Read More

Sidekiq Rundown Part 1: Getting Started with Simple Workflows

What is Sidekiq? At Custom Ink we leverage Sidekiq as a job scheduler to execute batch processing workflows. This post is part of a series, "Sidekiq Rundown," where we will explore various features of Sidekiq. Sidekiq enables us to efficiently parallelize jobs/tasks reliably and sidekiq queues allow the workloads to stack up. The main point of utilizing a job scheduler is to manage the background execution of jobs that orchestrate business activity automation. Using an open-source technology solution like Sidekiq...

Read More