Events

Blazing fast startup time on JVM with limited effort

Blazing fast startup time on JVM with limited effort

Abstract

A fast startup time can bring big cost saving on cloud, increased reliability with traffic peaks and avoid over provisioning of resources. We will deep dive into what the JVM is doing at startup and explore three different options to improve the startup time with only a limited development effort.

Language

English

About Mario

Principal Software Engineer @lastminute.com with a deep passion for continuous learning, coding dojos, and sharing knowledge. Mario advocates for XP principles and focus on shortening feedback loops to deliver faster, more impactful software. Mario believes that being a Product Engineer means not just writing code but understanding its real business value. With hands-on experience in Kotlin, Java, Rust, Golang, and JavaScript, he approaches software development as a polyglot, valuing programming paradigms over specific languages.

Zig What, how and why

Zig What, how and why

Abstract

This talk introduces Zig, a relatively young programming language with great future prospects. Zig is a low-level language with a minimalist philosophy, ideal for applications that require precise control of latency and resources. It combines a minimal syntax similar to Go with manual memory management and compilation checks like Rust, but with shorter compilation times. Key features include code execution during compilation, interoperability with C libraries, and high portability. The talk explores the Zig language and its ecosystem for developing modern applications.

UX principles for developers

UX principles for developers

Abstract

Il talk offre una panoramica su alcuni principi fondamentali dell’User Experience (UX), e sul valore di metterli a fattor comune tra designer e developers. Attraverso esempi pratici e consigli applicabili, verranno mostrati i principi che sono dietro a molte scelte progettuali che abilitano un approccio collaborativo tra design e sviluppo in modo da accrescere la sinergia di un team e migliorare il valore di un prodotto.

Language

Italiano

About Guido

UX designer e facilitatore si occupa di consulenza strategica aiutando aziende ed organizzazioni ad evolvere i loro processi, prodotti e servizi.

JVM Ergonomics for Software Engineers

JVM Ergonomics for Software Engineers

Abstract

Mollie doesn’t have a Java platform team, so software engineers needed to learn how to deal with some basic JVM performance tuning, discovering JVM Ergonomics along the way.

We’ll briefly touch upon a few different aspects of the JVM and how they are managed by default:

  • Memory allocation
  • Garbage collection
  • Active processor count We’ll go through a real use case that we had at Mollie, the problem we faced, and how some basic knowledge of JVM Ergonomics helped us solve the issue.

Language

English

Redis come Vector Database

Redis come Vector Database

Abstract

Redis è famoso per essere un database in tempo reale estremamente versatile: funziona benissimo come cache, per conservare sessioni utente o token di autenticazione, gestire inventari, dati geografici, JSON document store e persino come base per il machine learning. Ma non tutti sanno che Redis è anche un vector database, anzi è il Vector database alla base di Chat-GPT sin dal principio. In questo talk approfondiremo cosa si intende per vettore e analizzeremo le caratteristiche che una vector database deve avere per poter interagire con uno spazio vettoriale.

JVM Ergonomics for Software Engineers

Planted June 18, 2024

JVM Ergonomics for Software Engineers

Abstract

Mollie doesn’t have a Java platform team, so software engineers needed to learn how to deal with some basic JVM performance tuning, discovering JVM Ergonomics along the way.

We’ll briefly touch upon a few different aspects of the JVM and how they are managed by default:

  • Memory allocation
  • Garbage collection
  • Active processor count We’ll go through a real use case that we had at Mollie, the problem we faced, and how some basic knowledge of JVM Ergonomics helped us solve the issue.

Language

English

About Fabio

Fabio is a Software Engineer at Mollie with professional experience mostly in Java and Kotlin. In Mollie, he works in the Merchant Monitoring domain, and he’s also part of a team of engineers working on laying the foundations for Java adoption in the company.