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