Protect your rails application with Rack Attack

Protect your rails application with Rack Attack

Salvatore Ferrucci
Aug 28, 2023
RackAttack is a popular Ruby gem that provides middleware for your web applications to protect against various types of attacks, such as DDoS attac...
Adding jemalloc to Rails apps on Heroku

Adding jemalloc to Rails apps on Heroku

Salvatore Ferrucci
Mar 30, 2022
jemalloc is a malloc implementation developed by Jason Evans which is known to improve memory consumption of Rails apps, especially on Heroku. By d...
Dockerize a Ruby on Rails Application using Compose

Dockerize a Ruby on Rails Application using Compose

Salvatore Ferrucci
Apr 14, 2020
Docker is an open-source project that can simplify your workflow during development process, everything the application needs to run is included.
Powering your Ember apps with Rails' ActiveStorage

Powering your Ember apps with Rails' ActiveStorage

Davide Papagni
May 4, 2018
In this article we will cover the integration between EmberJS and Active Storage the new major feature released with Rails 5.
Speed-up User-Generated Content with CloudFront

Speed-up User-Generated Content with CloudFront

Davide Papagni
Dec 15, 2015

A bunch of today's web apps is relying upon a massive amount of content generated by their users, to the point that we can say they're actually ...

Powering your Ember apps with Rails' ActionCable

Powering your Ember apps with Rails' ActionCable

Salvatore Ferrucci
Dec 1, 2015

ActionCable is an upcoming component of Ruby on Rails 5.0 - it is the websockets framework wi...

Running DNS locally for home network

Running DNS locally for home network

Salvatore Ferrucci
Oct 18, 2015

DNS, or the Domain Name System, is an essential component of modern internet communication. It allows us to reference computers...

Setting up Ember.js with Rails

Setting up Ember.js with Rails

Salvatore Ferrucci
Mar 12, 2015

Ember.js is a client-side framework that aims at single-page applications. It has several tools to abstract the most common patterns. The most u...