Jul 22, 2024 15 min
Good practices for communicating between your Rails and React apps
Among the many ways to create Single Page Apps ( SPAs ), one of them usually involves developing a back-end API to provide data and a front-end app that can consume said data and show it to the user.
Jun 22, 2017 3 min
Rails Quiz: XSS Edition
Cross-site scripting (XSS) is a type of computer security vulnerability that enables an attacker to inject code into a web page.
May 4, 2017 7 min
Easy SSL with Heroku & Cloudflare
At Runtime Revolution we value the importance of security. As such, in any web application where sensitive data needs to be transmitted (e.g.
Apr 27, 2017 6 min
SSL: What & Why
In any web application project a common and nowadays increasingly important requirement is security. Within this domain, possible breaches can originate in any number of ways, such as cross-site…