- February 19, 2017
- 1 min read
New beginings
It was quite strange how I ended up working at T-Mobile, I had wrapped up a contract with Microsoft in November of 2015 and was looking for the next gig when I got the opportunity to interview with T-Mobile. After my interview I never thought I would end up getting the gig because my background was in Azure and Microsoft stack and the group I interviewed with was on Java/OSS workloads and on AWS. Even though I got the gig I was not sure if it would be a good move. Since I was doing training between consulting gigs I din't feel like I should rush getting into a gig.
I've never been one hesitant to make changes and the opportunity to work on AWS, Microservices, OSS stack was too good to pass.
2016 ended up being a good year as I worked my behind off learning and transitioning to AWS cloud, Linux & OSS technologies, I gained many new skills but most importantly deployed many dockerized microservices and numerous other features and enhancements to production. During this time I gained many new friends and work became fun for me again. I had found my passion that I had lost somewhere down the line.
After contracting with T-Mobile for a year I've accepted a full time opportunity as Principal Architect on January 17th of this year.
Moral of the story? Keep an open mind, work your behind off, see the big picture, don't hesitate to make changes, you must definitely catch the trend and ride it and most importantly have fun doing it.
Cheers,
Ram
Related Posts
RAM GOPINATHAN
August 12, 2026
Building Kubernetes-Style APIs: A Practical Walkthrough
Kubernetes real innovation is the declarative, self-healing API pattern. This post builds that pattern from scratch: an OpenAPI-first server, a Postgres-backed store instead of etcd, and a clean service/store split that keeps business logic out of the database
RAM GOPINATHAN
February 28, 2026
Automating post install configurations with cloud-init for Red Hat Enterprise Linux deployments on baremetal environments
Stop configuring servers by hand. Here's how cloud-init brings cloud-level automation to your physical infrastructure.
RAM GOPINATHAN
January 22, 2026
PODMAN TIPS: Implementing init container pattern for containers running on PODMAN
If you’ve worked with Kubernetes, you’re probably familiar with init containers—containers that run before the main application and are typically used for setup or initialization tasks. In this post,…