Select a post to read
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.
English
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.
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.
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.
Italiano
UX designer e facilitatore si occupa di consulenza strategica aiutando aziende ed organizzazioni ad evolvere i loro processi, prodotti e servizi.
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:
English
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.
Select a post to read