Skip to main content
Celebrating the 100 points in the Google Lighthouse Reports

Celebrating the 100 points in the Google Lighthouse Reports

In this post, I will share with you my experience starting from a disaster that occurred to my blog ☠️😢😭 until reaching the 100/100 performance score and get all Audits Validation Badges on Google Lighthouse 🏆🥇🎉🎊🎈💯/💯🥳 October 10th, I was writing a new post in my blog, in one of the previews, the site kept loading without giving any response. 😱😫😰😓😳🥵 My blog is based on the Wordpress CMS and hosted in an Ubuntu VPS by OVH since August 28th, 2015. ...

October 23, 2019 · 6 min · Nebrass Lamouchi
Playing with Java in Azure Functions - New Release

Playing with Java in Azure Functions - New Release

In one of the previous posts, I introduced the Azure Functions Java. I felt that I need to write a dedicated tutorial to this great Azure Serverless service 😁 In this post, I will be covering many concepts in deep: Triggers and bindings Events and messaging Deployments & Consumptions Monitoring Generating the hello-world project We will scaffold a Java-based Azure Function project using Maven Archetypes, using this command: 1 2 3 4 5 6 7 8 9 $ mvn archetype:generate -DarchetypeGroupId=com.microsoft.azure \ -DarchetypeArtifactId=azure-functions-archetype \ -DappName=hello-world-app-example \ -DappRegion=FranceCentral \ -DresourceGroup=helloworld-rg \ -DgroupId=com.helloworld.group \ -DartifactId=helloworld-functions \ -Dpackage=com.helloworld \ -DinteractiveMode=false The generated project will look like: ...

October 19, 2019 · 25 min · Nebrass Lamouchi
Trip Report: Netherlands Trip - October 2019

Trip Report: Netherlands Trip - October 2019

I was for a week in Amsterdam, Netherlands, to attend the Microsoft OpenHack about the Migrating Workloads to Azure from the 14th to the 18th of October. It’s not my first visit to Amsterdam, and like every time, it was an amazing visit 🥳 Like every trip, here is a small Flickr album: https://www.flickr.com/photos/nebrass78/albums/72157711449636051

October 19, 2019 · 1 min · Nebrass Lamouchi
Thank you JetBrains for the complimentary subscription ! 🤩

Thank you JetBrains for the complimentary subscription ! 🤩

I would like to thank JetBrains for offering me the complimentary JetBrains All Products Pack subscription as part of the JetBrains Developer Recognition Program 🤩 Say hello to my IntelliJ IDEA Ultimate

September 30, 2019 · 1 min · Nebrass Lamouchi
Playing with Azure Monitor services and Spring Boot

Playing with Azure Monitor services and Spring Boot

In enterprise application, performance is major requirement of success. Especially for applications where slowness will have a direct detrimental impact on business productivity, profits and even the brand itself, like trading platforms and e-commerces. If a trading platform loads slowly or experiences errors, it will translate into loss of business, and losses can be extremely high, and the customer might end up switching to another competitor. In this context comes the Application Performance Management (APM). APM is the monitoring and management of performance and availability of applications. APM strives to detect and diagnose complex application performance problems to maintain an expected level of service. ...

September 23, 2019 · 10 min · Nebrass Lamouchi
Playing with OpenShift 4 locally

Playing with OpenShift 4 locally

January 2018, Red Hat acquired CoreOS for 250 million dollars 🤩. CoreOS was one of the leading companies of Linux & Containers market with their wide offer of products: CoreOS Tectonic: container application platform based on Kubernetes. CoreOS Container Linux: lightweight Linux distribution designed to run containerized applications. CoreOS Operators Framework: an open source toolkit designed to manage Kubernetes native applications. CoreOS Quay: a container registry for building, storing, and distributing your private containers. CoreOS rkt: an application container engine developed for modern production cloud-native environments. even more and more.. Red HatOpenShift 3.x was facing many big problems especially in installations and upgrades. It was a real nightmare to install an OCP Cluster. I never heard an OCP Admin talking about upgrading OCP without discussing the problems that they faced. Personally, I worked for two customers from 2017 to 2019 that adopted OCP, and when it comes to cluster upgrades they were dedicating time and they were bringing people from Red Hat to help them do that 😂 Although, the upgrades were guaranteed by Red Hat in all technical and commercial announcements. ...

September 20, 2019 · 8 min · Nebrass Lamouchi
Comment j'ai perçu le Consulting bel Tounsi

Comment j'ai perçu le Consulting bel Tounsi

عسلامة ومرحبا بيكم في برنامجكم “خذوا عيني شوفو بيها” 😆 اليوم باش نحكيلكم على مهنة الConsulting اللي ولات أكثر اختصاص تقريبا توة في سوق الشغل خاصة في اوروبا.. شنيه معناها Consulting ؟؟ منين جات وشنيه الحكاية بالضبط ؟؟ في الpost هذا باش نحكي من منطلق شخصي بالطبيعة 😁 ايا سيدي بن سيدي.. نرجع بيكم لعام 2014.. بعد عامين خدمة عديتهم بعد الLicence في شركة بترولية في تونس.. خرجت باش نعدي ستاج الماستير في باريس وكنت نلوج على خدمة باش كيف نتخرج الأمور تبدى مريقلة وما نبقاش بطال.. كنت نلوج على poste في شركة éditeur logiciels والا banques والا assurances.. كنت نتصور اللي الخدمة متاع الdéveloppement ما تكون كان في شركة من نوع هذا.. ...

September 17, 2019 · 11 min · Nebrass Lamouchi
Trip Report - Maldives & Qatar - August 2019

Trip Report - Maldives & Qatar - August 2019

I got married on August 16th 2019 🥳🥳😍😍😘😘 We decided to be in the Maldives 🇲🇻🏝⛱🥥 for our honeymoon 🤩🤩🤩 For the back trip, we spent a day in Doha, Qatar 🇶🇦🐪🌴⛺️ It was an incredible trip 😍 so I wanted to share some photos 📷 As usual, I attached the pictures in Flickr: https://www.flickr.com/photos/nebrass78/albums/72157711450245191

September 5, 2019 · 1 min · Nebrass Lamouchi
Playing with Java under the shield of SonarQube

Playing with Java under the shield of SonarQube

Introduction We.. developers.. we spend all our time writing code (and drinking coffee).. but we rarely care about the code quality.. until we get some pressure from a reviewer or from some quality scanner tool.. and as every field in the Java ecosystem, we have many choices when we come to choose a Quality Scanner tool: FindBugs, CheckStyle, PMD and of course the GREATEST SonarQube 😍 I fully worked with SonarQube since January 2014, during my M.Sc. internship to analyze my code and even to check if there are some Security Flaws using the OWASP and SANS _Quality Gate_s. ...

August 26, 2019 · 10 min · Nebrass Lamouchi
Playing with Java in Azure Functions and Azure DevOps

Playing with Java in Azure Functions and Azure DevOps

Before the introduction This is my first tutorial about one of the Microsoft’s tools and platforms.. I started working for Microsoft on May 6th, I started to look to this huge and mysterious world by the eyes of a Java Developer. I will try to make some tutorials based on the great tools that I use or discover in the Microsoft ecosystem 😊 ⚠️ Disclaimer : This is not a marketing content 😆 I just want to share with you a feedback about tooling to boost your productivity and to make the Java journey wonderful 😍 ...

August 9, 2019 · 12 min · Nebrass Lamouchi