The stories in my head

A few days ago I stumbled upon this wonderful story. I love those short stories. They are real, inspirational and educational stories. I've also have two stories on my head that I kept saying when I am among fellows but I never wrote them somewhere… »

REST API Error Handling with Express.js

When you are writing an API, especially when is going to go public, you want the error responses to be as consistent as possible. You want your errors to be identical everywhere, to provide not too much information for your internal system but enough… »

References from my Javascript 101

A week ago Thanasis asked me to make a Javascript 101 for the SKG Node.js monthly meetup. The trap? I had to present it a week after. :/ At first, it looked not such an easy task, since I hadn't have any slides or anything ready for it. Fuck it… »

Hands on React.js

I haven't really gotten into React.js yet, even though I have heard about it about a year ago. It was this video, about react-native and how you can build native iOS apps with Javascript, that really got me thinking. So, I started searching around… »

Common Concurrency Problems

A common problem to Computer Science is Concurrency. Most of the application we use today, use it in order to better utilise the hardware underneath them, especially when you are dealing with multicore systems. Now a few days ago I bumped into an… »