IT Consulting
Software engineering, cloud migrations, and DevOps transformations.
I offer software consulting services ranging from software development to site reliability engineering and cloud migrations. Before starting my own company, I worked with the best consultancies in Finland such as Gofore and Reaktor. I have experience working with multiple Finnish public sector agencies and larger enterprises.
For inquiries, please send me an email to info@harrihamalainen.com or call me at +358503042447 and let's see if I could offer my experience for your business needs.
Tracking software component versions is critical for maintaining the stability and predictability of your infrastructure. In the post I introduce a technique to provide such version tracking for your organizations custom terraform modules, useful e.g. for platform teams providing common infrastructure to be used by multiple application teams.
AWS Elatic Container Registry has nowdays capability to scan container images it contains. While being a great (and free!) service feature, it currently lacks aspects that would make it a possible tool for organization wide monitoring and analyzing security landscape. This post goes through some steps to take in order to bridge those gaps.
I go through ways to integrate AWS CloudHSM properly with EKS or any other similar Kubernetes cluster.
I got a chance with my client's team to run the first cloud gameday. In this post, I share my experiences and tips on how to run the first gameday successfully with your team and related parties.
A recent article about the performance of teams and psychological safety brought up some thoughts on what matters to improve the performance of a team or an organization to the next level. So I got a spark and decided to share my principles, through which I try to work.
We go trough of one possiblity of doing synchronous processing within your web application with AWS Lambda functions.
Loading data from MySQL database into PySpark dataframes
The purpose of this article was to show how to show how to transparently serialize dictionaries as JSON fields in your database through SQLAlchemy and access them from your code as dictionaries.