Lavorare all´estero

Categories: Others

  Sto scrivendo quest´articolo dalla Germania, paese in cui mi sono trasferito da (quasi) 2 mesi. Sono uno dei 50000 giovani che ogni anno si trasferisce all´estero; qualcuno direbbe un´altro cervello in fuga … be cervello non so 😉 in fuga peró sicuro. Vi vorrei raccontare la mia esperienza. Il “pallino” di fare un´eperienza all´estero … Read More

Google Chrome OS

Categories: Others

  On 7th december 2010 google annunced to start the test of google chrome os, the operating systems based on google chrome web browser. This os is addressed to those persons that use a pc (netbook or notebook) for internet intensive use and a core concept is that nothing is stored in your pc, this … Read More

Distribution pattern

Categories: Object Orientation, Programming

Distribution is an important aspect of architecture. An architecture identify the components of a system and relations between them, so distribution indicate components (in general sense) that exist in multiple address space (e.g..: components of a system distribuited on a network). There are two kind of distribution Symmetric and Asymmetric. Asymmetric distribution means that the … Read More

C++11

Categories: Object Orientation, Programming

Today has been published the new c++11 standard by iso web site : http://www.iso.org/iso/pressrelease.htm

Joel on software

Categories: Programming, Software Development Process

I’d like to post an interesting article of Joel Spolsky (www.joelonsoftware.com) about a system for measuring how good a software team is. Well, I think that, although he says that it is an esoteric system, It’s a really good point to start in order to evalualte a team. I’m impressioned from the fact that company … Read More

The big kahuna

Categories: Others

Though critics were not enthusiastic (1999, Kevin Spacey and Danny DeVito) It’s a great movie in my opinion. The final monologue was able to excite.

Requisiti -> Casi D’uso

Categories: Object Orientation

In questo post (rispolverato dalla precedente versione del mio sito) farò un escursus su come arrivare al requisito software dall’esigenza del cliente. Qualche definizione di requisito : 1 – Condizione o capacità che occorre all’utente per risolvere un problema o raggiungere un obiettivo. 2 – Un requisito è una condizione o capacità documentata. Sono raggruppati … Read More

The new C++ standard

Categories: Object Orientation

Venerdì 25 marzo e’ stato approvato dal comitato tecnico ISO per il C++ la bozza di standard C++0x che presumibilmente verra’ identificato da C++11 e sostituirà lo std attuale C++98. La pubblicazione avverra’ probabilmente entro questa estate. Parecchie le novità in questo standard dal multithreading (novità mooolto interessante) alla keyword auto a qualche supporto in … Read More