nodeJS and Web APIs
69.0K views | +5 today
Follow
nodeJS and Web APIs
about node.js and Web APIs
Your new post is loading...
Your new post is loading...

Popular Tags

Scooped by Srdjan Strbanovic
October 3, 2014 1:30 PM
Scoop.it!

JSON Web Tokens - jwt.io

JSON Web Tokens - jwt.io | nodeJS and Web APIs | Scoop.it
JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS).
No comment yet.
Scooped by Srdjan Strbanovic
October 2, 2014 6:06 PM
Scoop.it!

OAuth, app permissions, and a false sense of security

OAuth, app permissions, and a false sense of security | nodeJS and Web APIs | Scoop.it
Disclaimer There is nothing new in this post. I'm just bringing this up now because a lot of people seem to not know the facts. It also has nothing to do with Windows Phone specifically, but rather pretty much every platform. The point of this post is not to spread FUD, but to remind people to not take security for granted. OAuth For those that don't know what OAuth is, it is an open...
No comment yet.
Scooped by Srdjan Strbanovic
October 2, 2014 9:27 AM
Scoop.it!

Koa Monk and Gulp - Getting Started | The Jackal of Javascript

Koa Monk and Gulp - Getting Started | The Jackal of Javascript | nodeJS and Web APIs | Scoop.it
9113Koa Monk Gulp – Getting Started In this post, we will take a look at the basic concepts of Koa and Monk. Then we will scaffold a new Koa Monk project using a Slush (A Scaffolding tool like Yeoman, but uses Gulp for task management) generator named slush mongo written by Antonio & me. So, let’s get started. Contents …
No comment yet.
Scooped by Srdjan Strbanovic
October 2, 2014 9:13 AM
Scoop.it!

Ionic, Twilio and Node Scheduler – A Reminder App – Part II [Client] | The Jackal of Javascript

Ionic, Twilio and Node Scheduler – A Reminder App – Part II [Client] | The Jackal of Javascript | nodeJS and Web APIs | Scoop.it
3000Ionic, Twilio and Node Scheduler – A Reminder App – Part II [Client] This is the second part of the two part post on how to build a reminder app using Node scheduler, Twilio cloud API and Ionic Framework. If you did not already check out the first part, you can do so here : …
No comment yet.
Scooped by Srdjan Strbanovic
September 29, 2014 6:23 PM
Scoop.it!

Build an agile SaaS framework for Bluemix and SoftLayer with Node.js

Build an agile SaaS framework for Bluemix and SoftLayer with Node.js | nodeJS and Web APIs | Scoop.it
No comment yet.
Scooped by Srdjan Strbanovic
September 29, 2014 7:46 AM
Scoop.it!

StrongLoop | What’s New in Node.js v0.12 – Performance Optimizations

No comment yet.
Scooped by Srdjan Strbanovic
September 26, 2014 4:05 PM
Scoop.it!

In-App Messaging | Intercom

In-App Messaging | Intercom | nodeJS and Web APIs | Scoop.it
An entirely new way to engage, learn from, and support your users. Send in-app or in-product messages at the perfect time.
No comment yet.
Scooped by Srdjan Strbanovic
September 24, 2014 9:45 PM
Scoop.it!

Steamclock Software - iOS app development and consulting in Vancouver

Steamclock is a web and mobile software studio based in downtown Vancouver. We make great apps for iOS, Android, and the web.
No comment yet.
Scooped by Srdjan Strbanovic
September 21, 2014 10:36 AM
Scoop.it!

Nemo.js: PayPal’s open source node.js automation framework | PayPal Engineering Blog

Nemo.js: PayPal’s open source node.js automation framework | PayPal Engineering Blog | nodeJS and Web APIs | Scoop.it
No comment yet.
Scooped by Srdjan Strbanovic
September 18, 2014 12:32 PM
Scoop.it!

Getting started with Stripe – part 2 | nairteashop.org

Getting started with Stripe – part 2 | nairteashop.org | nodeJS and Web APIs | Scoop.it
No comment yet.
Scooped by Srdjan Strbanovic
September 11, 2014 5:33 PM
Scoop.it!

