public

8451 bookmarks
Custom sorting
Architecting Javascript Apps
Architecting Javascript Apps
"a good measure is: how usable from the (Webkit/Firebug) console it is? If you can almost entirely pilot your app from the console, you're on the right track."
·sydjs-architecting.heroku.com·
Architecting Javascript Apps
The Ghetto Mini-Pattern - The Fishbowl
The Ghetto Mini-Pattern - The Fishbowl
Hide your ugly code inside a Ghetto. The ghetto is a single file or class where issues of code cleanliness do not apply. It is entered by reputable developers with no small amount of trepidation, and left as quickly as possible. On the other hand, it does the job, and it keeps the bad elements away from more cultured code.
·fishbowl.pastiche.org·
The Ghetto Mini-Pattern - The Fishbowl
Alex Payne — Node and Scaling in the Small vs Scaling in the Large
Alex Payne — Node and Scaling in the Small vs Scaling in the Large
For my investment of engineering time, I’d rather build on a system that allows me the flexibility of mixing an async approach with other ways of modeling concurrency. A hybrid concurrency model may not be as straightforward and pure as Node’s approach, but it’s going to be more adaptable.
·al3x.net·
Alex Payne — Node and Scaling in the Small vs Scaling in the Large