Web
Analytics Made Easy - StatCounter
Skip to content
Red Panthers
Experts in Ruby on Rails Development
Red Panthers
  • About
  • Process
  • Services
    • Service
      • Ruby on Rails Development Team
      • Ruby on Rails Developer Support
      • Ruby on Rails Web Application Development
    • Service
      • Ruby on Rails Training
      • React Web Development
      • React Native Mobile App Development
    • Service
      • Angular JS Web Development
      • Angular JS Ionic Mobile App Development
      • Elixir Phoenix High Concurrent Web Application Development
  • Videos
  • Blog
  • Careers
  • Newsroom
  • Contact
  • +1-860-514-8237
  • About
  • Process
  • Services
    • Service
      • Ruby on Rails Development Team
      • Ruby on Rails Developer Support
      • Ruby on Rails Web Application Development
    • Service
      • Ruby on Rails Training
      • React Web Development
      • React Native Mobile App Development
    • Service
      • Angular JS Web Development
      • Angular JS Ionic Mobile App Development
      • Elixir Phoenix High Concurrent Web Application Development
  • Videos
  • Blog
  • Careers
  • Newsroom
  • Contact
  • +1-860-514-8237

Daily Archives: February 27, 2017

You are here:
  1. Home
  2. 2017
  3. February
  4. 27

Rack::Attack – secure you rails app for the real world

Rails, RubyBy harikrishnanFebruary 27, 2017Leave a comment

Are you worried about the security issues in your Rails app? The rack-attack gem, can help you. Rack::Attack is a rack middleware which provides security to our rails application. It allows us to safelist, blacklist, throttle and to track requests. If the request matches any safelist, it is allowed. If the request matches any blocklist, it is blocked. If the…

ReactJS for Beginners | A Step by Step Approach

Beginners, React.jsBy reshmaFebruary 27, 2017Leave a comment

There are many problems while building large applications with data that changes over time. To solve this ,I suggest checking out ReactJS. React lets you express how your app should look at any given point, and can automatically manage all UI updates when your underlying data changes. React is one of the most popular JavaScript front end libraries…

Go to Top