Skip to content

Update README.md #707

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,19 @@ But knowing the stuff will help you become better! :muscle:*
- :link: [Codility](https://www.codility.com/)
- :link: [ICPC Problem Archive](https://icpc.kattis.com/)
- :link: [Codemia](https://codemia.io/)

- ## Platform Engineering

A modern discipline that evolved from DevOps and SRE principles, focused on improving developer experience and productivity by building and managing self-service tools and workflows, often through an Internal Developer Platform (IDP). The goal is to reduce cognitive load on developers and streamline the path to production.

* **What is Platform Engineering?**
* [Microsoft Learn: What is platform engineering?](https://learn.microsoft.com/en-us/platform-engineering/what-is-platform-engineering) - A comprehensive overview of the practice, its goals, and core capabilities.
* [Atlassian: What is Platform Engineering?](https://www.atlassian.com/developer-experience/platform-engineering) - A great explanation of the roles and responsibilities of a platform team.

* **Internal Developer Platform (IDP)**
* [internaldeveloperplatform.org: What is an IDP?](https://internaldeveloperplatform.org/what-is-an-internal-developer-platform/) - A foundational resource explaining the concept of an IDP as the core product of a platform team.
* [Atlassian: Internal Developer Platform Guide](https://www.atlassian.com/developer-experience/internal-developer-platform) - A deep dive into the benefits and best practices for building an IDP.

* **Golden Paths (Paved Roads)**
* [Spotify Engineering: How we use Golden Paths to solve fragmentation](https://backstage.spotify.com/learn/onboarding-software-to-backstage/setting-up-software-templates/11-spotify-templates/) - The original concept from Spotify, explaining how they use "opinionated and supported paths" to guide developers.
* [Red Hat: What is a Golden Path for software development?](https://www.redhat.com/en/topics/devops/golden-paths) - A clear article on how Golden Paths provide templates and standardized workflows to increase efficiency.