Jovo: Framework for building cross-platform Voice Apps
Jovo is an open-source framework for building Voice Apps, available to users on multiple platforms. It allows you to host the common code base and configurations for both Alexa and Google home. Read the blog and learn how to build a basic Voice-App using Jovo.
OAUTH 2.0 (A protocol for Authorization in the Applications)
OAuth is an Open Standard protocol designed for authenticating or authorizing the user into the Application. The Protocol is designed to gain access into the application or grant website for…
Vagrant setup
Vagrant is a tool for building and managing virtual machine environments in a single workflow. It is easy to configure and easy to use…
How To Install RethinkDB On Ubuntu?
RethinkDB is an open source, document based NoSQL database that stores the information in JSON format.
Getting Started With Redis
Redis is an open source (with minimal restrictions on the use and distribution of the software), memory resident database store which especially relies on the main memory unit for computer data storage. Redis can be used as a storing database…
How to Do Load Testing Using Selenium & JMeter?
JMeter is an effective tool for load testing. Get here a step by step guide for How to do load testing using JMeter and Selenium Webdriver tool.