by meanstack | Feb 17, 2016 | Web Developer, Web Development
Based on the application you are building the web standards check list should be considered. Web standards are understood differently by different individuals, but the primary motto is to make the application standardized so that any user around the world can...
by meanstack | Feb 17, 2016 | Linux
CAS (Central Authentication Service) is an single sign on enterprise solution protocol for web services. It aims to provide better way for permitting a user access multitude of web services each having its own means of authoritative. When the client visits an...
by meanstack | Feb 17, 2016 | Linux
A Rails based front-end to the Rescue job queue system. Step 1: Create Gemfile with following entries and save gem ‘resque’ gem ‘resque-web’ , require: ‘resque_web’ Step 2: Run below command to install from Gemfile. Note : you...
by meanstack | Feb 17, 2016 | Linux
DDOS: In computing, a denialofservice (DoS) or distributed denialofservice (DDoS) attack is an attempt to make a machine or network resource unavailable to its intended users. A DoS attack generally consists of efforts to temporarily or indefinitely interrupt or...
by meanstack | Feb 17, 2016 | CMS
What is CMS? For those who are new to the entire web application concept, here is a little briefing regarding CMS.CMS short for Content Management System is a software implemented as a web application for creating and managing HTML content. CMS basically includes...