Jesso Clarence Murugan

A fun loving, Christian, Indian, programmer, who loves to code and write. (and eat)


What I Have "Already Done".

didtheyread.com

Ever sent an email and wondered whether the person on the other end really saw it or not? Now you can be almost sure, the way facebook and others do it.

Blog

Occasionally I share whatever I find interesting in programming. Contains some general rants as well.

BRCMP

BOSS Remote Client Management Platform enables administrators to remotely control/maintain thousands of machines. Not yet publicly released. Development is going on in CDAC Chennai.


What I Can Do.

Python

Most of my projects have involved python. I can write elegant, and beautiful code which also run really fast. I python.

C++

When execution speed is paramount, I turn to C++. STL and stuff, I've seen them all.

ANSI C

No, I don't need a garbage collector always. I can handle it, when I have to be as close to the metal as possible.

Django

When it comes to the web, I turn to Django. didTheyRead.com runs on Django.

Functional Programming

I am picking it up. Lamda, I know, but monads, I have to grok. A little bit of Scheme, and functools in python, can't relax yet.

Algorithms

I care about time and space complexities. If I've written a program, you can bet your life that I thought about all the algorithms I could have used.