Lorenzo's Blog About me

Latest blog posts about Software Development

React is not over engineered

On: 2016-04-17 - Reading Time: 2 Minutes

JavaScript development is crazy, and evolving fast… and the more you learn about it the more you realize how crazy it has become 😅. I think it is exciting, indeed, but Sean, in his clear post explained perfectly why a simple project is over-engineered and I have to disagree with him: some JavaScript’s frameworks, like React, are not the cause of unnecessarily complicated projects… and React is not over engineered!

Sean, by using a simple example of an Hello World App in React described the pain of using several tools and a big libraries, just to build a simple application. He said:

Continue reading...


The reason I use the international keyboard

On: 2015-04-18 - Reading Time: 1 Minutes

If you think that a keyboard layout can boost your productivity, you should consider the time you will spend to learn a new one, the hassle and the frustration when typing something wrong… but if you love programming, you may consider to buy/switch to the international keyboard.

Continue reading...

Docker + aliases: I don't install tools on my Mac

On: 2015-04-03 - Reading Time: 1 Minutes

I really care about keeping the OS clean and untouched. Sometimes, when I have to develop using specific softwares and tools, I have to modify core and important sections of the system on my Mac or PC, and this can create some problems with package managers (like homebrew for Mac OS X; or like APT, pacman or yum for GNU/Linux)…

Continue reading...