Its time to Re-Start. Working together will be much more fun than before. The much awaited Dockers container is finally coming on Windows. Linux developers use containers to isolate multiple applications and containers are build up with shared OS which means more efficient than usual Virtual Machines(VM). Docker has already created a buzz in the market […]
Distributed Caches
A cache is a memory based database made for quick retrieval of data in case of any failure. A distributed cache runs as an independent processes over various hubs and offer a single logical view (and state) of the cache. Distributed Cache can be used to distribute simple, read-only data/text files and application workloads that do more reading than […]
CUT SHORT YOUR URL : YOURLS
YOURLS: Your Own URL Shortener How about having a pet name for your website. A short, geeky, precise URL for a long webURL is what YOURLS is. YOURLS is nothing but a set of PHP scripts and the best thing is all the versions of YOURLS are named after (metal) music celebrity. The latest one is YOURLS […]
A graph database is actually a group of nodes and edges. Every node represents associate entity (such as an individual or business) and every edge represents a association or relationship between 2 nodes. Every node in a graph database is outlined by a singular symbol, a collection of outgoing edges and/or incoming edges and a collection […]
XML vs YAML vs JSON
XML is commonly utilized for web application messaging – sending information back to a browser from a web server, or sending information between web accommodations. It’s dead facile to do this and it works very well, hence XML has become the de-facto cull for data exchange for web applications. Alternatives such as YAML and JSON have […]
Ruby on Rails a well-known open source web application framework runs via the Ruby programming language. Often referred to as Rails is a full stack framework.It is fast, easy, beautiful and also encodes best practice for agile development. So here are a list of Servers to Run Rail 3 application. 1. Heroku…Platform as a Service […]
Spawn FCGI vs FCGI Wrap
Before I make out the differences a summary on FCGI that is the Fast Common Gateway Interface. FCGI is a fast, open, and secure binary Web server interface protocol. It is actually a CGI only with some additional plugins. Speeds of the incoming requests to a web site or a specific application programme increases by […]
With the increasing numbers of Cloud Service Providers it is very important to know how each Cloud Management Platforms (CMPs) performs in an open cloud ecosystem. OpenNebula, OpenStack, CloudStack all are Cloud Management Platforms with different flavours. Category OpenNebula OpenStack CloudStack Cloud APIs and User Interface OCCI (Open Cloud Computing Computing Interface) and EC2 API […]
Drush:Powered by Drupal
Before starting with DRUSH, lets have a flashback about DRUPAL. Drupal is an open source content management, web development platform. Having a high modularized architecture Drupal has already made its mark in the WhiteHouse.gov and data.gov.uk. With no licence, no purchase, no maintenance Drupal is all set free to download, modify and use. Its Scalable starting from […]
MarkDown Syntax Cheat Sheet for HTML
MarkDown Syntax Cheat Sheet How easy it would be if you make out a doc file and converting the same with a tool to get the required website. This is where Markdown Syntax comes from.A tool that converts text file to HTML or(XHTML). In a search for easy-to-read, easy-to-write plain text format and converting it […]