My Profile Photo

José Ribeiro


life without code, coffee and beer is like a ship without the sea


  1. Hello Crystal

    Crystal is a programming language created in 2011 which was designed to be productive and elegant as Ruby but faster as a compiled language. …


  2. Why automated testing?

    Automated testing is a great way to ensure software quality. The TDD (Test driven development) leads the developers to create simple and maintainable code while BDD (Behavior Driven Development) is responsible to test the connected parts of the software, that is, it’s behavior or domain. …