Tech Tips
Random ramblings on technical topics.
Saturday, February 1, 2014
Node.js Crypto Module Examples
›
I recently had the need to use the node crypto module in a project. To get this to work properly, paying attention to the last two sentenc...
Tuesday, January 28, 2014
Node vs. Java - Web Service Performance
›
Summary I recently did some comparative testing of web service implementations for a simple in-memory cache. I built functionally equiva...
Sunday, January 12, 2014
Apache Cassandra Start-up Problem - UseCondCardMark
›
Problem You receive the error below when attempting to start up Cassandra Unrecognized VM option 'UseCondCardMark' Diagnosis ...
Thursday, January 9, 2014
SIP UUI Data Encoding
›
Per the IETF draft , strings passed via SIP UUI are encoded as hexadecimal digits representing their ASCII code. Interestingly enough, the...
Friday, January 3, 2014
Implementing a Cisco GED-145 Gateway with Node.js
›
Summary Cisco's GED-145 is an API + protocol definition for integrating their enterprise-grade contact center product with 3rd-party ...
Monday, November 25, 2013
OAuth authentication to Box.com via node.js
›
Below is some code that implements a 'hello world'-level integration between a node.js app and the box.com 2.0 API. Box uses OAuth...
Saturday, November 23, 2013
Force Redirection of HTTP to SSL in Tomcat
›
If you have a particular app within Tomcat that you want to restrict to SSL access, this can be accomplished with a couple edits. web.xml ...
‹
›
Home
View web version