backend icon indicating copy to clipboard operation
backend copied to clipboard

My notes from sessions w/ Alexander Simovic (https://aws.amazon.com/developer/community/heroes/aleksandar-simovic/)

My Todo List

  • [x] NodeJS
  • [x] Testing
  • [x] Compute (Lambda)
  • [x] Network communication (API Gateway + GraphQL)
  • [x] Severless patterns
  • [x] Authentication & Authorization
  • [x] Cloudformation
  • [x] Messaging Layer (SNS + SQS)
  • [x] Storage Layer
    • [x] Relational Databases
    • [x] NoSQL Databases (document storage)
    • [x] Migration from NoSQL to MySQL/Postgres
    • [x] File storage (S3)
  • [x] Deployments
    • [x] CodeStar
    • [x] CodePipeline
    • [x] CodeDeploy
  • [x] Architecture (how do you start building a system - which topics come first)
    • [x] Data flow diagram
    • [x] AWS Architecture
    • [ ] UML Diagrams (not required)
    • [ ] Structured analysis and design technique (SADT)
  • [ ] AWS Certificates (finish 5 of 5)
    • [ ] AWS Certified Solutions Architect Associate
    • [ ] AWS Certified Developer Associate
    • [ ] AWS Certified SysOps Administrator Associate
    • [ ] AWS Certified Solutions Architect Professional
    • [ ] AWS Certified DevOps Engineer
  • [x] Migration from Monolith to Serverless
  • [ ] Computer Science 101
    • [x] Data Structures
    • [ ] Algorithms
    • [ ] Network (Buffers/Streaming/TCP/UDP)
    • [ ] Engineering
  • [x] Serverless Software Patterns
  • [x] Frontend (React.js)

Serverless Design Patterns

Additional Information: Sources &Links