#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Vamsi Krishna"
self.role = "Software Engineer"
self.language_spoken = ["te_IN", "hi_IN", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
🚀 Passionate FullStack DevOps Engineer, creating robust pipelines for deploying applications into kubernetes. Skilled in both kuberenetes and docker with keen intereset in OpenShift.
- 💼 I'm currently working on: 💻 Developing a complete backend API in golang
- 🌱 I'm currently learning: 📚 Exploring Next.js
- 💬 Ask me about: 💡 Python, Deep Learning, Docker, Kubernetes, and RESTful APIs
- ⚡ Fun fact: 🎢 I once used to train deep learning models by staying up all night
- 📂 Portfolio: vamsi-344.github.io
- 📝 Blog: vamsi344.hashnode.dev





