CodeNewbie Community 🌱

Discussion on: will learning AWS help?!

Collapse
 
anshulnegitc profile image
Anshul Negi • Edited

Learning whole AWS whole stack might not be useful but try to learn tools that your organization uses or you think might proves beneficial to your organization.
Like in our case

  1. We shifted our front end to s3 which minimizes costs
  2. Uses ALB(Application Load Balancer) for heavy traffic and handling socket connection.
  3. Build Pipeline and trigger email on success using Lamda function.
  4. Cloudfront for assets optimization
  5. Security features like domain/referer locking.

I find difficult to learn something as side project, as I spent most of the time working for organization so aligning my learning or skillset to organization work proves handy for me.
Hope it helps