Blog

A few months ago, I had a discussion with a colleague about how iTerm2 deals with split and tabs and this guy mentioned me a really good tool call tmux.

Tagged as tmux terminal bash linux

I came across this book ‘Understanding the 4 Rules of Simple Design’ by Corey Haines. It looked interesting but not enough to buy it, until I heard an excellent, more-than-an-hour-long interview of the author by the Ruby Rogues crew.

Tagged as javascript design

While there is no specific date for the release of Rails 5, the core team is working hard, and they are expected to launch version 5 soon. So I anticipate some of the new features and major changes regarding Rails 4.

Tagged as ruby rails

If you are a webapp developer like me, you know how hard the struggle is to keep yourself up to date with the latest technologies regarding both frontend and backend programming. Even more, these days, you have probably heard this “meme” about a new JavaScript framework coming out every week. It’s like you don’t even begin to understand AngularJS factories and everyone else is talking about Redux, React, ES6 and JSX.

Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. It supports multiple programming paradigms, including functional, object-oriented, and imperative.

For those of you that are not familiar with the name or programming language, ECMAScript is the scripting language standardized by Ecma International, widely used for client-side application development for websites and web applications, being its more popular implementation JavaScript.