Home | Programs | Articles | Astronomy | 3D | Books | Games

Articles

This section contains some of the articles I've written about IT.

Increasing DNS Performance for the Home User on Windows
In the last months I tried to optimize the DNS performance of my Windows machine. DNS is the acronym for Domain Naming System. It's a distributed database which contains all the mappings between domain names and IP addresses on the internet. These mappings are necessary because domain names and not IP addresses are easily understandable by humans while IP addresses and not domain names are understandable by the hardware which routes data around the world.

Read more about this article


Design Patterns Reference
This article is a concise reference to the classical software design patterns created by the Gang of Four (Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides). It is been written as a survival tool when I'm away from the real book and I need its priceless suggestions about software design...

Read more about this article