Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 1.01 KB

full-stack-dev-roadmap.md

File metadata and controls

42 lines (38 loc) · 1.01 KB

Full-stack Development Roadmap

Basic Overview

Every one has their own path, and it is the experiences that make development worthwhile. However, the path based on my research and experiences I've taken, include:

  • Learn JavaScript for front-end development
  • Learn about Amazon Web Services (AWS)
    • Get Solutions Architect Associate certification
    • Learn about microservices architectures and ecosystems
  • Learn about databases, including but not limited to:
    • SQL
      • MySQL
      • MSSQL
      • OracleSQL
      • PostgresSQL
    • NoSQL
      • MongoDB
  • Learn about Ansible
  • Learn about Docker
  • Learn Kubernetes
    • Research about:
      • Envoy
      • Linkerd
      • Lambda
      • Nginx
      • HAproxy
      • Etcd
  • Learn message bus systems
    • Some examples include:
      • Rabbitmq
      • Kafka
  • Learn monitoring systems
    • Some examples include:
  • Learn log management systems, such as:
    • ELK stack

Back home