lastminute.com logo

Technology

lastminute.com Tech Blog

We are the European Travel Tech leaders in Dynamic Holiday Packages.
We leverage our Technology to simplify, personalise, and enhance customers’ travel experience.

Set up a quick GUI in maven project

Set up a quick GUI in maven project

staff
staff

How do you set up a GUI module in maven project? Let's find out in this post!! [...]

A Domain Driven Design dictionary for newbies

A Domain Driven Design dictionary for newbies

fabrizio_duroni
fabrizio duroni

In the last months, I started to hear a lot of stuff about Domain Driven Design. What is DDD? What does it try to solve? This is a post for all the newbies (like me) that are searching for a definition of what DDD is, which are its main parts and what is its main goal. [...]

Remote Working - More Than One Year On...

Remote Working - More Than One Year On...

mike_lines
mike lines

Someone was asking me about my thoughts on Remote Working after 2020, and after the quite peculiar year we had both from a personal and professional perspective, I had so many I decided to write them down and share them! [...]

The power of functional interfaces in test

The power of functional interfaces in test

staff
staff

How to use functional interfaces to mock behaviours in tests without implementing classes [...]

Unit testing in Kotlin with JUnit 5 and MockK

Unit testing in Kotlin with JUnit 5 and MockK

fabrizio_duroni
fabrizio duroni

I recently discovered MockK, a mocking library created for Kotlin. Let's see how it is possible to write modern unit tests with MockK + JUnit 5. [...]

Pair programming tips and tricks

Pair programming tips and tricks

fabrizio_giovannetti
fabrizio giovannetti

Pair programming is a well-known XP technique that is not difficult to implement. But as usual with a new approach, it's easy to start but not so easy to start well. I would like to share with you my experience of pair programming while hoping to give you some useful advice. [...]

How to live in a pure world

How to live in a pure world

staff
staff

Make side effects pure [...]