Antonio Alvino
banner
tonylook.github.io
Antonio Alvino
@tonylook.github.io
Java & Spring enthusiast, tech professional with a love for gardening. Passionate about connecting with others in the industry and exchanging ideas.
Living in Italy | Working in Switzerland
Reposted by Antonio Alvino
June 22, 2025 at 7:09 PM
Harvesting friar's beard
June 22, 2025 at 1:37 PM
HTTP is a streaming protocol at its core. It enables video streaming & complex web pages without loading entire files. This data flow doesn't need to be fragmented. We can apply this principle to represent any arbitrary data stream, potentially replacing WebSockets for real-time updates.
You might not need Websockets
Websockets are powerful tools that have become a fan-favorite for building realtime applications, but you might be using them for all the wrong reasons. Let's explore the pitfalls of websockets and ho...
hntrl.io
April 12, 2025 at 4:26 PM
Dropping some photos of my experience as a speaker at #DevOpsDaysZH
It was an awesome event with amazing people!
March 13, 2025 at 7:27 PM
On March 13, I'll be giving an Ignite talk on how to take a pragmatic approach to one of the most debated Team Topologies challenges: cognitive load, using Extreme Programming practices.
If you're at DevOpsDays Zürich 2025, I'd love to meet you! sessionize.com/tonylook #XP #DevOps #DODZH
Antonio Alvino's Speaker Profile
I’m a passionate advocate for cloud-native application development, particularly using Spring Boot. With a background that blends both DevOps and back...
sessionize.com
March 7, 2025 at 8:56 AM
Reposted by Antonio Alvino
Canon TDD -- I keep reading critiques of processes that aren't TDD, so I summarized the original definition.

tidyfirst.substack.com/p/canon-tdd
December 11, 2023 at 4:54 PM
Reposted by Antonio Alvino
I always do better going to the gym when I have an accountability buddy.

Same with running or triathlon.

Right now I have a #Korifi on @raspberrypi.com buddy!

neuw.medium.com/cloud-foundr...
Cloud Foundry on the edge using korifi & Raspberry Pi
Korifi is the very interesting open source cloud foundry solution that runs completely 100% over kubernetes cluster(s).
neuw.medium.com
February 3, 2025 at 3:43 AM
Reposted by Antonio Alvino
Remember those Pebble smart watches? Some people never forgot! Thrilled that Google open sourced the Pebble watch source code today so this enthusiast community can keep rolling. (Also Hacker News is happy?! That deserves cake.) opensource.googleblog.com/2025/01/see-...
See the code that powered the Pebble smartwatches
The source code for the Pebble operating system in now open, to support the volunteer community maintaining Pebble watches.
opensource.googleblog.com
January 28, 2025 at 1:16 AM
Linus is my secret to reading for a long time. When I start reading a technical book he rests on my leg so that I can no longer move, in this way I can read much more. Thanks Linus 🐾
January 25, 2025 at 3:05 PM
I use SCRUM in my personal life! My partner and I adapted it with 3-week sprints, nightly check-ins, and goals aligned with our values like minimalism and sustainability. It’s streamlined trips, life projects and daily tasks, helping us prioritize, stay organized, and make life less overwhelming.
January 16, 2025 at 5:56 PM
I’ll be speaking at DevOps Days Zurich 2025!
My talk will be in the Ignite format and the title is "The Perfect Match: How Extreme Programming Enables Team Topologies Concepts". I’ll explore how Extreme Programming practices helps teams put Team Topologies concepts into practice.
See you in Zürich!
January 13, 2025 at 9:41 PM
Reposted by Antonio Alvino
In this blog, you will learn how to pass arguments to step definitions when using Cucumber and Spring Boot. Cucumber is a tool that supports BDD.
#java #cucumber
Cucumber & Spring Boot Integration: Passing Arguments to Step Definitions Explained
This blog discusses integrating Cucumber with Spring Boot and passing arguments to step definitions. The prerequisites, application under test, Spring integration, and tests are covered. It illustr…
mydeveloperplanet.com
December 13, 2024 at 12:56 PM
Reposted by Antonio Alvino
Dear friends, I'm rejoining Redis. It's a long story, so it deserved a blog post to explain all the details: antirez.com/news/144
From where I left - <antirez>
antirez.com
December 10, 2024 at 4:40 PM
Finally AssertJ support in MockMVC! I was waiting for this!
Spring Boot 3.4 is available, with plenty of new features!

Support for AssertJ in MockMvc lets you write requests with a fluent API and uses the powerful AssertJ API for assertions.

See also the documentation: https://buff.ly/4fYtVmt

#spring @spring.io
AssertJ Integration :: Spring Framework
The AssertJ integration builds on top of plain MockMvc with several differences:
buff.ly
November 27, 2024 at 3:11 PM
Reposted by Antonio Alvino
Spring Boot 3.4 is available, with plenty of new features!

Structured logging has been added with support for Elastic Common Schema, Graylog Extended Log Format, and Logstash.

See also the documentation: https://buff.ly/3Z005Hr

#spring @spring.io
November 25, 2024 at 1:00 PM
Very inspiring talk about @jakartaee.bsky.social, #AI and @langchain4j.bsky.social from @ivargrimstad.bsky.social at JUG Milano
November 11, 2024 at 10:11 PM
This morning I did something different from tech. My passion for gardening took the lead. I enriched the soil with manure and compost and then planted red garlic. There’s something about working with nature that clears and relaxes my head.
November 11, 2024 at 2:22 PM
November 10, 2024 at 7:31 PM
Reposted by Antonio Alvino
new thing I'm trying: Assertions.assertTrue for everything and then just let IntelliJ turn the assertions into the more specific assertion variants.
November 9, 2024 at 10:40 PM
Reposted by Antonio Alvino
The thing I love about Pkl is that I can make illegal config unrepresentable. For example, CloudFormation resource names have constraints and those can be encoded into a type. This enforcement makes it so I don't have to wait until deploy to discover I made a mistake.
November 8, 2024 at 4:03 PM
Reposted by Antonio Alvino
What stops your from coding like this?
November 9, 2024 at 9:53 PM