Skip to main content

Deployd presentation by PV at Silicon Valley - South Bay JS group @ Shape Security

Details : (Videos below)

South Bay JS





Every 2nd Wednesday of the month until March 13, 2018

This Wednesday's meetup we'll have 3 speakers starting at 7pm. Doors open at 6:30pm and there will be pizza and drinks available.

Long-form Talk:
Speaker: Moorthi Pichaikannu
Title: Simple, easy and rapid API development with Deployd - node.js and MongoDB opensource framework

Description:
The core of IOT is APIs of Things and at this talk you will see how to design, build, and scale APIs for web and mobile apps in minutes instead of days using Deployd , nodejs opensource framework. If you are a web developer with java, asp.net, python etc, you will learn the same basic concepts of request, response, session management, middleware logic done in deployd nodejs framework. We will focus on best features, best practices and how to easily scale with plugin modules and possibly more.

A demo of creating and running REST API based full stack angularjs, deployd, nodejs application in minutes with apaibot.com. 

About Moorthi:
Moorthi Pichaikannu is a contributor to Deployd framework. He is the principle developer at www.apaibot.com - a platform helps creating applications in minutes.


Attendees (35)



  • Deployd Presentation Part 1


  •  Deployd Presentation Part 2



  • Deployd Presentation Part 3


Comments

  1. Could you please fix the password reset in this codejam ? I've been dying to use deployd for all my clients however shunned away cuz of the password reset feature.

    And also I've forked the repo and modified it to support underscores (_) on JSON properties in a collection. Would be much better if you add this by default too.

    ReplyDelete

Post a Comment

Popular posts from this blog

Get started with Deployd

Here are the steps to get started with deployd. (On windows). And it also covers how to over come some startup issues. Prerequisite:   NodeJS (must)  MongoDB (must )  1. Install Deployd Command line (dpd-cli ) first. > npm install dpd-cli -g 2. Follow the below from your 'WORKSPACE' folder. Don't create a folder yet. Below command will create a project folder , basic project files and all dependencies in the node_modules folder. So, it will take few minutes (to install all dependencies) >dpd create your-project-name 3. Then follow  if you are greeted with some errors as shown below. c:\\Deployd\dpd_tutorial>dpd create tute- 1 dpd is installing the dependencies... please be patient ( this may take a few minutes) to start your app: $ cd tute- 1 $ dpd c:\\Deployd\dpd_tutorial>cd tute- 1 c:\\Deployd\dpd_tutorial\tute- 1 >dpd deployd CLI version 2.0 . 2 starting deployd Failed to start MongoDB (Make sure 'mong