My first contribution to the MLflow project

My first PR to incorporate Hugging Face’s Evaluate BLEU metrics into MLflow project has been merged. This update aims to enhance text generation evaluations with BLEU metrics: a well-regarded metric, used to evaluate the quality of machine-generated text, particularly for translation tasks.

October 31, 2024 · 0 min

Playing with ISA-95 with Azure IoT Operations: LNM & MQ

This Post was originally published on the Azure Arc Jumpstart website under the title Implementing ISA-95 with Azure IoT Operations: LNM & MQ

June 21, 2024 · 1 min

Playing with NVIDIA DeepStream SDK

Introduction Recently, I got the chance to work on a project dealing with Computer Vision ! In the investigation phase, I discovered an interesting product: the NVIDIA DeepStream SDK ! Even when NVIDIA DeepStream was not adopted for our project 😅 I had a strong desire to discover this platform. I really cannot say if it’s a platform, a set of tools, a set of platforms, or even a full universe. 😊 ...

September 30, 2023 · 30 min

Projects ideas for software engineering students 💡

During many career talks I attended, I noticed that some questions come back every time: " As a final year student, how can I get an internship? What can I mention in my CV to make it attractive? " 🤔 The problem is that always we start being concerned about internships too late, only some weeks before starting the search operation 💣 Although, finding a good internship needs to be prepared many months before… ...

May 4, 2021 · 3 min

"Playing with Java Microservices with Quarkus and Kubernetes" is available in Early Access

Today is the big day 🥳🥳 My third book “Playing with Java Microservices with Quarkus and Kubernetes” is available in Early Access 🎉🎊🎈✨ Book cover I started working on the book starting from June 😁 I spent nearly 5 months presenting the most interesting and powerful features of the Quarkus Framework. When I started the Proof-of-concept, I didn’t have the idea of writing a book on Quarkus, I was just discovering. I found myself spending more and more time reading the documentation, trying some features and extensions, and then I got the idea to write the Quarkus version of my “Playing with Java Microservices” Book 😁 ...

October 23, 2020 · 3 min

Just finished the first four chapters..

Today, I will not be sharing a tutorial or a review, I will share with you my new book news ! 🥳 I just finished typing the fourth chapter. These four chapters belong to the first part of the story: the MoNoLITHiC dedicated part 🤪 .. What’s new ? In my previous book “Playing with Java Microservices on Kubernetes and OpenShift” there was a Docker-only chapter in the middle of the book. Now, in the book, there is no Docker-only chapter, there is a Chapter Zero dedicated for Containerization, with Docker and alternatives ! 😄 ...

August 10, 2020 · 2 min

Celebrating my 30th birthday & my 1st year in Microsoft

Today is my birthday and what a wonderful day to celebrate my life, but not only. Today I celebrate my first year in Microsoft, one of the most wonderful years in my career.. a year plenty of great new people, amazing challenges, wellness and happiness. 🎉🎊 When I started working for Microsoft last year, I was the Java developer joining the .Net Gurus town. It was a very exceptional situation for my Java friends, because since I started working in 2012, I was always dealing with the open source world, and Microsoft at that time wasn’t in the same planet as us. I even added a disclaimer to tell my contacts in Linkedin that I will not be leaving Java while joining Microsoft 😂 I will be back to this point later. ...

May 5, 2020 · 7 min

Workshop Report: ENSI – January 2020

The workshop “Playing with Java Microservices on Kubernetes” was held from 02/01 to 04/01 - 2020, at the National School of Computer Sciences, in Manouba, Tunisia. Great gift 😍 The workshop was done on 21 Hours of training about Java, Spring Boot, DDD, Docker, Kubernetes, Cloud Patterns, Azure AKS & Functions… Some Github repositories used in the sessions: Monolith Example Microservices Examples Speaker Deck The event was sponsored by Microsoft 😍🤩🥳 !! ...

January 4, 2020 · 1 min

Playing with Java Microservices on Kubernetes - ENSI 2020

I will be in the National School of Computing Sciences of Tunisia (ENSI Tunisia), from the 2nd to 4th January 2020, to animate a 20 Hours workshop, about Microservices in Java and how to deploy them as Docker Containers to Kubernetes. The event is organized by Mrs Rim Drira. The workshop content: Part 1: The Monolithics Era Part 2: Coding the monolith Part 3: Microservices Era Part 4: Applying DDD to the code Part 5: Meeting & Implementing the µservices concerns and patterns Part 6: Building the standalone µservices Part 7: Packaging µservices in containers Part 8: Falling in 🥰 with container orchestrator: KUBERNETES 😍 Part 9: Applying the Kubernetes Style Part 10: Meeting Azure ☁️ Part X: What ’s next ? Like every edition 😁 I would like to thank Mrs Rim Drira for the invitation and for all the great organization of the previous events. ...

December 27, 2019 · 1 min

Playing with CQRS and Event Sourcing in Spring Boot and Axon

The Microservices Architecture World, we can meet many concepts and patterns, like the Centralized Configuration, Circuit Breaker, Service Registry and Discovery, etc.. Two of these patterns are the CQRS and the Event Sourcing patterns, coming from the Domain Driven Design planet 🌏 In the most of the use-cases, these two patterns are sold together 😁 in this new tutorial, we will discover what does each one ? why they are usually used together ? and for sure we will implement these two patterns in Java ☕️ obviously 🤓 ...

December 20, 2019 · 22 min