Optimize Your Code» Optimize Code and Software performance tuning's Image

Optimize Your Code» Optimize Code and Software performance tuning

http://blog.optimizecode.com
More about this blog
Latest Post
26 Jul 2010
Total Posts
15
Readers
80
Liked
0
Disliked
0
Views-Per-Post
05.33
vote up
0
vote down

Java Webservice Performance

dzone_url = "http://blog.optimizecode.com/2010/07/java-webservice-performance/";In this article we will discuss different ways and methods of improving performance in an enterprise Java based application specifically concentrating on the Web services
Jul 27 2010 04:07 AM
vote up
0
vote down

The Financial Cost and Implications of Leaking Code

Source code leaking or hogging resources is a nightmare for any organization and developers alike. Be it an application which crashes randomly due to unusually high memory consumption or any software which hogs CPU and starves other applications to
Jul 24 2010 05:43 AM
vote up
0
vote down

Achieving a better performing JEE Application

In this article we will discuss different ways and methods of improving performance in an enterprise Java based application specifically concentrating on the Web services Integration layer.
Jul 21 2010 04:30 AM
vote up
0
vote down

Proof of Concept … Should Be Considered as a Means and Not an End

Many projects will require a Proof of Concept as a tool that in some cases, will determine the ultimate fate of the project as a whole. While the POC can be useful and sometimes indispensable, it seldom should be seen as a sole judgment of the final
Jul 18 2010 08:07 AM
vote up
0
vote down

Java Garbage Collector Demystified

dzone_url = "http://blog.optimizecode.com/2010/07/java-garbage-collector-demystified/";Many developers do not realize the importance of understanding how Garbage Collection works in Java. Many books state that Java performs “Automatic Garbage Collection”
Jul 10 2010 07:44 AM
vote up
0
vote down

KISS Concept: Keep Important Software Simple

Designing software and solving design problems can often be a complicated process. However, in most cases, the habit of over-complicating can get out of hand ...
Jun 12 2010 05:56 AM
vote up
0
vote down

2010 Fifa World Cup South Africa website will let football fans down with slow website.

dzone_url = "http://blog.optimizecode.com/2010/05/fifa-world-cup-2010-website-football-fans-slow-website/";If you are a big soccer fan like me, you would be eagerly awaiting the start of the 2010 FIFA World Cup in South Africa. As this sporting
May 23 2010 10:39 PM
vote up
0
vote down

Improving Design with the DRY principle: Don’t Repeat Yourself

dzone_url = "http://blog.optimizecode.com/2010/05/improving-design-dry-principle-repeat/";The DRY, or Don’t Repeat Yourself, principle is a software design concept that stresses the importance of not duplicating code. Besides the fact
May 17 2010 09:41 PM
vote up
0
vote down

Give it up – rewrite your software!

dzone_url = "http://blog.optimizecode.com/2010/05/give-rewrite-software/";It’s a frustrating situation and all the aspirin in the world won’t make the headache go away. You have an existing, unique software product that can’t be easily replaced.
May 12 2010 12:28 AM
vote up
0
vote down

Understanding and fixing Memory Leaks in Java – Part 1

dzone_url = "http://blog.optimizecode.com/2010/04/understanding-fixing-memory-leaks-java-part-1/";Do you see the dreaded ‘OutOfMemoryError’ while running your Java application? Does it crash every now and then? Does it have memory leaks? Is
Apr 30 2010 10:02 PM
vote up
0
vote down

When throwing tin at your software problem doesn’t help!

The first thought that crosses the minds of many when they experience performance problems, is that their machine lacks enough power for the job at hand. While this may be true in a handful of cases, the true culprit is likely to be in the application,
Apr 27 2010 11:32 PM
vote up
0
vote down

Software Optimization: More Than Just Performance Tuning!

Are you looking to optimize your software? Have you conducted a performance tuning exercise on your source code before its deployed live? These are common questions in the software development industry and it’s unfortunate that many developers and
Apr 25 2010 11:27 PM
vote up
0
vote down

Software Optimization: Does the 80-20 rule work?

dzone_url = "http://blog.optimizecode.com/2010/04/software-optimization-8020-rule-work/";The Pareto Principle (aka the 80-20 Rule, The Principal of Factor Sparsity and The Law of Vital Few) is a generic rule which states that for many events; roughly 80%
Apr 20 2010 11:18 PM
vote up
0
vote down

Why are software metrics important?

dzone_url = "http://blog.optimizecode.com/2010/04/software-metrics-important/";Before any type of product or service can be recognized as having proper and adequate quality, specific standards must be put into place. Without these definitions of
Apr 18 2010 11:41 PM
vote up
0
vote down

Why should you choose an external company to optimize your software?

During the process of development, the option to outsource certain tasks is, at the very least, worth some serious consideration. Using an external company to aid with some of the common performance tuning tasks can not only save time and money, but
Apr 15 2010 12:57 PM