Streaming directly into Postgres with Hapi.js and pg-copy-stream

Streaming directly into Postgres with Hapi.js and pg-copy-stream | nodeJS and Web APIs | Scoop.it
When implementing the Good Enough Recommendations (GER) engine, a core requirement was to let users insert large amounts of data quickly in order to bootstrap the recommendations engine. Additionally, this bootstrapping should be available over HTTP, as this will become the primary channel for interaction with GER.

PostGres (which GER uses) has the COPY command that is "optimised for loading large numbers of rows" in various formats, and npm has the package pg-copy-streams that pass Node.js streams to COPY. This would work well with the Hapi.js web application framework which can turn an uploaded file into a Node.js stream without having to hold the entire file in memory or create a temporary file on disk.

In this post I will describe how to upload a file and directly insert its data into PostGres using Node.js streams with Hapi.js and pg-copy-streams.
No comment yet.
Scooped by Srdjan Strbanovic
October 3, 2014 10:20 AM
Scoop.it!

JSONPlaceholder - A fake online REST API for testing and prototyping

JSONPlaceholder - A fake online REST API for testing and prototyping | nodeJS and Web APIs | Scoop.it
No comment yet.
Scooped by Srdjan Strbanovic
October 2, 2014 9:29 AM
Scoop.it!

Self-contained Node.js scripts

Self-contained Node.js scripts | nodeJS and Web APIs | Scoop.it
Deploying Node applications should be a straightforward task.For some reasons, you can read here and there that additional dependencies need to be installed globally.\nWhich is generally very rarely needed.
No comment yet.
Scooped by Srdjan Strbanovic
October 2, 2014 9:21 AM
Scoop.it!

John Resig - Node.js Stream Playground

John Resig - Node.js Stream Playground | nodeJS and Web APIs | Scoop.it
No comment yet.
Scooped by Srdjan Strbanovic
October 2, 2014 9:12 AM
Scoop.it!

Ionic, Twilio and Node Scheduler - A Reminder App - Part I [Server] | The Jackal of Javascript

Ionic, Twilio and Node Scheduler - A Reminder App - Part I [Server] | The Jackal of Javascript | nodeJS and Web APIs | Scoop.it
13001Ionic, Twilio and Node Scheduler – A Reminder App – Part I [Server] In this post, we will take a look at building a Reminder app. With this mobile hybrid app, a user can register, login and then create a reminder. While creating the reminder, the user has an option to schedule a Call or a SMS …
No comment yet.
Scooped by Srdjan Strbanovic
October 2, 2014 9:00 AM
Scoop.it!

3 Essential Sublime Text Plugins for Node & JavaScript developers - Scott Smith

3 Essential Sublime Text Plugins for Node & JavaScript developers - Scott Smith | nodeJS and Web APIs | Scoop.it
Check out these 3 great and essential Sublime Text plugins every JavaScript and Node developer should know about.
No comment yet.
Scooped by Srdjan Strbanovic
September 29, 2014 2:00 PM
Scoop.it!

TreeModel

TreeModel | nodeJS and Web APIs | Scoop.it
Manipulate and traverse tree-like structures in javascript.
No comment yet.
Scooped by Srdjan Strbanovic
September 28, 2014 10:53 AM
Scoop.it!

StrongLoop | Promises in Node.js with Q – An Alternative to Callbacks

StrongLoop | Promises in Node.js with Q – An Alternative to Callbacks | nodeJS and Web APIs | Scoop.it
No comment yet.
Scooped by Srdjan Strbanovic
September 20, 2014 12:03 PM
Scoop.it!

DeveloperForce

DeveloperForce | nodeJS and Web APIs | Scoop.it
How do you measure the growth in adoption of JavaScript libraries in enterprise software and cloud development? Rod Boothy at npmjs looks at three key metrics.
No comment yet.
Scooped by Srdjan Strbanovic
September 13, 2014 4:35 PM
Scoop.it!

Performance tooling today

Performance tooling today | nodeJS and Web APIs | Scoop.it
Perf Tooling Today lists a lot of tools that can be used to make the web faster, because performance matters!
No comment yet.