Blog

Kiosk

KIOSK a machine which is used to print the receipts, tickets etc. Kiosk is the ideal software solution to securely present web-based content like HTML, Flash, videos, etc.  and applications on public access terminals. One can use Site Kiosk to individually restrict access to the operating system, system settings, websites, files, folders, and applications Kiosk & Internet terminals. …

Kiosk Read More »

Share This :

Phalcon:: The Extremely Fast Framework

 “Phalcon” a high-performance PHP Web framework. It is written as a C extension. Phalcon is probably one’s go to framework, if the application has to be in PHP and be as performant as possible. Since , it is very fast, but cannot run on shared hosting. As compiled as a C extension into PHP which makes it faster by …

Phalcon:: The Extremely Fast Framework Read More »

Share This :

Gulpjs/Gruntjs

#Gulp #Grunt #NPM #Broccoli #CSS #TaskRunnerDevelopment GULP  is a task/build runner for development. It allows one to do a lot of stuff within the development workflow.One can compile sass files, compress js files and much more. One task flow into another. These help in saving the time, making your development workflow more organized. There are many tools …

Gulpjs/Gruntjs Read More »

Share This :

CucumberJS ( Tool on Behaviour Driven Development )

Cucumber a tool based on Behaviour Driven Development (BDD) framework which is used to write acceptance tests for web application. Behaviour Driven Development is extension of Test Driven Development and it is used to test the system rather than testing the particular piece of code. It allows automation of functional validation in easily readable and …

CucumberJS ( Tool on Behaviour Driven Development ) Read More »

Share This :

Ruby on Rails (ROR) or Django

Ruby on Rails (RoR)  a web framework written in Ruby  and is frequently credited with making Ruby “famous”. Rails puts strong emphasis on convention-over-configuration and testing. Its a predefined directory structure and following naming conventions. There’s plenty of good things: automatic imports, automatically passing controller instance variables to the view, a bunch of things such as template …

Ruby on Rails (ROR) or Django Read More »

Share This :

Lodash :: a better utility library developed by JavaScript Community

Lodash#underscore#libraries#APIs#JavaScript#JavaScripCommunity LODASH  a big library and to be precise a utility library delivering consistency, customization, performance, & extras. Lodash was built with modularity and performance in mind from ground up. Lodash offers more flexibility allowing custom builds targeting different environments including ES2015 modules,  excellent libraries that have huge adoption and years of development by the …

Lodash :: a better utility library developed by JavaScript Community Read More »

Share This :

Is it right to say MobX has overshadowed Redux

#React#MobX#Redux#StateManagement Mobx and Redux both are used to manage state in JavaScript applications. So, Is it a valid argument that MobX is offering some values that were not available in Redux and has overshadowed Redux, the same way that unidirectional data flow killed two-way data binding or how React with declarative programming killed the traditional …

Is it right to say MobX has overshadowed Redux Read More »

Share This :