On the second day I didn't make as much notes as I did on the first. That doesn't mean that the session weren't interesting I just focused more on listening. I attended eight session on the second day where the last one was the most memorable one by Dan North but I'll go through them chronologically. Some of the text is word to word notes from the presentations and some are my view of how I understud and processed the topic in my mind. Building scalable, highly concurrent and fault-tolerant systems: Lessons learned Jonas Bonér told what makes systems slow and what kind of solutions can be used to speed them up or at least speed up the response to the user. First lesson to learn is There are no free lunches . If you use some approach it affects to something else. Some might use the phrase There are no silver bullets which means the same thing or at least that's how I undestud it. Second topic was about concurrency. Mutables and threads isn't a go...
My thoughts and experiences of software development