import { COLORS } from '../constants' const Introduction = () => { const BoldStyle = 'text-blue-900 dark:text-blue-300 font-semibold' return (

Taqi Tahmid

Test Automation and DevOps Engineer

I am a DevOps and{' '} Test Automation engineer with a{' '} certified Kubernetes Administrator (CKA) certification, specializing in managing Kubernetes clusters and cloud infrastructure. Currently working at Ericsson in Finland as a DevOps Engineer.

I bring four years of industry experience in designing CI/CD pipelines and test automation for diverse applications and architectures. I hold a Bachelor's degree from Khulna University of Engineering & Technology (KUET) and a Master's degree from Tampere University. My expertise spans across the entire DevOps lifecycle, from cluster management and infrastructure automation to implementing robust testing frameworks.

) } export default Introduction