12 Tools That I Use for Writing Unit and Integration Tests

I think that software development is more than just a job. I see myself as an artisan who is trying to get better every day. The "easiest way" to do this is to find a few good tools and find the answers to these questions: When should I use the tool X? How should I […] Read more

Spring Data JPA Tutorial: Introduction to Query Methods

Earlier we created our first Spring Data JPA repository that provides CRUD operations for todo entries. Although that is a good start, that doesn't help us to write real life applications because we have no idea how we can query information from the database by using custom search criteria. One way to find information from […] Read more

Getting Started With Gradle: Integration Testing

Because the standard project layout of a Java project defines only one test directory (src/test), we have no standard way to add integration tests to our Gradle build. If we want to use the standard project layout, we can add integration tests to our Gradle build by using one of the following options: We can […] Read more

Creating an Editorial Calendar With Trello

When I started writing this blog, I had no plan. I didn’t know what I will write or when I will do it. This lead into a situation that is common for many bloggers: My blog seemed abandoned because I didn’t write on a regular basis. This bothered me because I wanted to write, but […] Read more

Sales Engineering Finland - Engineers in Marketing

About a month ago my friend Janne asked me to talk at the Sales Engineering Finland meetup. I said yes because the topic of my presentation was interesting, and I wanted to see what Sales Engineering Finland is all about. The website of Sales Engineering Finland states that: Sales Engineering Finland is a network of […] Read more