Software Engineering: Difference between revisions
Jump to navigation
Jump to search
(9 intermediate revisions by the same user not shown) | |||
Line 23: | Line 23: | ||
* [[Public Key Security]] | * [[Public Key Security]] | ||
* Code smells https://martinfowler.com/bliki/CodeSmell.html | * Code smells https://martinfowler.com/bliki/CodeSmell.html | ||
* [[Conway's Law]] | * [[Conway's Law]] | ||
* [[YAGNI]] | * [[YAGNI]] | ||
* [[The Rule of Three]] | * [[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