jjj

Data Preprocessing and Data prediction using Scikit learn

In this Blog, we have tried and articulated Steps for Data Preparation/Preprocessing and Data Prediction using Scikit learn.we have successfully built a model, which can predict the salary of new employees which company should offer based on the result of the statistical test set. Read and understand those steps now.

Read More
jjj

How well do you know Event Loop?

This blog helps your understand how an event-driven programming ‘Event Loop’ paradigm controls flow determined by the event or change in the state.

Read More
jjj

MEAN Stack Architecture and Best Practices

MEAN is a free and open-source JavaScript software stack for building dynamic web applications. Know here the best practices of Mean stack architecture.

Read More
jjj

GraphQL + ReactJS

GraphQL is an extremely flexible query language And React is JS library for building User Interface, both are developed by Facebook. GraphQL is one of the ways of making API’s. React is component-based UI development. GraphQL is an extremely flexible query language.

Read More
jjj

eSignature in Node.js using HelloSign

When you create an agreement with any particular person or organization, you have to take signs from all the parties. In old days, it was done by using pen signature. HelloSign is basically used for making the eSignature process complete with the help of HelloSign APIs with minimum efforts. And there APIs super cool and easy to use in your application.

Read More
jjj

POST large JSON Data without cURL call in Node.js

Curl is used to transfer data to a server and also for to get data from the server, using one of the supported protocols (HTTP, HTTPS, FTP). With cURL we can do things likes proxy support, user authentication…

Read More
jjj

KeystoneJS (Node.js CMS & Web Application Platform)

KeystoneJS is a powerful Node.js content management system and web app framework built on express and mongoose. Keystone makes it easy to create websites.

Read More
jjj

What is Docker?

Docker is the operating system level virtualization. It is a tool that reduces the complexity of the communication that required between teams of people while deploying software in the production.

Read More
jjj

MongoDB Sharding, Replication and Clusters

MongoDB is the next-generation database that lets you do things you could never do before. It is a leading non-relational database management system and a prominent member of the NoSQL movement.

Read More
jjj

Web, Mobile and API Development Guide

What are various Web, Mobile and API end technologies and how do they work in tandem? Tudip’s Web, Mobile and API Development Guide is a good starting point

Read More
jjj

KnockoutJS: Build Dynamic Client Side Application

KnockoutJS is a JavaScript library that allow you to create dynamic and rich web applications. It makes it very simple to enact a complicated UI that responds to user interactions. It offers observables to sync UI with its data model along with set of declarative bindings. It is built with the Model-View-ViewModel (MVVM) pattern.

Read More
jjj

Node.js ​A different JavaScript

JavaScript is one of the core technologies of the World Wide Web. Almost every web browser supports JavaScript without any plugins. JavaScript is a dynamic programming language, whose implementations make dynamic pages with the help of client…

Read More
jjj

Install and Configure Karma Test Runner

Karma is the most popular test runner but how do you Install and configure Karma test runner? This article explains Karma configuration and basic settings.

Read More