Careers 2.0 by Stack Overflow
gravatar
profile updated
on Nov 21, 2012

Jake Verbaten

San Francisco, CA, United States

github.com/Raynos

Top 10% Stack Overflow for more
Top 20% Stack Overflow for more
Top 30% Stack Overflow for
Currently Javascript Engineer at Colingo.

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.

Technologies

Dislikes:

Experience show all

Contracted Software Engineer, Raynos, Ltd

February 2012 - June 2012

Contracted work for colingo including

  • building a mobile web application
  • enhancing current products
  • architecting and designing applications

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.

Junior Software Engineer, IPL - www.ipl.com

July 2010 - August 2011

I've worked on the various internal applications at IPL including :

  • Improving their legacy intranet applications by providing cross browser support and modernization.
  • Modernizing systems by implementing version control and unit tests for their database.
  • Independent work on bug fixes, testing and dealing with customer support issues.
  • Exposure to large, complex winforms, ASP.NET, ASP.NET MVC, SQL and website code bases.
  • Getting things done, working on pushing out monthly releases of our internal software.

Web Developer, Rover's Flooring Ltd

July 2009 - September 2009

Building a website for Rover's flooring. Including

  • Online order system
  • animated 3D display
  • product catalogue

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.

Web Developer, Rover's Flooring Ltd

June 2008 - September 2008

Constructing a website for Rover's flooring. Including

  • Setting up back end infrastructure / servers
  • Designing the visual aspects of the website
  • Integrating information and images into the website
  • Installing contact forms and forums for the website

This project involved learning basic PHP and web technologies from scratch and setting up all the server-side infrastructure

Javascript Engineer, Colingo

June 2012 - Current

Building the software platform for Colingo's online school.

  • Building in house analytics system
  • Building a real-time audio and video communication system
  • Hacking google projects to make them even more awesome.
  • Extending google hangouts, turning it into an education platform
  • Building distributed systems, both peer to peer in browser and distributed server systems.
  • Managing and deploying our processes and systems on joyents smartos.

Education

Bsc Computer Science with mathematics, Bath

2008 - Current

  • Getting an average of 75% in my second year
  • Always stretching beyond the scope of the coursework assignments and implementing a full application
  • Highly self motivated and achieving 50 hour study weeks.

Stack Exchange show all Last seen yesterday

Open Source show all

so642

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.


raynos-blog

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.


DOM-shim

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.


pd

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.


ncore

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.


Writing show all

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.


Improving ES5 OO with sugar

Raynos.org

An explanation of prototypical OO sugar, why you need it and what libraries provide it.


What it means to be non blocking in node

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.


Reading show all

Code Complete: A Practical Handbook of Software Construction

Code Complete

A Practical Handbook of Software Construction

Steve McConnell

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


Getting Real: The smarter, faster, easier way to build a successful web application

Getting Real

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.


The Intelligent Entrepreneur: How Three Harvard Business School Graduates Learned the 10 Rules of Successful Entrepreneurship

The Intelligent Entrepreneur

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.


Tools

Sublime Text 2

Background

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.