Tutorials



Wrapping JSON-based ActiveRecord attributes with classes
Have you ever tried to denormalize your DB structure a little bit by using a JSON-based column? It goes without saying that great power flexibility comes with great responsibility, but in some cases, this approach does a good job and simplifies th...

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...
