Design Patterns Quick Reference
So every time I am designing something new I find myself either searching Google or opening up a gang of four (GoF) book to aid me. I... more »
Tweet 10 Comments Save Tags: .net , frameworks , java , methodology
Greatest Programming Tip Ever? (pic)
Is this the greatest programming tip ever? If not, then what is?
Tweet 11 Comments Save Tags: humor , methodology , opinion
Asshole driven development
The software industry might be the world’s greatest breeding ground for new systems of management. From Agile, to Extreme Programming ,... more »
Tweet 1 Comments Save Tags: agile , humor , methodology , opinion
Will DZone usurp Digg as the programmer's choice for all things development?
Over a year ago I noticed a small surge in traffic coming from a Web site that I did not recognize. The name of the site was DZone, and a... more »
Tweet 16 Comments Save Tags: methodology , opinion , reviews
Top 50 Programming Quotes of All Time
I hope you have enjoyed our collection of funny computer quotes, Linux quotes, and all those quotes that we have shared with you so far.... more »
Tweet 2 Comments Save Tags: humor , methodology , opinion , reviews
Map Reduce: A really simple introduction
Ever since google published its research paper on map reduce, you have been hearing about it. If you have uptil now considered... more »
Tweet 0 Comments Save Tags: frameworks , java , methodology , trends
Terracotta Says 'Goodbye Java GC, Hello BigMemory'
Last month, Terracotta told DZone that they were working on a module for Ehcache and Hibernate users that would bypass the Java garbage... more »
Tweet 10 Comments Save Tags: java , methodology , news , trends
Leaving .NET
The .net community operates in a non-collaborative vaccuum. The community is sick, poisoned by the component vendors with closed source... more »
Tweet 17 Comments Save Tags: frameworks , methodology , microsoft , opinion
How come that Groovy++ overperform Java?
New experiments with statically typed groovy
Tweet 6 Comments Save Tags: groovy , java , methodology , open source
How to Fix Memory Leaks in Java
A very nice tutorial for fixing memory leaks in Java
Tweet 1 Comments Save Tags: java , methodology , tools
10 Second Code Review
Code reviews don't need to be a daunting process, as pointed out in this seemingly contrived...but unfortunately familiar feeling...example.
Tweet 0 Comments Save Tags: java , methodology
The worst codebase I’ve seen in my life
The LOLs, the WTFs and the showstoppers of a legacy project I inherited.
Tweet 2 Comments Save Tags: database , humor , java , methodology
Groovy++ in action: Gretty/GridGain/REST/Websockets
Come people calls Gretty Node.groovy
Tweet 0 Comments Save Tags: groovy , java , methodology , open source
I Don't Write Unit Tests Because.... : The Excuses
As someone who's seen the benefits of the approach, I'm a huge believer in test driven development. It adds a level of quality and... more »
Tweet 0 Comments Save Tags: java , methodology , opinion
20 Database Design Best Practices
A compilation of database design best practices.
Tweet 5 Comments Save Tags: database , how-to , methodology , standards
Are Cocky Developers Worth It?
I was sitting down with one of our most productive software developers for his annual review, trying to carefully craft my words. You... more »
Tweet 3 Comments Save Tags: c-and-cpp , methodology
10 Tips for Proper Application Logging
Application logging is a critical but often misunderstood part of a system. Our latest JCP partner, Tomasz Nurkiewicz, has submitted a... more »
Tweet 2 Comments Save Tags: how-to , java , methodology , opinion
Closures, Javascript And The Arrow Of Time
In most written media, time progresses as you move down a page: mainstream computing languages are no different. Anonymous Closures... more »
Tweet 1 Comments Save Tags: javascript , methodology
Clean Code and Clean TDD Cheat Sheets
I have compiled two cheat sheets about clean code. The first covers clean code – code that is easy readable and keeps changeable. The... more »
Tweet 1 Comments Save Tags: .net , agile , methodology
10 Useful articles about Database design
This is a list of ten useful articles about database design which includes some tips and practical suggests to help you to design quickly... more »
Tweet 2 Comments Save Tags: database , how-to , methodology , php
IFoo or just Foo? Please stop naming interfaces IFoo.
Leave the IBizness to Senor Jobs & Co. Writing interfaces named IFoo subtly breaks the notion of an interface. Read why it doesn't... more »
Tweet 14 Comments Save Tags: java , methodology , opinion
13 reasons for UML’s descent into darkness
UML lost the programmers. This happened because UML was pushed in a direction that most code writers don’t like: it started to look a lot... more »
Tweet 5 Comments Save Tags: methodology , standards , trends
Top 10 Concepts That Every Software Engineer Should Know
Top concepts which are fundamental and essential for every software engineering professional
Tweet 4 Comments Save Tags: methodology , opinion , tools , trends
I've been programming for X years ... now what?
You've been a programmer for some number of years. You are stuck in a rut and bored. You still like programming but you need to do... more »
Tweet 1 Comments Save Tags: agile , how-to , methodology , opinion
Top 10 Causes of Java EE Enterprise Performance Problems
Please note that this article is in-depth but I'm confident that this substantial read will be worth your time.
Tweet 1 Comments Save Tags: how-to , java , methodology , research