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.

How to: enable Hermes JavaScript engine in your React Native app

How to: enable Hermes JavaScript engine in your React Native app

fabrizio_duroni
fabrizio duroni
francesco_bonfadelli
francesco bonfadelli
marco_de_lucchi
marco de lucchi

React native 0.60.4 has a new cool feature for Android: a new JavaScript engine called Hermes. Let's see how you can turn it on in your React Native application to get all its benefits. [...]

Why is CSS-in-JS no-nonsense?

Why is CSS-in-JS no-nonsense?

staff
staff

One may agree or disagree with that question but CSS-in-JS is becoming a more popular solution to handle styles for components in code. See how to use it and what is wrong and good in it. [...]

React Native: Native Modules and UIViewController communication on iOS

React Native: Native Modules and UIViewController communication on iOS

fabrizio_duroni
fabrizio duroni

Leverage the power of NSNotificationCenter to implement communication between React Native Native modules (aka bridges) and your native code on iOS [...]

Comonads for booking correlation

Comonads for booking correlation

emanuele_colombo
emanuele colombo

How can category theory and typeclasses help us in our daily job? Let's see an example of real world usage for the Applicative and Comonad typeclasses. [...]

Event Storming Experience

Event Storming Experience

rabbani_kajamohideen
rabbani kajamohideen

The biggest challenge on adapting to Domain Driven Design is to change the mindset of people in their design thinking and bring everyone to the same page. Here we are sharing our own experience on how we tackled these challenges with the powerful Event Storming workshop [...]

Themify your (S)CSS Modules

Themify your (S)CSS Modules

staff
staff

Personalise your application with shiny themes combining CSS Modules and Bootstrap SASS [...]

Using Gradle Kotlin DSL with junit 5

Using Gradle Kotlin DSL with junit 5

staff
staff

Gradle 5 has been out for a while now and with that we finally got the ability to write our Gradle scripts in Kotlin. How can I migrate my JUnit-enabled Gradle scripts to Kotlin Gradle DSL? [...]