I'm an electronics engineer who choose a career in software instead of hardware. My interest range is very broad, but I really love doing low-level stuff where the rubber hits the road, like C programming and assembler. However, you can also find me doing MVC in php and toying with the latest jQuery plugin.
Having worked for a big player in the storage industry, I'm now pursuing a career as a contractor for one simple reason; I just want to work with technologies in which I can put my passion.
Next to my career I'm a husband and a father to two children. With my family, I live in a small village in Belgium, Tongerlo, which has its own abbey, an abundance of social life and its own local beer. The right mix to chill down after a day of hard work.
In my copious spare time (right) I find satisfaction in thinkering, toying, fiddling and experimenting with both emerging and heirloom technologies.
| favorites | c-and-java various-scripting-languag embedded-on-8-bit performance-at-scale linux |
| likes | automation web-development sensor-networks storage |
| dislikes | finance |
Experience
Tektonica BVBA Independent IT consultant 2000 - Current
Project work as an independent software engineering consultant and as an ISV under the name of Tektonica BVBA.
Now... online word puzzles site - Online puzzle site that wants to expand into an online distributor of puzzles, with software as a service model. I'm doing the architecture and implementation of the online software service and the generator of the word puzzles. The online application makes heavy use of CakePHP. The puzzles are written as Java applets, but I'm moving them to Flash. The goal, from a technology point of view, is to run the whole application on Amazon EC2, making heavy use of the Amazon content distribution network and other services.
* Past *
wordpress plugins - I wrote some custom plugins for wordpress as a contractor. One plugin provides a general license system for other plugins to use. This enables the customer to sell plugins which need to be activated via a license. Another plugin provides a payment gateway for ogone.be to be used with wordpress and wp-ecommerce.
mo:Blog - In 2001 I started to write a mobile blogging application for Palm. It supports various blog protocols (blogger API, MovableType, MetaWebLogAPI, ATOM) and can upload files via the blog API or via FTP.
PalmOS shared libraries - For PalmOS I released a few shared libraries: HTTPLib for HTTP(S) communications, FTPLib supports the FTP protocol and BTGPSLib a shared library to communicate to a bluetooth GPS mouse.
EMC Senior Software Engineer 2002 - 2009
Senior Software Engineer working on a storage virtualization layer.
Development of a new product to virtualize the storage provided by a Centera. This product is written entirely in C. I was one of the first two engineers who worked on this product.
My role was to help lay out the foundation of the product, like writing the low level components. I also took the role upon me to build and maintain a continuous integration environment and to set up a workable development environment for the team to scale.
EMC Senior Software Engineer 2002 - 2009
Senior Software Engineer working on Centera
Mostly work in Java, Perl, C and Bash, concerning things like: Manageability, logging, platform scripts, service level scripts, ... Areas I worked on are adding SNMP support to the product, also some database and filesystem level work, system level tuning (memory consumption, resource demand minimalisation, performance,...)
EMC Software Architect 2002 - 2009
Performance and reliability @ scale
My concerns are reliability, serviceability, accessability and performance. I did work in the area of internal profiling and visualisation of cluster-wide transactions. Another area of responsibility was the platform (Linux, filesystem, network) working on things like optimal filesytem layout, optimal database representation, platform design, ...
EMC Advanced development 2002 - 2009
Working on linux kernel, filesystems and various prototypes
In this role I worked on linux kernel development, custom filesystem development and various prototypes. Together with an external hardware company we created a GPS time unit to keep geographically seperated clusters in time sync. With the same company we worked on a prototype to CAS enable a camera, annotating a digital photo with sensory data and storing it on a Centera. In both cases I was the main architect and technical contact person with the external hardware company, in this role I overlooked the project and did most of the work on the software running inside our storage cluster. For the CAS camera project I developed a Web 2.0 photo album application. Because CAS storage gets more accepted, we are working together with SNIA to create a standardized CAS access API named XAM. For the XAM protoype I developed and designed the OS abstraction layer to make it portable to various UNIX systems, Windows and embedded devices.
Price Waterhouse Coopers Solutions architect 2001 - 2002
Architecture and implementation of EIA solutions, focus on multichannel delivery platforms.
Example: Mobile::Exchange - Architecture and implementation of a message exchange platform, build to integrate SMS capabilities in Siebel 6. Can also be used to equip other platforms with wireless capabilities independent of the choosen mobile aggregator.
Evisor nv/sa E-business architect / Mobile competence center leader 1999 - 2001
Architecture and implementation of e-business solutions.
Mobile Competence center leader (SMS/ WAP / PDA / mobile computing).
CIMAD / IBM Global Services I.T. Specialist 1998 - 1999
Architecture and implementation of various e-business projects.
- Wrote a parser for edifact messages in Perl.
- Worked on a site for the Belgian senate, which made heavy use of Informix.
The Reference Software Engineer 1998
Dedicated Project Manager for an Internet car database project. Conversion of a CGI/Visual Basic web application to ASP.
Ordina Technology Internet Consultant / Software Engineer 1997
Technical coordinator Internet Team. Concept, architecture and implementation for websites and web applications.
- Development of database driven websites in Perl.
- Enterprise application integration.
INnet n.v. / UUNet Software Engineer / Web developer 1996
Software development, related to the Internet (TCP/IP, analysing webservers, routers, ...).
Architecture and development for websites and applications.
- Wrote database backed web applications for internal usage and customers in Perl/CGI on various Unix boxes.
- Development of an Internet aware desktop application for a large packaging company in Delphi.
INNet n.v. / UUNet Apprenticeship 1996
For my finalpaper, I had to develop a project within a company. I choose an Internet company, INnet, one of the first internet companies in Belgium. The project I choose was to develop a real-time video conferencing application that would run over a low-bandwidth connection. This application was developed for Windows (3.11/95) and used a standard video capture card. I developed my own compression algorithm for it and it actually ran at a respectable framerate.
Education
Katholieke Hogeschool Der Kempen M.S. Electronics Engineer 1992 - 1996
I got a distinction on my graduation diploma as an electronics engineer and my final paper was selected as one of the best according to a belgian engineering association (VIK).
Other
Projects and Links
During the years I've worked on various hobby projects, some of them I document on my blog which you can find on http://www.vandenbrande.com/
Twitter client for the Commodore 64 - BREADBOX64 is a twitter client for the C64/128 which allows you to tweet from a real C64 and show your friends timeline. It uses Contiki, a very nice embedded OS, and the MMC Replay cartridge with the RR-Net add on for the physical connection to the net. (6502 assembly, CC65, Contiki OS, HTTP protocol).
Indoor Motorized Paraglider -A remotely controlled indoor motorized paraglider with a wingspan of 40cm. For this I had to design an application that draws the outline of the parasail and the ribs given a certain planform and wing profile. The program outputs DXF for import in a CNC routing applications. (Python, GCODE, CNC milling, aerodynamics)
PPM decoder - Decoder core for a PPM signal as found in hobby RC transmitters and receivers. The decoder is written for an Atmel AVR and is written in AVRGCC. The decodes signal can be used as a PWM signal for driving hobby servos or as a signal to drive a small DC motor driven by a FET. (C (AVRGCC), PPM, PWM, motor control.)
Infrared Transmitter for Indoor RC planes - Infrared transmitter for indoor RC flight. The transmitter receives over RF a signal from a normal RC hobby transmitter and modulates the received PPM signal on top of IR which can be picked up by small infrared receivers as light as under half a gram. (AVR assembler (AVRGCC gas), PCB design (EagleCAD), electronic circuit design).
BitESC - Small embedded electronic speed controller as an add on for bitcars (table top RC cars) used in indoor RC flight. (RF, motor control, C (AVRGCC), PCB design (EagleCAD), electronic circuit design.)
1 Cubic inch Sumo Robot - A small 1 cubic inch sumo robot, whose purpose in life is to push its opponent out of a small sumo ring. (Atmel AVR, PCB design, gearbox design)
GSM::SMS - Perl modules for Smart Messaging. This set of modules allows you to send and receive SMS messages. Besides text messages you can also use Smart Messages, also known as ringing tones, groupgraphics, vcards etc... (etsi ( European Technical Standards Institute )standards. Linux / C / Perl / SMS / HTTP / XML / TCP/IP / mySQL / SerialCommunication / Interfacing to SMS Centers ( novelsoft ) / NBS / OTA / OTABitmaps)
Robots - Various small legged and wheeled robots using Atmel AVR controllers. (Atmel AVR, AVR-GCC, Assembler, PCB design, motor control, AI, PWM, hobby servos, memory alloy actuators,..)
Background
I have been making and braking stuff since I was a toddler. When I was young, like pre-computer-age, I wanted to become an engineer and just invent cool stuff. After I got my first computer at 12, the rest of my teenage life was basically occupied by writing code on my C64 and Amiga in assembler, intertwined with the occasional electronics project. Strangely enough, this did not affect my social life. Later on, I relearned my love for electronics and went on to pursue a carrier in that, but the ICT sector caught me in its web. Nowadays, I'm mostly spending my free time working on cool gadgets and some fab@home stuff involving CNC machining and some electronics design.
| First Computer | Coleco Adam, but I love the C64 |
| Favorite Editor | vim |

