Blog

Custom Software Development Solutions

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 :

Java Virtual Machine (JVM)

The Java Virtual Machine (JVM) is an environment that executes Java programs. Java programs are compiled into an intermediate language called bytecode. When we run a program, JVM is responsible to converting Byte code to the machine specific code. JVM is also platform dependent and provides core Java functions like memory management, garbage collection, security …

Java Virtual Machine (JVM) Read More »

Share This :

Elasticsearch

Elasticsearch is a distributed open source, full text search and analytics engine. It is powered by Lucene, a powerful open-source full-text search library. Elasticsearch is an open-source, broadly-distributable, readily-scalable, enterprise-grade search engine. Accessible through an extensive and elaborate API, ELASTICSEARCH can power extremely fast searches that support your data discovery applications. It provides fast data retrieving because …

Elasticsearch Read More »

Share This :