VOOZH about

URL: https://www.javacodegeeks.com/author/piyas-de/page/2

⇱ Piyas De, Author at Java Code Geeks - Page 2 of 3


  • Software Development👁 Image
    Piyas DeJuly 21st, 2014
    0 215

    How to Use Projection in MongoDB?

    In mongodb, projection means selecting only necessary data rather than selecting the whole data of a document. If a document has…

    Read More »
  • Software Development👁 Image
    Piyas DeApril 23rd, 2014
    0 173

    Introduction to Backbone.js

    Introduction The web application development process has been evolving over the years. In the beginning web applications were just static…

    Read More »
  • Software Development👁 Image
    Piyas DeMarch 21st, 2014
    4 744

    Single Page Application with Angular.js, Node.js and MongoDB (MongoJS Module)

    The current post is a proof of concept towards making a web application with a Javascript based Web Server. This…

    Read More »
  • Software Development👁 Image
    Piyas DeJanuary 3rd, 2014
    0 98

    Event Emitter in node.js

    Event emitter from one class triggers an event to which other functions from other classes can listen. Libraries offer implementations…

    Read More »
  • Software Development👁 Image
    Piyas DeDecember 31st, 2013
    0 116

    Node.js Buffer Operations

    Pure javascript is not efficient in handling binary data. Node.js has native layer implementation for handling binary data, which is…

    Read More »
  • Software Development👁 Image
    Piyas DeDecember 23rd, 2013
    0 71

    Node.js Package Manager

    Node.js standard packages and modules are installed through standard packaging application – called as Node Package Manager(NPM). NPM is the…

    Read More »
  • Software Development👁 Image
    Piyas DeDecember 19th, 2013
    1 123

    Node.js Synchronous and Asynchronous Functions

    In node.js platform, as the non-blocking programming model is followed as practice, all most all of the functions in the…

    Read More »
  • Software Development👁 Image
    Piyas DeDecember 15th, 2013
    4 238

    Node.js Non-Blocking IO Model

    Now-a-days developers know about Node.js as a server -side javascript execution platform. According to nodejs.org,- “Node.js is a platform built…

    Read More »
  • Android Core👁 Image
    Piyas DeAugust 15th, 2013
    18 346

    Android Custom Loader to Load Data Directly from SQLite Database

    Today we’ll discuss about custom loaders in Android. Loaders have been introduced from Android 3.0 but we can also use…

    Read More »
  • «
  • 1
  • 2
  • 3
  • »
Back to top button
Close