Kubernetes policy management with Kyverno and OPA Gatekeeper comparison

Playing with Kyverno

Learn how to implement Kubernetes governance with admission controllers, compare Kyverno and OPA Gatekeeper policy engines, and deploy production-ready security policies with practical examples and performance benchmarks.

December 24, 2024 · 30 min · Nebrass Lamouchi

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 · Nebrass Lamouchi

Playing with Reactive Quarkus

Here we go again for a new post 😁 After publishing my Quarkus book last September, I got many requests about creating reactive applications with the Quarkus Framework. Today, I will show you how to make a Reactive CRUD Application with the Quarkus Framework and backed by a PostgreSQL Database. Building our the Reactive Quarkus Application The full source code is available on my Github. We will generate our project using the code.quarkus.io. Our application will need 8 extensions from the portal: ...

May 27, 2022 · 14 min · Nebrass Lamouchi

Playing with Azure Functions and Quarkus

Quarkus is one of the current trends of the Java ecosystem. I’m already in love with it. I’m using it along with Spring Boot, and when I choose, I choose Quarkus. 😁 This week, I was working on a Batch POC using Azure Functions and Azure Automation. So I thought it will be useful to share the exercise with you. 😁 What I want to do? I will be taking a small use case: I need a batch that will be invoked at some specific time or manually, checking all the available VMs and starting or shutting down all those that we choose. ...

February 23, 2021 · 15 min · Nebrass Lamouchi

Announcing Playing with Quarkus - Workshop Edition 🥳

November 3, 2020 · 0 min · Nebrass Lamouchi

"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 · Nebrass Lamouchi

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 · Nebrass Lamouchi

My upcoming book: Playing with Java Microservices with Quarkus and Kubernetes

Today, I would like to share with you the title of my new book: Playing with Java Microservices with Quarkus and Kubernetes. I started working on it, since the July 2020. Playing with Java Microservices with Quarkus Kubernetes will teach you how to build and design microservices using Java and the Red Hat Quarkus Framework. This book covers topics related to creating Java microservices using Quarkus and deploying them to Kubernetes. ...

July 10, 2020 · 2 min · Nebrass Lamouchi

Playing with Reactive Spring Boot

Reactive programming ! Wow ! What a fancy buzzy word ! I waited so much to write a blog post about this trend 😃 I was waiting for the landscape to be mature to made a one-shot tutorial 😁 Today, I will show you how to make a Reactive Spring Boot application, with a Reactive CRUDs using Spring Data Reactive Relational Database Connectivity (R2DBC) with PostgreSQL and for sure the famous Webflux. Don’t be scared if you don’t know any of these topics. We will be introducing all of them smoothly ! 😊 ...

June 1, 2020 · 9 min · Nebrass Lamouchi

Falling in love with Udacity ⚡️

Good ! This post has a conclusion into its title ! Udacity was the biggest discovery I’ve made during the COVID-19 lockdown 🤩 I was seeking for an interactive learning platform like DataCamp, where I finished all the trainings that I’m interested on. By the end of the February, I found Udacity while I was searching for some AI/ML intensive course. Udacity Logo ...

May 7, 2020 · 6 min · Nebrass Lamouchi