Maximiliano Contieri - Software Design

Maximiliano Contieri - Software Design

Follow
homeDesignCode SmellsBloggingProductivityAboutSupport Me
Series

Object Oriented Design

Tips for Object Oriented great designs

Articles in this series

How to Improve your Code With Easy Refactorings

Oct 24, 20221 min read 288 views

Refactorings are amazing to grow and improve our code · TL;DR: Let's start addressing our code smells I have been writing a series on Code Smells for a...

How to Improve your Code With Easy Refactorings

How a Hacker Stole $566M USD Exploiting a Code Smell

Oct 8, 20224 min read 471 views

I am not a security expert. But I do love Clean Code and Code Smells TL;DR: don't trust your hashes. The Hack Yesterday, 2022 Oct 7th one of the...

How a Hacker Stole $566M USD Exploiting a Code Smell

5 Programming Techniques to Avoid SSD Brick Catastrophic Failures

Jul 10, 20223 min read 214 views

Preventing serious faults is within reach TL;DR: Use mature tools to make mature software. The Problem On July, 9th 2022, yet another hardware...

5 Programming Techniques to Avoid SSD Brick Catastrophic Failures

Y2K22 - The Mistake That Embarrasses Us

Jan 13, 20222 min read 343 views

Is the year 2022. We keep programming in the 1950s. · TL;DR: We need to follow one simple rule. Follow the bijection. The new year arrived with new...

Y2K22 - The Mistake That Embarrasses Us

Stop Calling them ‘Bugs’

Mar 22, 20214 min read 726 views

Let's name things the right way · According to Wikipedia: A software bug is an error, flaw or fault in a computer program or system that causes it to...

Stop Calling them ‘Bugs’

We Should Get Rid of HelloWorld Forever💩

Jan 19, 20212 min read 435 views

Every tutorial I've read for the last 30 years starts with the infamous -Hello World- example. This could be one of the reasons we write crappy...

We Should Get Rid of HelloWorld Forever💩