Заметки ИТ Архитектора
40 subscribers
7 photos
2 videos
10 files
78 links
На канале Я собрал к прочтению интересные аналитические статьи и публикации в сфере ИТ Архитектуры. Канал не новостной.
Download Telegram
материалы для самостоятельного изучения по инженерке
1. Git
    1. https://www.atlassian.com/git/tutorials/what-is-git
    2. https://www.atlassian.com/git/tutorials/why-git
    3. https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
    4. https://habr.com/ru/company/flant/blog/491320/
    5. https://habr.com/ru/post/519314/
    6. https://www.atlassian.com/continuous-delivery/continuous-integration/trunk-based-development
    7. https://martinfowler.com/bliki/BranchByAbstraction.html
2. Unit тесты и пирамида тестирования
    1. https://highload.today/unit-testing/
    2. https://habr.com/ru/post/672484/
    3. https://martinfowler.com/articles/practical-test-pyramid.html
3. DevOps и CI/CD
    1. https://www.atlassian.com/devops/what-is-devops/devops-best-practices
    2. https://www.atlassian.com/continuous-delivery/continuous-integration
    3. https://martinfowler.com/bliki/DevOpsCulture.html
    4. https://martinfowler.com/articles/continuousIntegration.html
    5. https://martinfowler.com/bliki/ContinuousDelivery.html
    6. https://martinfowler.com/bliki/BlueGreenDeployment.html
4. Feature toggle
    1. https://martinfowler.com/articles/feature-toggles.html
    2. https://buildd.co/marketing/feature-toggles
    3. https://habr.com/ru/post/464021/
5. API First, SemVer, 12 factor
    1. https://habr.com/ru/post/205560/
    2. https://www.algolia.com/blog/product/the-5-principles-of-api-first-development-and-what-does-api-first-even-mean/
    3. https://schweizerischebundesbahnen.github.io/api-principles/architecture/
    4. https://semver.org/lang/ru/
    5. https://12factor.net/ru/
👍1