Sunday, May 06, 2007

Opteron faster than Xeon in SQL Database Test

Neal Nelson Benchmarking Laboratory has made comparison between AMD server and Intel server using practically identical machines.
Result is: AMD Opteron Processor Faster than Xeon Woodcrest in SQL Database Test.
"The firm (Neal Nelson Benchmarking Laboratory) uses its own SQL transaction benchmark, generating traffic from up to 500 WWW clients at once, and aims to give the major subsystems in servers a thorough kicking." (More about this you can find there).

Wednesday, April 11, 2007

Links: 11-04-2007

Saturday, March 17, 2007

Links: 04-04-2007

Links: 17-03-2007

Sunday, March 04, 2007

Links: 04-03-2007

Saturday, March 03, 2007

Links: 03-03-2007

Sunday, February 25, 2007

Links: 25-02-2007

Friday, February 23, 2007

Links: 24-02-2007

Thursday, February 08, 2007

Links: 08-02-2007

Wednesday, January 31, 2007

Links: 01-02-2007

  • New to Java Center - very interesting and thorough introduction to Java Language.
  • Simplify Unit Testing for Spring Web Components - testing is one of important issues while I'm creating new code - code without tests might work or might not: effect cannot be predictable for me. This article is about unit testing in Spring - everybody should read it.
  • Google Testing Blog - new and very interesting blog about testing. I'm going to read it. And You?

Sunday, January 21, 2007

Links: 21-01-2007

Wednesday, January 17, 2007

Links: 17-01-2007

Tuesday, January 16, 2007

"The Django Book"

today i've found very interesting thing on wired.com - book about Django. it looks very good and it is free.
recently, i'm trying to learn Python. for me it's very interesting computer language and there are my interesting features (lambda function, collections and other). very important is that this language is very simple to learn.
all what i can said about this language is that i like it and it willl be my first language for writing simple things (today i'm using php and sometimes perl).

Wednesday, December 27, 2006

"Top ten mistakes of Web design" and others

today i've found very interesting ariticle: Top ten mistakes of Web desing and very useful site:
useit.com: Jakob Nielsen's Website
who is Jakob Nielsen i don't have to write or if you don't know him you can read about him in wikipedia. he is one of titans of usability of gui (desktop programs, web pages and other) and his site contains many useful articles and links about usability.
i think that everybody who desing and make user interface should dig this site up.

Tuesday, December 19, 2006

"Using JMock with Test Driven Development"

i've found article written by Paulo Caroli "Using JMock with Test Driven Development". this discussion shows how to use JMock with Test Driven Development. For me JMock is very useful library, which I uses in my everyday work, because it simplifies writing tests. I think it is excellent library and everybody should use it - test driven development is better way of writing better programmes.

thePeoplesToolbox

sometimes I have to do something for web (i think about css, html, color, fonts etc), but i'm not very skillful webmaster (now I'm working as an Java programmer for web).
today i've found sth what for me is very interesting: thePeoplesToolbox. on this web page i've found many links for useful sites for everbody who wants to do something on web.

How to Design a Good API & Why it Matters

today I've found very interesting presenstation "How to Design a Good API & Why it Matters" by Joshua Bloch.
Joshua talks about designing and writing good API. For me it's very, very good because subject is very interesting and teacher is very good (I don't have to announce who Josuha Bloch is because every Java programmer know, who he is).

Sunday, December 17, 2006

refactoring database

sometimes I've got a situation while I have to change something in a database. This db is rather old and badly made, so I have to do something with it.
it's a huge problem, because redesining this database can't be done - this is working db.
i've found interesting site Agile DBA. you can found there many tips.
i've also found out interesting book about this
Refactoring Databases - Evolutionary Database Design
.

hibernate tips

recently I've found very interesting thing. all, but rather old hibernate tips. you can found it here