Robert C. Martin (Uncle Bob) - Demanding Professionalism in Software Development
Jan 30 2016Robert C. Martin explains in his own unique style why professionalism is so important for software development teams and their managers. This event has been recorded live at an event co-hosted by Agile Quebec City and Elapse Technologies in Septembre 2012.
Watertight compartments: Structural design patterns to the rescue
Jan 26 2016When trying to find a simile that I can use as an example, I thought about a ship's structure used for\n damage control purposes to increase stability. Floodability is reduced by dividing the volume of the\n hull into watertight compartments with decks and bulkheads.
If a ship's hull is divided into watertight compartments, any flooding resulting from a breach of the\n hull can be contained in the compartments where the flooding occurs, avoiding the disaster.
\n Obviously, this is a good measure but isn't enough with that alone, we always must take care about everything.
\n Remember Titanic, folks
Introduction to Algorithms
Jan 16 2016MIT 6.006, Fall 2011 This course provides an introduction to mathematical modeling of computational problems. It covers the common algorithms, algorithmic paradigms, and data structures used to solve these problems. The course emphasizes the relationship between algorithms and programming and introduces basic performance measures and analysis techniques for these problems.
MongoDB Schema Design: How to Think Non-Relational
Jan 16 2016O'Reilly Webcast: MongoDB Schema Design: How to Think Non-Relational
Computer science fundamentals for self-taught programmers
Jan 16 2016Justin Abrahms: Computer science fundamentals for self-taught programmers - PyCon 2014
Martin Fowler • Making Architecture Matter
Jan 16 2016From OSCON 2015 in Portland: In the software world, architecture often gets a bad reputation. I’ll talk about why it matters, and how we can pay attention to it without falling into traps.