DEV Community

Cover image for Looking back at my Serverless Advocacy
Jones Zachariah Noel for AWS Community ASEAN

Posted on • Updated on

Looking back at my Serverless Advocacy

It has been less than an year that I've got started on Dev.To platform and last week I celebrated a milestone of 500+ reactions and 35,000+ views across all my blog-posts on Dev.To.

Looking back at my journey

Over the last 4 years I've been working on AWS Serverless tech stack, where I started off as a developer and being the earliest adaptor of Serverless. From a developer's stand-point I must say Serverless is the best go-to solution as you are not managing the server infrastructure instead focusing on your application.
And that was the point of time where SAM CLI or CDK was not available and I was not introduced to Infrastructure as Code, so my applications were managed purely on AWS Console. This is when, I understood the best to do is build a CloudFormation template and deploy it over CLI.
Terminal
And then my curious mind couldn't stop thinking there could be a better way! And I got introduced to the blogs and I got into an habit of reading more and more blog posts about Serverless and how to architect Serverless applications. And the applications which I was into were mostly managed with Console or CLI.
When I was overly excited with what all awesomeness Serverless holds, I started internal developer advocacy (explaining and bragging about Serverless) to my peers, colleagues and tech savy friends. Which also made me do my research right so that I get to convey the correct version of my understanding! And I started thinking of basic ideas and also the projects which I had implementated with the traditional architecture and as my excitement driven force got me implement those on Serverless with similar or equivalent architecture (P. S. mostly monolithic architecture) which resulted in some cost and made me think that Serverless is expensive for a production level applications!? Which is when one of the StackOverflow posts mentioned that you need to forget the monolithic way and think event-driven! which made a whole lot of sense for me, as I understood by them, Serverless architecture and traditional architecture are multitudes away. And I started attending Twitch streams, events, meet-ups where I got to understand Serverless more.
And it was in 2020 when the pandemic had encapsulated the world and there were long lockdowns, which gave me crazy amount of time to try out (in other words become a mad scientist working on experiments) with Serverless architecture and get a hang of it.
Mad scientist
This was around the time when I got introduced to a Senior Developer Advocate ASEAN during a AWS CDK workshop hosted online, who guided me with CDK development. By this time, I had got a good understanding and started blogging about Serverless on Dev.To. By seeing my content about Serverless, I was invited to AWS Community ASEAN and I'm continuously contributing to the community.
And then I started extensively contributing to the AWS community with blog posts, tweets, GitHub contributions to sample repositories of AWS services.
Apart from these, I'm actively contributing to the re:Skill community with challenges and blog posts.

Based on these works, I got accepted as AWS Community Builder during Oct 2021.


As a Community Builder, I got the exposure and network with some amazing co-Community Builders who are not only up for networking and sharing knowledge but also helping out whenever I have questions. I've got the opportunity to learn and collaborate with amazing developers and builders. The CB program within 4-5 months, has help me grow immensely and with that said, not only I got deeper understanding of AWS and its services but I got my advocacy skills sharpened.
During AWS Community Day ASEAN 2021, I got the opportunity to be on the otherside of the virtual sessions. Yes, a pride moment for me as that was one of the first time every, I got to be a speaker for AWS event. And my topic was about the recently launched feature of AWS Lambda functions with event-filtering for DynamoDB streams YouTube recording.

AWS Community Day ASEAN 2021

Today, lot of Community Builders give a lot of shout-out about my content.
Recently, I've also started my newsletter which emphasize on AWS, Serverless and architectures with announcements from AWS, content from the community where a lot of Community Builder's and non Community Builder's about Serverless. This newsletter today stands with 50+ subscriptions.

Thanks and a big shout-out to everyone!

You the MVP
I must say I wouldn't have got to this place if it wasn't for a ton of people who constantly supported me directly or indirectly with some encouragement and some tweets which kept me motivated. Thanks everyone! 🙏🙏 I hope to learn and grow more and we will get a moment to collaborate and work together.

thanks!

Top comments (4)

Collapse
 
raphael_jambalos profile image
Raphael Jambalos

Inspired by your journey, Jones! I agree with your blog that Serverless kinda turns conventional wisdom on its head. Instead of creating monolith apps, we must embrace microservices and event-driven architecture to take full advantage of Serverless Apps.

I personally find Serverless Framework easier, but I did hear recent updates in CDK (v2 was just released), that makes me wanna try it out too!

Collapse
 
zachjonesnoel profile image
Jones Zachariah Noel

Thanks Raphael. 🙏 Yes being from traditional architecture, the transition to Serverless was an exciting journey I've had.

I had experimented with Serverless framework but for my production ready projects, I'm into SAM. And yes CDK v2 makes a lot of things easier!! I've tried it out for some personal experiments and it works just perfect.

Collapse
 
aditmodi profile image
Adit Modi

Wow, What a Inspiring Journey @zachjonesnoel .
Thank you for contributing to this wonderful community 👏 👏
I wish you more success with your newsletter. 🙌

Collapse
 
zachjonesnoel profile image
Jones Zachariah Noel

Thanks Adit for your kind words!! 😊