Posts
-
The Remote Dream
A brief explanation of what I understand by the words "remote work" more...
-
Puzzles And Open Source
An overview of how we developed an opensource Java library using PDD more...
-
Always Use a CMS For The Client Side
For any webapp, no matter its technology, all the client-side content has to be managed using a CMS (down to line-of-code level) more...
-
Each System Property Should Have Its Own Class
Each System.getProperty("...") should be in its own class. Otherwise, the code containing it is not testable. more...
-
Tunnel Decorators
Using decorators to encapsulate the work with a badly designed library. more...
-
Github: Automatically Deploy Files From One Repo to Another
A simple guide to help you with automatically moving files from one repo to another, using Rultor more...
-
Selenium and JUnit, the right way!
Are you writing Selenium tests with JUnit? If you are not a good OOP programmer, you're probably doing it wrong. more...
-
Becoming a contributor
How we should work together using PDD, plus other details more...
-
Contributors wanted
A chance to practice pure oop while contributing to fun projects! more...
-
Project Charles Star Fork
A simple and smart Java webcrawler. more...