Tutorials

Messages on Rails Part 1 - Introduction to Kafka and RabbitMQ
Microservices, Service-Oriented Architecture (SOA) and in general, distributed ecosystems, have been on hype in the last several years. And that’s for a good reason! At certain point, The Majestic Monolith “pattern” might start causing issues, bot...

Easier usage of Rails 5.2 credentials and app-specific configuration
As you all know by now, Rails 5.2 introduced a new feature called Credentials. DHH said the following in the PR:This new file is a flat format, not divided by environments like secrets.yml has been. Most of the time, these credentials are only rel...



crabstone is a Ruby binding to the capstone disassembly library by Nguyen Anh Quynh
Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.Created by Nguyen Anh Quynh, then developed and maintained by a small community, Capstone offers...




Build, Package, and Deploy an AWS Lambda using the Ruby Runtime
This post is part of our complete guide: How to Build a Serverless Application on AWS using RubyThis post is a complete guide. That means we are going to create an AWS Lambda in the console first and then move onto using AWS SAM on our local machi...