Ignasi 'Iggy' Bosch

I'm passionate about programming, I simply love it.
I like to learn and this industry brings to me the opportunity to discover new amazing stuff almost every single day.
Constant learner on how to improve writing clean and reliable code.

#Backend #Python #CleanCode #SoftwareCraftsmanship

 Watertight compartments: Structural design patterns to the rescue

When trying to find a simile that I can use as an example, I thought about a ship's structure used for damage control purposes to increase stability. Floodability is reduced by dividing the volume of the hull into watertight compartments with decks and bulkheads.<br> If a ship's hull is divided into watertight compartments, any flooding resulting from a breach of the hull can be contained in the compartments where the flooding occurs, avoiding the disaster.<br> Obviously, this is a good measure but isn't enough with that alone, we always must take care about everything.<br> Remember Titanic, folks

Design Patterns

Jan 26 2016

 Introduction to Algorithms

MIT 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.

Algorithms Course MIT Playlist Video

Jan 16 2016