Posts
-
Engineering You
I've recently watched a talk from Martin Thompson about what and how to learn and become a better programmer today.
-
Using Env vars in Elixir
It's being a while I don't work with compiled languages and I forgot Elixir is one of them.
-
How to upgrade Elixir to 1.6 on MacOSX
I’ve installed Elixir via Homebrew and when trying to upgrade Elixir with
brew upgrade elixir
, I only got the patch version upgraded, that is, from 1.5 to 1.5.3. -
The beauty of Elixir's pattern matching.
For someone coming from a more traditional Object Oriented Programming background, Functional Programming might seem quite exotic. For me it looks really smart.
-
Rookie Scheme Mistake
; application: not a procedure;
-
On Being Rejected
Being reject is kind of awesome. It means you're playing with your upper limmits. Some people don't get reject at all. They are playing safe...
-
The 6 Tips About Names
Some tips from Uncle Bob about naming conventions and sanity saving in programming.
-
Ruby Conditional Operators
Without looking at the answer, think for a second what would be the values of
a
andb
in the code bellow. -
Installing PostgreSQL on Mac OS Yosemite
Solving a common problem when installing PostgreSQL on Mac.
-
The next 10 books
A list with the 10 most influential books for computer science by StackOverflow users.