Code & Innovation: The Algonauti Engineering Journal

Where our developers write about the code they craft, the problems they solve, and the ideas that inspire them.


Protect your rails application with Rack Attack

RackAttack is a popular Ruby gem that provides middleware for your web applications to protect against various types of attacks, such as DDoS attacks, brute force attacks, and other malicious activities.

Salvatore Ferrucci