Blog

April 2017

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 :

Scripting languages

A scripting language is a programming language designed for integrating and communicating with other programming languages. Some of the most widely used scripting languages are JavaScript, VBScript, PHP, Perl, Python, Ruby, ASP. Since a SCRIPTING LANGUAGES is normally used in conjunction with another programming language, they are often found alongside HTML, Java or C++.   One …

Scripting languages Read More »

Share This :