 Your new post is loading...
 Your new post is loading...
|
Scooped by
Srdjan Strbanovic
October 3, 2014 1:30 PM
|
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).
|
Scooped by
Srdjan Strbanovic
October 2, 2014 6:06 PM
|
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...
|
Scooped by
Srdjan Strbanovic
October 2, 2014 9:27 AM
|
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 …
|
Scooped by
Srdjan Strbanovic
October 2, 2014 9:13 AM
|
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 : …
|
Scooped by
Srdjan Strbanovic
October 2, 2014 9:07 AM
|
|
Scooped by
Srdjan Strbanovic
September 29, 2014 6:23 PM
|
|
Scooped by
Srdjan Strbanovic
September 29, 2014 7:46 AM
|
|
Scooped by
Srdjan Strbanovic
September 26, 2014 4:05 PM
|
An entirely new way to engage, learn from, and support your users. Send in-app or in-product messages at the perfect time.
|
Scooped by
Srdjan Strbanovic
September 24, 2014 9:45 PM
|
Steamclock is a web and mobile software studio based in downtown Vancouver. We make great apps for iOS, Android, and the web.
|
Scooped by
Srdjan Strbanovic
September 21, 2014 10:36 AM
|
|
Scooped by
Srdjan Strbanovic
September 19, 2014 1:44 PM
|
|
Scooped by
Srdjan Strbanovic
September 18, 2014 12:32 PM
|
|
Scooped by
Srdjan Strbanovic
September 11, 2014 5:33 PM
|
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.
|
|
Scooped by
Srdjan Strbanovic
October 3, 2014 10:20 AM
|
|
Scooped by
Srdjan Strbanovic
October 2, 2014 9:29 AM
|
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.
|
Scooped by
Srdjan Strbanovic
October 2, 2014 9:21 AM
|
|
Scooped by
Srdjan Strbanovic
October 2, 2014 9:12 AM
|
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 …
|
Scooped by
Srdjan Strbanovic
October 2, 2014 9:00 AM
|
Check out these 3 great and essential Sublime Text plugins every JavaScript and Node developer should know about.
|
Scooped by
Srdjan Strbanovic
September 29, 2014 2:00 PM
|
Manipulate and traverse tree-like structures in javascript.
|
Scooped by
Srdjan Strbanovic
September 28, 2014 10:53 AM
|
|
Scooped by
Srdjan Strbanovic
September 24, 2014 9:47 PM
|
|
Scooped by
Srdjan Strbanovic
September 23, 2014 11:22 AM
|
|
Scooped by
Srdjan Strbanovic
September 20, 2014 12:03 PM
|
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.
|
Scooped by
Srdjan Strbanovic
September 18, 2014 12:41 PM
|
|
Scooped by
Srdjan Strbanovic
September 13, 2014 4:35 PM
|
Perf Tooling Today lists a lot of tools that can be used to make the web faster, because performance matters!
|