Skip to content
Marco Lenzo
  • Home
  • Blog
  • Newsletter
  • Services
  • Contact

Package a Spring Boot application into a Docker container

December 2, 2019April 11, 2016 by Marco Lenzo

In this article, I will describe how we can easily package our Spring Boot Java Application into a Docker container using the docker-maven-plugin The reason why we favor containers in our Continuous Delivery (CD) prototyping is that they offer greater … Read more

Categories Software Architecture Tags Docker, Maven, Spring Boot

Install UnrealIRCd Server on CentOS 7

September 9, 2023January 30, 2016 by Marco Lenzo

In this article we will install UnrealIRCd on a CentOS 7 machine. UnrealIRC is the most popular IRC server. It is written in C and it is open source. User Setup and Download Compilation It is safe to leave everything … Read more

Categories DevOps Tags CentOS, UnrealIRCd

Install Jenkins on CentOS 7

September 9, 2023January 16, 2016 by Marco Lenzo

Install Jenkins in few steps on CentOS 7. Java is a pre-requisite for your Jenkins installation. If you don’t have it, go ahead and install it. Note that Jenkins is incompatible with the GCJ version of Java. Best options are … Read more

Categories Software Architecture Tags CentOS, Jenkins

Continuous Integration with Git and Jenkins

September 9, 2023January 16, 2016 by Marco Lenzo

Continuous Integration (CI) defines a software development process where the source code is pushed by developers to a central repository and verified by automated builds. Its main aim is to detect issues as early as possible and avoid integration hell. … Read more

Categories Software Architecture Tags Continuous Integration, Jenkins

Microservices with Spring Boot

December 7, 2019January 8, 2016 by Marco Lenzo

In this article, we will learn how to build a microservice in minutes with Spring Boot. The first step in our continuous delivery pipeline is the development phase. If we were allowed to start with a blank sheet, I would … Read more

Categories Software Architecture Tags Microservices, Spring Boot

Continuous Delivery Prototyping Step by Step

December 22, 2021January 1, 2016 by Marco Lenzo

This is the first of a series of articles where we will embark on our journey to prototyping continuous delivery. The approach taken is going to be very practical. My assumption is that if you are reading this article you … Read more

Categories Software Architecture Tags Continuous Delivery, Continuous Integration
Newer posts
← Previous Page1 … Page3 Page4

Contact Me

If you wish to get in contact with me, just send me an email and let me know how I can be of help!

[email protected]

  • Home
  • Blog
  • Newsletter
  • Services
  • Contact