Who Am I ?
I am a backend developer with 5+ years of professional experience in Python, Golang, Flask, Django and Docker with a passion for problem solving.
Throughout my career at Xoriant/Maplelabs, I have led significant projects that streamlined processes, enhanced system efficiency, and maintained high standards of code quality. My contributions include spearheading design decisions, conducting thorough code reviews, and developing robust solutions that address complex technical challenges. Despite having limited experience with scalable products, I am a fast learner with a strong passion for innovation and continuous improvement.
What I Do ?
Highly proficient in Python, leveraging its versatility for developing robust and efficient applications.
Expert in developing web applications with Django, optimizing performance and maintainability.
Proficient in building lightweight and efficient web services using Flask, ensuring rapid development cycles.
Skilled in utilizing Go for developing high-performance, concurrent applications, focusing on system efficiency.
Strong foundation in OOP principles, enabling the creation of modular, reusable, and maintainable code.
Experienced in automating IT infrastructure with Ansible, enhancing deployment speed and consistency.
Proficient in containerizing applications with Docker, ensuring consistent environments and streamlined deployment processes.
Adept at diagnosing and resolving complex technical issues, employing innovative solutions to enhance system performance.
Skilled in managing and optimizing PostgreSQL databases for high availability and performance.
Recent Posts?
Recently, I encountered an intriguing problem where I needed to establish communication from a network namespace inside one container to another network namespace inside a different container. In this blog, I will walk you through the thought process and steps involved in solving this issue.
Pre-requisite:
This blog is intended for readers who are familiar with the following concepts:
How can you communicate?