Always remain updated about current software development trends

Codeproject.com

Arduino and the Web using NodeJS and SerialPort2

This article focuses on how to listen for signals from an Arduino through the Serial Port (Linux, Mac) or COM Port for Windows using the SerialPort2 Node.JS module and serve signal data to the web in real time using Socket.IO.

Simple Plug-in Architecture in Plain C

How to write an application using architecture that supports plug-ins.

Selection Overlay DLL

API which shows a Selection Overlay and notifies the caller when it's resizing and notifies the final rectangle.

ASUS Zenbook UX31E-DH52 -- A Developer's Perspective

My final review on the ASUS Zenbook UX31E-DH52. This time my discussion is focused on the computer as a development machine.

Constant Member Functions Are Not Always Constant

In this article, I'm going to explain why the constant member functions aren't always constant, i.e. despite of the fact that a function is declared as constant, it still allows setting or changing data members within the class

Static and Type markup extensions for Silverlight 5 and WPF

An extended Static markup extension implementation for Silverlight 5 and WPF supporting invoking static methods with arguments, and a Silverlight Type markup extension implementation.

How to create your own map on Google Maps

A simple way to create your own Google map from several locations.

Bird, a New Optimal Language

A new general purpose language that aims to be fast, high level and simple to use. (I renamed it from Anonymus)