Software Engineering: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(46 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Data Structures | =<span id='Data_Structures_and_Algorithms'></span>Subjects= | ||
* [[ | * <span id='Algorithms'></span>[[Algorithms]] | ||
* [[ | * <span id='Data_Structures'></span>[[Data Structures]] | ||
* <span id='System_Design'></span>[[System Design]] | |||
= | * <span id='Testing'></span>[[Testing]] | ||
* [[ | * <span id='Infrastructure_as_Code'></span>[[Infrastructure as Code]] | ||
* <span id='Continuous_Delivery'></span>[[Continuous Delivery]] | |||
* <span id='Performance'></span>[[Performance]] | |||
* [[Agile Software Development]] | |||
* [[DevOps]] | |||
* [[Monitoring]] | |||
* [[Technical Debt]] | |||
* [[Operations]] | |||
* [[Designing Modular Systems]] | |||
* [[UML]] | |||
* [[Documentation]] | |||
* <span id='Software_Development'></span> [[Software Development]] | |||
* <span id='Software_Architecture'></span>[[Software Architecture]] | |||
* [[Programming Languages Concepts]] | |||
* [[Microservices]] | * [[Microservices]] | ||
* [[API]] | * [[API]] | ||
** <font color= | ** <font color=darkkhaki>Building APIs</font> | ||
* [[Public Key Security]] | * [[Public Key Security]] | ||
* Code smells https://martinfowler.com/bliki/CodeSmell.html | |||
* [[Conway's Law]] | |||
* [[YAGNI]] | |||
* [[The Rule of Three]] | |||
* [[SOLID Principles]] | |||
** [[Single Responsibility Principle]] | |||
* [[Law of Demeter]] | |||
* [[DRY|Don't Repeat Yourself (DRY)]] | |||
* Small Methods | |||
* Design by Contract | |||
* [[Clean Code]] |
Latest revision as of 21:32, 16 February 2024
Subjects
- Algorithms
- Data Structures
- System Design
- Testing
- Infrastructure as Code
- Continuous Delivery
- Performance
- Agile Software Development
- DevOps
- Monitoring
- Technical Debt
- Operations
- Designing Modular Systems
- UML
- Documentation
- Software Development
- Software Architecture
- Programming Languages Concepts
- Microservices
- API
- Building APIs
- Public Key Security
- Code smells https://martinfowler.com/bliki/CodeSmell.html
- Conway's Law
- YAGNI
- The Rule of Three
- SOLID Principles
- Law of Demeter
- Don't Repeat Yourself (DRY)
- Small Methods
- Design by Contract
- Clean Code