15. 12.

Ok, ormai con i frameworks di sviluppo rapido si possono mettere in piedi servizi e siti in poco tempo, ed il mio collo di bottiglia è (e sarà!) combattere contro (X-H)THM, CSS e Internet Explorer.

Cercando soluzioni per velocizzare la creazione di layouts, mi sono imbattuto nelle YUI Grids CSS che permettono di creare un layout basato su griglie in modo molto semplice.

Ma, la cosa che mi ha lasciato a bocca aperta è l’editor dedicato; Un DOM pulito, e tanto tempo risparmiato da poter essere dedicato alle ottimizzazioni.

Tante volte la soluzione è più vicina di quanto non si possa pensare! ;-)


15. 12.

Internet Scalable Architectures

I finally finished the book Scalable Internet Architectures (Developer’s Library) by Theo Schlossnagle.

Theo tells us about architecture scalability importance, to be able to build flexible systems and save a lot of money for hardware and software.

While the book gives real explanations to commonly abused terms (Mission Critical/Business Critical/High Availability/Load Balancing), it shows some cool open source software which can help us to reach the perfect “web application” goal.

I admit that at every chapter ending i had to fix my latests web application :-)

Scalable Internet Architectures (Developer’s Library)


11. 12.

DB 0,00%: it’s not a dream!
You can speed up you Ror web application using memcached, and you can have this using cache_fu.

Sadly, there isn’t a lot of documentation around the web, and i think the better way is starting from this slideshow

Thanks cache_fu team!