├── .gitignore ├── README.md ├── files └── map.xml └── images └── map.png /.gitignore: -------------------------------------------------------------------------------- 1 | .idea -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlaaAttya/software-architect-roadmap/HEAD/README.md -------------------------------------------------------------------------------- /files/map.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlaaAttya/software-architect-roadmap/HEAD/files/map.xml -------------------------------------------------------------------------------- /images/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlaaAttya/software-architect-roadmap/HEAD/images/map.png --------------------------------------------------------------------------------