What web technologies are behind Google+ website? This is a collection of links to posts explaining interesting features of this brand new network site.
web development
Tutorial: Implementing Facebook’s BigPipe Using ASP.Net MVC – Part 3
Last part of my tutorial on Implementing BigPipe, focused on browser side, loading CSS and JS resources efficiently using a small script.
Tutorial: Implementing Facebook’s BigPipe Using ASP.Net MVC – Part 2
Build Facebook’s BigPipe using C#. Source code to make pagelets and achieve delayed parallel execution in an ASP.Net MVC website.
Tutorial: Implementing Facebook’s BigPipe Using ASP.Net MVC – Part 1
First part of the tutorial to implement Facebook’s BigPipe using ASP.Net MVC. BigPipe improves pages loading time dividing them into regions that are generated on the server concurrently.
Website optimization checklist
A compilation of known techniques to improve your website performance, both client-side and server-side.
Personal thoughts on web development
Until 2 years ago I had always seen Javascript as a poor language. It was painful to develop a simple script and expect it to work cross-browser. I had to write alert messages to be able to trace the execution of the functions and make try-and-error continuosly to quickly find that silent error that could make you spend hours trying to find.