tech blog
Pages
(Move to ...)
Home
links
▼
Thursday, July 28, 2011
Security Awareness
›
Top 10 security vulnerabilities: https://www.owasp.org/index.php/Top_10_2010 Tools for implementing secure web applications: http://owasp-es...
Tuesday, March 29, 2011
Gwig
›
gwig ( gw-EE-g ) An engineer who claims his technical prowess is due to being Good-With-Google.
Thursday, January 27, 2011
Nginx web server with a Varnish cache
›
Nginx is a new breed of web server that scales to massive numbers of connections without running into memory problems. It does this by tak...
Friday, July 2, 2010
Bordello - Poor man's dependency injection
›
What do you do when there is no Spring or other facility to handle dependency injection? How do you fake services in your unit tests? One w...
Friday, June 18, 2010
RESTful POST Once Exactly (POE) variation
›
How do you control form POSTs from the client (browser) to the server to prevent a double-submit from being processed twice on the server? C...
Hibernate Entity equals - id or others
›
The Hibernate entity object represents a database table and the Java equals(Object o) method determines identity among entities for a given...
PHP Love/Hate - Inheritance Depth
›
Just made the discovery that class inheritance has its limits in PHP. It took several days of pain to discover this, due to the fact that my...
Home
View web version