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...
On: 2015-05-23 -
Reading Time: 3 Minutes
During the last month I started experimenting a lot with some editors for software development. I’ve been playing for 2 weeks with Atom and Visual Studio Code and here are my impressions from a Mac and Sublime user.
Continue reading...
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...
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...