This is the pom.xml file with the starter packages for spring boot.
Kafka Spring
This shows how to create Kafka with Spring integration
Kafka Primer
This is a short article about how to setup a Kafka application up and running.
Oauth2 Auth0 Primer
This is about Oauth services provided by Auth0
Bucket Storage similar with S3 at Linode
This shows how to access the bucket storage at Linode with the code you normally use for AWS.
Python and MySQL
This article shows how to connect to mysql from python.
Flask Primer
Flask is a REST engine written in Python. Pretty much like Django, however much simpler. It is very suitable for exposing microservices, with a small number of controllers etc. Here is a sample of how to do stuff with Flask.
Python PIP Commands
This is a summary of pip commands that are useful for day to day activity.
Python Virtual Environment venv
This is about virtual environments for Python.