h1

Bit Twiddling Hacks

November 2, 2007

First take a look at this link , and then check this link out.

What would you say about this? Don’t tell me Java people are stupid, but if you only know programming in Java, that is terrible.

h1

Learn Agile in 30 Seconds

October 24, 2007

A good and concise tutorial which you need to know the basic of Agile: link

h1

A Good Demo of SQl Join

October 12, 2007

Are you clear with INNER and OUTER JOIN of SQL tables. This post presents a good illustration in diagram to explain them. Look it at link

h1

Java Synchronize

September 13, 2007

Java 5 made numerous changes to various aspects of “Java”. In fact, it was probably the biggest update Java has ever made, bringing dozens of new language syntax features, compiler enhancements, and scores of new APIs. In the wake of all these large changes (enums, generics, annotations), we tend to forget about the smaller API additions and how they effect our development. A prime example of this are the concurrency libs.  Read more

h1

170+ Expert Ideas From World’s Leading Developers

September 13, 2007

Read at:
170+ Expert Ideas From World’s Leading Developers | Developer’s Toolbox:

h1

25 Tips to Become More Productive and Happy at Work

August 28, 2007

Have you gotten into a rut at work? Would you like to be more engaged, satisfied, and fulfilled in your work? Would you like to be more productive and feel a greater sense of accomplishment at the end of each day? Well you can. It just takes a desire and commitment to renew your habits and routines. Follow these tips and you’ll see your work life improve. And that improvement will trickle into the rest of your life too.

Read more…

h1

100 Websites You Should Know and Use

August 7, 2007

The Web is constantly turning out new and extraordinary services many of us are unfamiliar with. During TED University at this spring’s TED2007 in Monterey, Julius Wiedemann, editor in charge at Taschen GmbH, offered an ultra-fast-moving ride through sites in many different areas, from art, design and illustration, to daily news, blogs and curiosity. Now, by popular demand, here’s his list

h1

Why I Hate Frameworks

August 1, 2007

“I’m currently in the planning stages of building a hosted Java web application (yes, it has to be Java, for a variety of reasons that I don’t feel like going into right now). In the process, I’m evaluating a bunch of J2EE portlet-enabled JSR-compliant MVC role-based CMS web service application container frameworks. And after spending dozens of hours reading through feature lists and documentation, I’m ready to gouge out my eyes.” A great post about frameworks. Read more

h1

Ten Things Your IT Department Won’t Tell You

July 31, 2007

Ten Things Your IT Department Won’t Tell You – WSJ.com:
Admit it: For many of us, our work computer is a home away from home.

h1

Yet Another Operator Overloading Abuse

July 30, 2007

If you’ve worked as a C++ programmer for long enough, I’m sure you have plenty of stories about operator overloading abuse. Today, Jake Wyland shares the worst abuse he’s seen to date ...read more