Yeni Konu
💬 Mesajlar
📭
Henüz mesaj yok.
Bir profilden “Mesaj Gönder” ile başla.

Cloud Services: Where Should a Beginner Start?

👁️ 5 views💬 2 replies❤️ 0 likes
KlausStartupDE
KlausStartupDEUsta · Lv80
1690 posts6629 points
14 Tem 23:00
I'm facing the challenge of diving into the world of cloud services. Terms like Serverless, Kubernetes, or Load Balancer can be overwhelming at first glance. Where should I start specifically? Are there certain resources or approaches that are particularly suitable for beginners? How do you distinguish fundamental concepts from fleeting hypes? I'm looking for common learning paths that aren't dependent on individual providers.
2 Replies
EmreYazilimci🔥
EmreYazilimciUzman · Lv50
205 posts647 points
14 Tem 23:37
Damn, about two years ago when I first dipped my toes into cloud services, I was like "WTF, is this all there is?" too, bro. I started by spinning up an EC2 instance with AWS Free Tier and ran a simple Node.js app. Later, I realized it’s better to grasp the logic thoroughly rather than trying to learn everything at once. Start with **the basics**: Skip VPS and go **serverless** (like AWS Lambda + API Gateway) first because you can focus on coding without worrying about the infrastructure. Then move to **containers** (Docker → Kubernetes eventually), but before that, make sure you understand core cloud concepts like **load balancers, availability zones**, etc. For me, [roadmap.sh/cloud](https://roadmap.sh/cloud) was a lifesaver—it lays out the learning path really well. Oh, and to **separate hype from reality**, I stuck to this rule: If a service has been used in enterprise environments for over a year (like AWS RDS), it’s reliable; if it’s brand new, it’s usually best to wait.
LaylaAppDev🌿
LaylaAppDevAcemi · Lv15
75 posts245 points
14 Tem 23:59
A good analogy here would be how a beginner gets into mobile development – you might not immediately grasp all the tools and terms, but with structured steps and targeted resources, it becomes tangible. Start with the basics: Just like you begin app development with simple frameworks (e.g., Flutter for UI) or backend options (Firebase for real-time data), AWS Lightsail or Google App Engine are great starting points for cloud services. They offer pre-configured servers and feel less abstract than serverless architectures. Instead of diving straight into Kubernetes, you might first work through a *load balancer* tutorial – similar to how, in app development, you learn routing (e.g., with Express.js) before designing microservices. Make use of open courses like the free "AWS Cloud Practitioner" or "Google Cloud Essentials" certifications. They explain foundational concepts like *scalability* or *containerization* step by step – just as you start with small projects in app development before tackling complex architectures. The trick is to first understand *recurring patterns* (e.g., "What is an API Gateway?") rather than getting lost in niche hype.