Edit page PersonalEducation
[wiki.git] / PersonalEducation
1 === Formal studies ===
2
3  * [[HarvardExtensionSchool]] -- Undergraduate courses of **Mathematics** and
4  **Educational Technologies**.
5
6  * **Unviersità degli Studi di Firenze** -- Attended one term of **Software Engineering**.
7  Computer Science exam **30/30 cum laude**. In 1995, I dropped out of the university to
8  work for a startup in the emerging field of enterprise networking.
9
10  * **Istituto Tecnico Commerciale "A.Volta", Firenze** -- high-school diploma
11  in **Mathematics and Computer Science** with a rating of **56 out of 60**. 
12  This course included a good amount of **Electronic Engineering**.
13
14 === Non-formal studies and self-teaching ===
15
16 Over the years I tried to compensate for lack of proper university-grade
17 education by making the local libraries much richer:
18
19  * **Compilers**, reading several textbooks such as CompilersPrinciplesTechniquesAndTools,
20  and many others.
21
22  * **Algorithms** -- many, including classics such as DonaldKnuth's bible TheArtOfComputerProgramming,
23  CambridgeUniversityPress's NumericalRecipes and NicholasWirth's ancient, but still
24 brillant, "Algorithms + Data Structures = Programs".
25  
26  * **Operating Systems** -- Too many to mention here, most of which quite
27  theoretical and boring.  Of course, my favorite will always be AdvancedProgrammingInTheUnixEnvironment.
28
29  * **Networking** -- Several books, including TcpIpIllustrated, several RFCs and
30  technical papers.
31
32  * **Programming Languages** -- All the obvious textbooks such as BjarneStroustrup's
33  SeePlusPlusProgrammingLanguage, and many others like the old SeeProgrammingLanguage,
34  ThinkingInJava, and dozens of C++ books.
35
36  * **Programming Techniques** -- Countless.  Such as SeePlusPlusTemplateMetaprogramming
37  and the controversial ModernSeePlusPlusDesign by AndreiAlexandrescu.
38  My absolute favourite is BrianKernighan's and RobPike's ThePracticeOfProgramming.
39
40  * **Software Architecture and Design** -- All the "must-read" classics such as
41  GangOfFour's DesignPatterns, UmlDistilled and UmlDesignPatterns.
42
43  * **Project Management** -- My favourite certainly is TheMythicalManMonth, but I've
44  read a few others such as ExecutionPlainAndSimple.
45
46  * **Technical Writing** -- TheElementsOfStyle and DonaldKnuth's TheTexBook are my
47  favourites on the topics of stylish writing and typesetting.
48
49  * **Numerical Methods** -- I'm sorry to have quite a thin mathematical background.
50  Nevertheless, I enjoyed reading DonaldKnuth's ConcreteMathematics and
51  CambridgeUniversityPress' NumericalRecipes.
52
53  * **Database** -- Relational algebra, principles of schema normalization, SQL.