I enjoy the thrill of solving problems using code, and I enjoy contributing to great applications that make everyday life easier and more entertaining. When I'm not coding I'm learning design patterns that help speed up software delivery time and improve stability and performance.
My love for coding can be described using the snippet below:
while(alive){
eat();
sleep();
code();
}