In this tutorial, we’ll build a geolocation-enabled WordPress site using Docker Compose. Our setup will include a custom "piulada" category, where each post contains latitude and longitude metadata. We'll also create a custom page that displays these posts on a map with markers, each linking to the individual post.
docker
4 min read
docker 5 min read
raspberrypi The design, implementation and continuous integration of a standalone application to be run on a Raspberry Pi.
7 min read
docker This post describe how I can manage to reduce the time consumed by Gitlab pipelines by caching the dependencies and using Docker images
2 min read
docker Deploy Grafana using Docker and nginx as reverse-proxy providing health-check and more advanced features such as blocking requests.
2 min read
testing Mocking external API with wiremock. Prepare a docker-compose bootstrap project for wiremock.