GDG Cloud Kolkata

Exploring the Future of Cloud Technologies

Summary: Abhimanyu Verma invites fellow developers and architects to discuss the future of cloud technologies. They encourage sharing insights and experiences with emerging trends and solutions, and how these may affect careers and businesses over the next decade. The discussion aims to enhance understanding and preparedness in this rapidly changing field.
AI Summary

Hello everyone,

As we continue to navigate the ever-evolving landscape of cloud technologies, it’s crucial for us as developers and architects to stay ahead of the curve. With advancements happening at a rapid pace, let’s take this opportunity to share our insights and predictions.

- What emerging cloud technologies or trends do you believe will shape the future of the industry?

- Have you implemented or experimented with any new cloud solutions recently? What were your experiences?

- How do you foresee the role of cloud computing evolving in your career or business in the next 5 to 10 years?

Your thoughts and experiences are invaluable to our community, and we’re excited to hear from each of you. Let’s dive deep into a discussion that not only broadens our understanding but also prepares us for the future.

1 comment
Comment deleted

I would wish to talk about google's api gateway , it acts as a single ,centralized entry point for all incoming traffic before routing request to actual backend services, it helps you centralise your security removing the headache of having to write authentication logic for example verifying JWTs and API keys on every single microservice , you only get to do it once at the gateway , this saves your backend from wasted processing power , it acts as a rate limiter hepling you prevent DDos attacks or runway scripts before they crash your database , Yes I believe it will shape the future of the industry , modern applications are collections of hundreds of tiny ,"decoupled services" , managing these kind of applications become practically impossible without a gateway , the gateways are becoming the backbone of modern system architecture , and also as the security threats evolve , the gateways become policy enforcement point in a zero trust model , the gateway achieves this by verifying every single request's identity and permissions on every turn , than just trusting the traffic because it made it past the firewall, How I forsee the role of cloud computing , : the role of cloud computing is to abstract away the plumbing of the internet so engineers can purely focus on building product features and solving the problems experienced by the users 2, in a case where your app goes viral tommorow , the cloud can spin up new servers instances in seconds to handle the traffic ,