Hapi-Joi error handling with custom messages  

By Csaba Kiss | 1/17/18 1:33 AM | - | Added by John Oldenburger

Recently, I have ventured into the world of nodejs. Coming from XPage development, the learning curve is quite steep. I looked at several back-end frameworks express, feathersjs and Strongloop’s loopback among others. They are all fine frameworks, but the one I fell in love with was hapijs.

Websocket overview/tutorial video  

By Csaba Kiss | 1/30/17 4:09 PM | - | Added by Oliver Busse

I promised an overview video of the websocket enabled XPage application that we created during the websocket tutorial series. Here is a 30-minute detailed explanation how the application works. I hope you enjoy it!

x$ selector problem with JQuery 3  

By Csaba Kiss | 11/23/16 7:50 PM | - | Added by Oliver Busse

A quick tip for people who use JQuery and x$. The selector property of the JQuery object has been deprecated in JQuery 3. I offer you a simple solution in this short post.