|
You are here |
hboon.com | ||
| | | | |
blog.martinig.ch
|
|
| | | | | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to | |
| | | | |
avelino.run
|
|
| | | | | I constantly hear people saying that to contribute to an Open Source project you need to be able to program very well, have a lot of knowledge, be able to handle code criticism, etc. I see the above statements as excuses and focus in the wrong place. In the last few months, I haven't had as much time to contribute to open source projects as I like (writing code), but that didn't stop me from contributing. Actually, the lack of priority (not lack of time) has made me contribute by reporting problems that I run into in the projects/software I use in my day-to-day life and this has been more work than writing code with a defined specification (issue that someone invested time detailing). | |
| | | | |
www.java-tv.com
|
|
| | | | | This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable. | |
| | | | |
nikita-volkov.github.io
|
|
| | | This post is all about the performance of the "hasql" library and particularly its PostgreSQL back end in comparison to its popular direct competitors: "HDBC" and "postgresql-simple". | ||