Software Development
-
5 Things I Do to Stay Relevant
I have noticed that some Finnish IT professionals are complaining that being just a good employee isn’t good enough anymore.…
Read More » -
The next IT revolution: micro-servers and local cloud
Have you ever counted the number of Linux devices at home or work that haven’t been updated since they came…
Read More » -
PL/SQL backtraces for debugging
For many PL/SQL developers, this might be common sense, but for one of our customers, this was an unknown PL/SQL…
Read More » -
Integrating jOOQ with PostgreSQL: Partitioning
Introduction jOOQ is a great framework when you want to work with SQL in Java without having too much ORM…
Read More » -
Feature Toggles (Feature Switches or Feature Flags) vs Feature Branches
Feature Branches If you are using branches, you are not doing Continuous Integration / Deployment / Delivery! You might have…
Read More » -
How to successfully attack a software dinosaur?
We all have “enjoyed” working with some software that was purchased because “You can’t get fired because you bought…”. This…
Read More » -
Infeasible software projects are launched all the time
Infeasible software projects are launched all the time and teams are continually caught up in them, but what is the real…
Read More » -
Don’t waste time on Code Reviews
Less than half of development teams do code reviews and the other half are probably not getting as much out…
Read More » -
Writing Tests for Data Access Code – Data Matters
When we write tests for our data access code, we use datasets for two different purposes: …
Read More »