Ken Rimple

Business of Technology #4 – Gilt Groupe CTO Michael Bryzek on Gilt and Open Source

In this interview with Gilt Groupe CTO Michael Bryzek, we discuss how the company started, the open source technologies they’ve used, and how their open source commitment has evolved. We take some time to talk about the scale of their operation, and how they leverage micro services as a way to make it more manageable and scalable in both infrastructure and human terms.

Data I/O 2013 – Graph Database Use Cases – Max DeMarzi

ARVE Error:
ARVE Error: loop not valid
loop not valid
autoplay not valid

Neo’s Max DeMarzi talks about a number of use cases for Graph Databases, referencing open source projects.

DevNews #76 – HAML-esque JS templates, a monitor for $400, what’s the world coming to?

We have a great set of resources for you today, ranging from HAML-like templates in Javascript, to a great Go tutorial website, to some heavy-duty Scala Akka Finite State Machine discusisons, iOS Workflows, a $15 Arduino with GPS, and much more. Hosts – Ken Rimple, Joel Confino, Eric Snyder and Sujan Kapadia.

DevNews #74 – Our 2013 recap, 2014 guesses and much more

Ken and Joel give their “predictions” and “recap” of 2014, which is purely their version, but somebody’s got to do it. Also, we talk tools for testing in NodeJS, namely Mocha and Chai, some linux and regex visualization websites, a < $300 ChromeBook announced by Toshiba at CES, writing and posting HTML content on GitHub using gh_pages, and more.

Javascript's Modern Web Tools – Node Package Manager

The Node Package Manager, or npm, is one of the most useful utilities downloaded with NodeJS. It is used to install various Javascript tools and libraries, including web frameworks like Connect and Express. This tutorial shows you how to get started with the npm tool.