HN user

jakerella86

178 karma
Posts46
Comments14
View on HN
www.axios.com 2y ago

Homeland Security Seeks AI Talent from Silicon Valley

jakerella86
2pts1
medium.com 8y ago

Open sourcing code at the DoD

jakerella86
6pts0
mktmp.io 10y ago

Mktmpio: Temporary databases that start instantly

jakerella86
7pts3
www.capitalone.io 10y ago

Contrasting Enterprise Node.js Frameworks: Hapi, Kraken, Sails, and LoopBack

jakerella86
1pts0
strongloop.com 10y ago

IBM acquires Node software company StrongLoop

jakerella86
1pts0
blog.nibblesec.org 10y ago

Using Dharma to rediscover Node.js out-of-band write in UTF8 decoder

jakerella86
8pts0
strongloop.com 10y ago

Using the Xamarin SDK for Node APIs in LoopBack

jakerella86
14pts2
davidwalsh.name 10y ago

CLI args in Node.js with yargs

jakerella86
2pts0
blog.jeffdouglas.com 11y ago

Node.js APIs: Roll your own or use LoopBack?

jakerella86
1pts0
www.sitepoint.com 11y ago

Smackdown: PHP vs. Node.js

jakerella86
4pts0
codepen.io 11y ago

“Power Surge” game in CodePen

jakerella86
1pts0
www.pluralsight.com 11y ago

Pluralsight course on using Node.js with Intel Edison board

jakerella86
4pts0
blog.flowdock.com 11y ago

Debugging Node.js memory leaks

jakerella86
37pts3
docs.docker.com 11y ago

Docker's Guide to Dockerizing Node.js Apps

jakerella86
2pts0
github.com 11y ago

TypeScript linter plugin for SublimeText

jakerella86
2pts0
www.cloud66.com 11y ago

Service to run production apps in Docker

jakerella86
2pts0
strongloop.com 11y ago

Getting started with ES6 object notation

jakerella86
2pts0
lea.verou.me 11y ago

Lea Verou thinks jQuery may be harmful

jakerella86
1pts0
strongloop.com 11y ago

Unopinionated PubSub in Node.js

jakerella86
1pts0
github.com 11y ago

Diffing io.js and the Node.js foundation

jakerella86
1pts0
github.com 11y ago

Random contest drawing app in Node and socket.io

jakerella86
1pts0
strongloop.com 11y ago

How to Create and Run StrongLoop Process Manager Docker Images

jakerella86
10pts5
strongloop.com 11y ago

New version of StrongLoop's Process Manager for Node with docker and nginx support

jakerella86
16pts5
strongloop.com 11y ago

What's new in LoopBack Node.js framework

jakerella86
2pts0
github.com 11y ago

Nudity detector in JavaScript and HTML canvas

jakerella86
4pts4
www.2ality.com 11y ago

ES6 generators in depth

jakerella86
52pts24
rmurphey.com 11y ago

A 2015 Update to “A Baseline for Front End Developers”?

jakerella86
4pts0
scottberkun.com 11y ago

Why isn't remote work more popular?

jakerella86
8pts0
strongloop.com 11y ago

Using Dependency Injection in Your JavaScript Unit Tests with Rewire

jakerella86
13pts2
wiki.ecmascript.org 11y ago

ES6 RC3 released

jakerella86
105pts22

Hi! My name is Jordan and I'm a USDSer at the DoD. I'll be sharing my experiences trying to open source software within the DoD at the upcoming Mid-Atlantic Developer Conference in Baltimore (Aug 1-2). As Robbie mentioned, some of us also participate in many of the user groups around town, including DCJS and Women Who Code DC.

I'd agree that Node.js is pretty dang nice for RESTful APIs. The fully asynchronous nature means really great throughput on the server, especially when most of your processing time is spent in DB or file I/O (as is often the case in APIs). As for disadvantages... I dunno. I guess if you don't really know JS very well it could be difficult to get into, and good developers are harder to find than in some other languages. But as a platform for APIs it's pretty solid.

As for a guide... There's a guide for LoopBack specifically here: http://docs.strongloop.com/display/LB/Getting+started+with+L... That framework was written specifically for writing REST APIs.

Or just require devs to use --harmony. I think there are a couple modules that do so... like koa. :)

Of course, since that's basically "experimental" I guess people would think your module is also "experimental". But I think let and const are pretty darn stable.

The license is one benefit, yes... but the StrongLoop PM also has support for deployment across multiple machines and integration with nginx for load balancing. And everything can be monitored (including across machines) from a single GUI: StrongLoop Arc.

pm2 is great, but this is not an "added features" play, StrongLoop wrote this process manager from scratch based on experience with very large enterprise clients. In other words, this is a new beast entirely!