jsfest / sf-cfp

JSFest Call for Proposals
43 stars 1 forks source link

Modularize EVERYTHING, even your website #62

Open thlorenz opened 10 years ago

thlorenz commented 10 years ago

Modularize EVERYTHING, even your website

The small modules doing one thing approach is good for libraries, but how about when you are building a web site?

In preparation for building the Condé Nast Traveller website I experimented with how this could be achieved. I created see-eat-sleep as an example how to separate a web app into smaller feature apps which get pulled together into one web app when going to production.

Seeing that this is possible I applied this approach to the website currently under development at Condé Nast

What are the advantages of this approach?

Among narrating the points mentioned above, I will use the see-eat-sleep app to explain in example how a modularized web site can be built. I will also go into some challenges we encountered and how we overcame them.

Speaker Bio

I have been working with nodejs and JavaScript for over 2 years mostly in my spare time and lately full time at Condé Nast.

The fast turnaround from idea to working module has proven addictive for me and led to lots of modules which ended up on github and/or npm. I also contribute to other awesome open source efforts like browserify to which I added source map support.