SCAR: a Java scaffolding solution

This post is dedicated to providing you with insights into the reasons why "code re-use" is applied; which, in turn, shows why these principles aren't always applicable to middle-sized software components. An answer to this problem is the SCAR tool that I developed: a tool that allows components to easily integrate with other software projects.

Read more

WebSocket handshake

Recently, I have been tinkering with the new technologies that the latest browsers have started to integrate, in particular: WebSockets. Unfortunately I ran into some problems with the newest draft that needs you to provide a proper answer to a security challenge. Here's some more explanation on how to provide the proper handshake.

Read more