New book update #1

New book update #1

I just updated my book « Playing with Java Microservices with Kubernetes and OpenShift » 😃 The release changelog: Fixed some typos 🙈 I just finished writing the Chapter 14: Getting started with OpenShift 👌 I started writing the Chapter 15: The OpenShift style 🎶 I started working on Istio Tutorial that will be the first bonus chapter in the book ⚡️⚡️ I will be covering more and more subjects soon 😁 ...

January 20, 2019 · 1 min · Nebrass Lamouchi
My new book is here !!

My new book is here !!

Playing with Java Microservices on Kubernetes and OpenShift is here ! Today, November 24th 2018, I released my new book Playing with Java Microservices on Kubernetes and OpenShift!! Finally, after ten months of work, tests, POCs and many edition iterations, the newborn is here ! The book is edited and sold on the LeanPub platform 🤩 The book is sold mainly in two different offers: The Book only The Book + one hour of training about Java Microservices and Kubernetes/OpenShift I have some ideas about making some other packages, I will post about them soon ! Stay tuned !! ...

November 24, 2018 · 1 min · Nebrass Lamouchi
Playing with Spring Boot on Kubernetes

Playing with Spring Boot on Kubernetes

I. Introduction In this tutorial I will show you how to write a small Spring Boot CRUD application and how to deploy it on Kubernetes. Spring Boot is an innovative project that aims to make it easy to create Spring applications by simplifying the configuration and deployment actions through its convention over configuration based setup. Kubernetes (commonly referred to as “K8s”) is an open-source system for automating deployment, scaling and management of containerized applications that was originally designed by Google and now maintained by the Cloud Native Computing Foundation. It aims to provide a “platform for automating deployment, scaling, and operations of application containers across clusters of hosts”. It works with a range of container tools, including Docker. ...

March 31, 2018 · 35 min · Nebrass Lamouchi
My upcoming book: Playing with Java Microservices on Kubernetes and OpenShift

My upcoming book: Playing with Java Microservices on Kubernetes and OpenShift

Today, I would like to share with you the title of my new book: Playing with Java Microservices on Kubernetes and OpenShift. I started working on it, since the January 2018. Playing with Java Microservices on Kubernetes and OpenShift will teach you how to build and design microservices using Java and the Spring platform. This book covers topics related to creating Java microservices and deploy them to Kubernetes and OpenShift. ...

February 2, 2018 · 2 min · Nebrass Lamouchi
New version of "Playing with Spring Boot and Docker in NetBeans IDE"

New version of "Playing with Spring Boot and Docker in NetBeans IDE"

This article is originally published April 13th, 2017 at JaxEnter website: Link In this tutorial you will learn how to write a Java EE application using two of the trendiest technologies: Spring Boot and Docker in NetBeans IDE. Spring Boot is an innovative project that aims to make it easy to create Spring applications by simplifying the configuration and deployment actions through its convention over configuration based setup. Docker is an open source project that automates the deployment of applications inside software containers. ...

April 14, 2017 · 7 min · Nebrass Lamouchi
Playing with Spring Boot and Docker in NetBeans IDE

Playing with Spring Boot and Docker in NetBeans IDE

In this tutorial you will learn how to write a Java EE application using two of the trendiest technologies: Spring Boot and Docker in NetBeans IDE. Spring Boot is an innovative project that aims to make it easy to create Spring applications by simplifying the configuration and deployment actions through its convention over configuration based setup. Docker is an open source project that automates the deployment of applications inside software containers. ...

July 14, 2016 · 7 min · Nebrass Lamouchi
Talk Report: From JavaEE to AngularJS - Video & Slides

Talk Report: From JavaEE to AngularJS - Video & Slides

NetBeans Day Paris, for the first time in France, held on the October 16th, 2015. It was a very nice opportunity to meet NetBeans users and developers in Paris Area. My presentation is a live coding session showing how to make a sample app from scratch on NetBeans, using many trendy technologies and APIs: IDE: NetBeans 8.0.2 Server: Payara Server 4.1.153 Backend: Java EE 7 [JPA 2.1, EJB 3.2, CDI 1.1, JAX-RS 2.0], REST Standards, CORS Frontend: HTML5, AngularJS 1.4.x & Twitter Bootstrap 3.3.x Testing: JUnit 4.x Github for hosting the app code The video (French): ...

November 26, 2015 · 1 min · Nebrass Lamouchi