Projects

Some sample project that i worked on in my spare time :

  • Sample React and Flux app:

Click here to view the project. This app is build on react and node.js. Use gulp to run the app. It uses facebook’s Flux architecture. Uses all Flux components such as Action,Dispatcher, Store.

  • Sample Angular app:

Click here to view this project. This app is build on angular and node.js. It uses all core angular concepts such as Directives, ng-controller and ng-model.

  • Node clustering example:

Click here to view the project. Clustering is important practice is node.js to spin up more thread. Node.js by nature is single threaded. So if this thread is busy doing some processing new request will get queued up. By forking the main thread, new thread can be created which will concurrently serve request to the user.

  • Responsive Web design:

Click here to view the project. This project is based on concept of responsive design like media query. Break point are setup based on the width of device and then corresponding css rules executes.

  •  MongoDb & node app:

    Click here to view the project. This project is based on node.js and mongodb on backend. Use basic operations on mongoDb like insert, find and update.

  • MEAN app:

    Click here to view  the project. MEAN = Mongo, Express, Angular and Node. This project has two components : client side and server side. Client is built on angular. Server side is build on express, node.js and Mongodb. This app also uses facebook for single sign on.

 

 

 

 

Advertisement