Skip to content

Commit

Permalink
Data: removed some duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
ahagens committed Jul 2, 2024
1 parent 747d2a8 commit 45180e3
Showing 1 changed file with 8 additions and 64 deletions.
72 changes: 8 additions & 64 deletions docs/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,6 @@
"active": true,
"description": "API-First Design is an approach to software development where the API is designed before the implementation. This approach ensures that the API meets the needs of developers and is consistent across different applications."
},
{
"label": "API-First Design",
"quadrant": 0,
"ring": 0,
"link": "https://swagger.io/resources/articles/adopting-an-api-first-approach/",
"active": true,
"description": "API-First Design is an approach to software development where the API is designed before the implementation. This approach ensures that the API meets the needs of developers and is consistent across different applications."
},
{
"label": "DevOps",
"quadrant": 0,
"ring": 0,
"link": "https://azure.microsoft.com/en-us/resources/cloud-computing-dictionary/what-is-devops/",
"active": true,
"description": "DevOps is a set of practices that combines software development (Dev) and IT operations (Ops) aiming to shorten the systems development life cycle and provide continuous delivery with high software quality."
},
{
"label": "DevOps",
"quadrant": 0,
Expand All @@ -41,22 +25,6 @@
"active": true,
"description": "Domain Driven Design (DDD) is an approach to software development that centers the development on programming a domain model that has a rich understanding of the processes and rules of a domain."
},
{
"label": "Domain Driven Design",
"quadrant": 0,
"ring": 0,
"link": "https://martinfowler.com/bliki/DomainDrivenDesign.html",
"active": true,
"description": "Domain Driven Design (DDD) is an approach to software development that centers the development on programming a domain model that has a rich understanding of the processes and rules of a domain."
},
{
"label": "Kanban",
"quadrant": 0,
"ring": 0,
"link": "https://kanban.university",
"active": true,
"description": "Kanban is a visual system for managing work as it moves through a process, emphasizing continuous delivery while not overburdening the development team."
},
{
"label": "Kanban",
"quadrant": 0,
Expand All @@ -73,22 +41,6 @@
"active": true,
"description": "Lean Software Development is an adaptation of lean manufacturing principles and practices to the software development domain. It aims to eliminate waste and optimize efficiency in the software development process."
},
{
"label": "Lean Software Development",
"quadrant": 0,
"ring": 0,
"link": "https://www.lean.org/explore-lean/what-is-lean/",
"active": true,
"description": "Lean Software Development is an adaptation of lean manufacturing principles and practices to the software development domain. It aims to eliminate waste and optimize efficiency in the software development process."
},
{
"label": "Scrum",
"quadrant": 0,
"ring": 0,
"link": "https://www.scrum.org",
"active": true,
"description": "Scrum is an agile framework for project management that emphasizes iterative progress, team collaboration, and flexible response to change."
},
{
"label": "Scrum",
"quadrant": 0,
Expand All @@ -105,14 +57,6 @@
"active": true,
"description": "Test Driven Design (TDD) is a software development process that relies on the repetition of a very short development cycle: requirements are turned into very specific test cases, then the software is improved to pass the new tests."
},
{
"label": "Test Driven Design",
"quadrant": 0,
"ring": 0,
"link": "https://martinfowler.com/bliki/TestDrivenDevelopment.html",
"active": true,
"description": "Test Driven Design (TDD) is a software development process that relies on the repetition of a very short development cycle: requirements are turned into very specific test cases, then the software is improved to pass the new tests."
},
{
"label": "Azure Cloud",
"quadrant": 1,
Expand Down Expand Up @@ -377,14 +321,6 @@
"active": true,
"description": "Mailgun is a powerful email API service designed for developers to send, receive, and track emails easily and efficiently. It offers a reliable and scalable platform. Mailgun's APIs work with various programming languages and frameworks, making it easy for developers to integrate email seamlessly into their systems."
},
{
"label": "Mendix Quality and Security Management (QSM)",
"quadrant": 2,
"ring": 0,
"link": "https://docs.mendix.com/appstore/partner-solutions/qsm/",
"active": true,
"description": "Mendix Quality and Security Management (QSM) is a cloud service developed by Mendix and the Software Improvement Group (SIG) that performs static analysis of Mendix application models according to the ISO 25010 standard for maintainability. It provides instant insight into the quality of application models, including quality ratings based on benchmarks of thousands of projects. QSM helps improve maintainability, reduce lifecycle costs, and offers continuous security insights to address risks immediately. It supports self-service onboarding, is available for Mendix 6.0 and above, and includes automated checks for Mendix Development Best Practices."
},
{
"label": "NextJS",
"quadrant": 2,
Expand Down Expand Up @@ -480,6 +416,14 @@
"link": "https://webpack.js.org",
"active": true,
"description": "Webpack is a popular module bundler that takes your JavaScript files, along with other assets like CSS, images, and fonts, and bundles them into a single file for efficient delivery to the browser. Babel is a JavaScript compiler that allows you to use the latest features of the JavaScript language, even if they are not yet supported by all browsers. Babel takes your modern JavaScript code and \"transpiles\" it into a version that is compatible with older browsers.\nIn a typical web application, Webpack is used to bundle all the JavaScript files, while Babel is used to transpile the modern JavaScript code to ensure compatibility across different browsers. Webpack uses the babel-loader to handle the transpilation of JavaScript files before bundling them"
},
{
"label": "Mendix Quality and Security Management (QSM)",
"quadrant": 2,
"ring": 0,
"link": "https://docs.mendix.com/appstore/partner-solutions/qsm/",
"active": true,
"description": "Mendix Quality and Security Management (QSM) is a cloud service developed by Mendix and the Software Improvement Group (SIG) that performs static analysis of Mendix application models according to the ISO 25010 standard for maintainability. It provides instant insight into the quality of application models, including quality ratings based on benchmarks of thousands of projects. QSM helps improve maintainability, reduce lifecycle costs, and offers continuous security insights to address risks immediately. It supports self-service onboarding, is available for Mendix 6.0 and above, and includes automated checks for Mendix Development Best Practices."
}
]
}

0 comments on commit 45180e3

Please sign in to comment.