All Stories

QR Generator in GO using Gin Web Framework

In this short article I will talk about my experience in building a REST microservice using Golang. I’ve recently been using this programming language and I was curious to practically...

Mock your microservices with Smocker

Those of you that (like me) work every day with microservices know how can be useful to mock microservices in order to deeply test the architecture.

Deploy applications in a cheap AKS cluster

Few months ago I started to write technical articles about Kubernetes and Java development. The feedback that I had was really positive, and I decided to complete the argument talking...

Google Cloud Storage integration with Apache Camel

The rising adoption of Cloud services need also to integrate this features with new and existing applications. Apache Camel is an Open Source integration framework that empowers developers to quickly...

From Microservices to Kubernetes with Quarkus (2/2) - Monitoring

During the previous article I talked about how was quick and simple to make a small microservices architecture using Quarkus as Cloud Native Stack. I presented an example application and...

From Microservices to Kubernetes with Quarkus (1/2)

After some days spent reading books about Microservices and Cloud Native I found in Quarkus an impressive stack to build Cloud Native Applications.

Creare un semplice Bot Telegram in PHP [ITA]

Spesso realizzare un Bot può sembrare un impresa difficile e costosa. In quest’articolo parlerò di come è possibile creare un Bot Telegram con funzionalità molto semplici utilizzando un hosting PHP...

Run an Oracle Database on Docker in 5 minutes [ENG]

I really wanted to write a short article on how to install a complete Oracle Enterprise Database on your local machine. After some research I have found that the easiest...

Creare un Database Oracle in 5 minuti con Docker [ITA]

Da qualche giorno ormai volevo scrivere un breve articolo su come installare sulla propria macchina un Database Oracle Enterprise completo. Dopo un po di ricerche ho scoperto che il modo...