Yearly Archives: 2015

OkHttp – An HTTP & SPDY Java client

                               As HTTP/2 adoption is already done by some of the web servers and the browsers, its time for developers to adopt HTTP client libraries to

Tagged with: ,
Posted in Frameworks, General

2015 Year End Recap of Technology Market Share

                As 2015 is nearing to end, let us see some of the web tools and technologies market share. The percentage of market share(It is a relative percentage with others) of the different

Tagged with:
Posted in ecommerce, General

Online Retailers – Roll up your sleeves to grab the peak season sales

                       As this is the peak season for North America every online retailer is getting ready with full of inventory, lots of offers to grab the business. We will see

Tagged with:
Posted in ecommerce

Mongoose : MongoDB Object Modeling for Node.JS

                In this article, we will see how to use “mongoose” to connect to “MongoDB” from Node.JS. Mongoose provides object modeling and schema for application data. Follow the below steps to work with mongoose.

Tagged with:
Posted in Node.js

How to make REST API call from Express Application

                At times our application might depend on other 3rd party REST APIs. In that case, we might require to make either GET or POST requests from our express application.      

Tagged with:
Posted in Node.js

express-generator : Scaffolding Of Express Application

                                 In the last article, we have created the “Express” application and exposed REST services. There is a node module called “express-generator” which will provide

Tagged with:
Posted in Node.js

Create REST Service Using Node.JS and Express

                             In this article, we will see how to expose REST services using Node.JS and Express.JS. Express is a lightweight web framework built for Node.JS. Now we

Tagged with: ,
Posted in Node.js

Introduction to NodeJS and Its Request Processing Model

           In this article, we will see the basic introduction of NodeJS and Its request processing model. NodeJS is a server-side Javascript run time built on top of Chrome’s V8 engine. Node run time is an event-driven, asynchronous and nonblocking

Tagged with: , , ,
Posted in Node.js

MongoDB – Design of Product Catalog Documents Structure

                           In this article, we will see the product catalog database design and its associations. The below diagram explains the entities involved and their associations.      

Tagged with:
Posted in ecommerce, MongoDB, NoSql

Proposed Tech stack to build online store with MongoDB, Node.js and Elasticsearch

                   In the last article, we have seen the technical architecture. In this article, we will see the tech stack and the purpose of each technology. The proposed tech stack is given

Tagged with:
Posted in ecommerce, Elasticsearch, MongoDB, Node.js, NoSql
Dzone.com
DZone

DZone MVB

Java Code Geeks
Java Code Geeks
OpenSourceForYou