Daily notes from a software engineer

Daily notes from a software engineer

Learning Linux: Everything is a file

Everything is a file

On Linux everything is a file. This is the starting point to learn Linux

Algorithms - An introduction

Algorithms - An introduction

What is an algorithm? How can we define an algorithm?

Thoughts on TDD: Tests and Requirements

Tests and Requirements

How can we ensure that any new development does not create an undesired behaviour?

Java Memory Leak for JDBC

Have you ever used custom ClassLoaders in Java? This is a troubleshooting for whom is using it.