Server architecture with node
Raynos.org
I quite often see questions raised at node.js or express.js asking how you should structure your application.
This article shows an approach.
A devoted web developer, with passion for the latest web technologies, which will soon pave the way forward.
Personally, I specialize as a JavaScript developer, working on both the client and the server. I enjoy building websites with client-side javascript and developing real time web application using node.js.
I maintain my knowledge by keeping up with recent advances and participating actively in the JavaScript community. I enjoy answering the difficult questions and the questions about JS architecture and patterns.
I love open source and am involved actively in github. A lot of my spare time is spent looking at existing solutions to problems and finding ways to either improve or re-imagine the way we solve it. It gives me a deep understanding of the existing solution, and I may discover something new which is a win/win situation.
Currently I'm seeking a real problem that I can feel passionate and excited about. Looking to deliver that special solution that will make a real difference to the world.
February 2012 - June 2012
Contracted work for colingo including
This experience included me building entire application from the ground up with emphasis on maintainability and scalability.
It also included gradual upgrade to older code bases to improve quality and a focus on getting things done.
July 2010 - August 2011
I've worked on the various internal applications at IPL including :
July 2009 - September 2009
Building a website for Rover's flooring. Including
This project involved learning how to build 3d animations for the web from scratch and learning how to build entire online order systems and integrating product catalogues into the website automatically.
June 2008 - September 2008
Constructing a website for Rover's flooring. Including
This project involved learning basic PHP and web technologies from scratch and setting up all the server-side infrastructure
June 2012 - Current
Building the software platform for Colingo's online school.
2008 - Current
GitHub, Aug 2011; followed by 4 people
SO style chatroom
This is a clone of chat.SO that was build over the weekend by me and yojimbo87 and jcolebrand
It's an unfinished project but it was a great chance to see just how much we could do in 3 days.
I have plans on my to-do list somewhere to rewrite. I actually started the rewrite but havn't made any good progress.
GitHub, Aug 2011 - Sep 2012; followed by 18 people
A blog powered by node.js and express
Copy of my blog. This is a work in progress.
This project is my architecture toy. I've refactored the entire architecture 4 times and I'm still not happy.
GitHub, Sep 2011 - Apr 2012; followed by 84 people; forked 5 times
Shims out the entire DOM4 API
Ambitious project to replace client-side frameworks with a host object normalization library.
The dom shim is supposed to fix browser compliance problems just like the ES5-shim fixes ES5 compliance problems.
GitHub, Sep 2011 - May 2012; followed by 32 people
Property Descriptors made easy
pd is my personal way of doing OO. It has all the OO utilities I need and is probably my most polished open source library.
GitHub, Dec 2011 - Jun 2012; followed by 22 people; forked 3 times
Core infrastructure for node.
nCore is my current core infrastructure library.
It's used to load my application, set it up and bootstrap it. It also contains a dependency injection mechanism.
Raynos.org
I quite often see questions raised at node.js or express.js asking how you should structure your application.
This article shows an approach.
Raynos.org
An explanation of prototypical OO sugar, why you need it and what libraries provide it.
Raynos.org
In reply to Wilcox's research paper there seems to be a major confusion about what it means to be non blocking and why node is non blocking.

There is so much to software development. It's a continuous learning process

The smarter, faster, easier way to build a successful web application
Jason Fried, Heinemeier David Hansson, Matthew Linderman
Lean and agile programs are the way forward. Solve your problem minimally and solve it well.

How Three Harvard Business School Graduates Learned the 10 Rules of Successful Entrepreneurship
Bill Murphy
Find a problem you have passion for, Solve it, never give up.
Sublime Text 2
Looking back on any old code I've written I find myself wanting to rewrite it all with everything I've learned since then. Even code that's only a few weeks old can be completely rewritten with the new techniques I've learned.
This rate of learning is great. I dread the day I stop learning.
The one place I've learned an incredible amount is StackOverflow and my thanks goes out to the community.