Few of Amazon AWS services are now hard requirement of any application. Out of all Amazon AWS services S3, CloudFront and EC2 are widely used services.
I am working on product since long time and.....
Read MoreIn almost all the projects, client now wants feature to add,update content of website dynamically from admin panel. I mostly use CKEditor as rich text editor. Using CKEditor user can generate.....
Read MorePaperclip is popular gem used in rails project to provide attachment feature in your model. It is very flexible and easy to use.
I mostly use paperclip for my project if I need to provide.....
Read MoreDevise is a popular gem in Rails world for authentication. It gives almost everything for authentication. I mostly use Devise for my most of Rails application.
Apart of all the features provided,.....
Read MoreNginx is web server like Apache. Passenger is application server like Puma,Thin, Mongrel, Webrick.
Today We are going see different steps of installation of passenger module in Nginx because.....