Software Engineering: Difference between revisions
Jump to navigation
Jump to search
Line 32: | Line 32: | ||
* Small Methods | * Small Methods | ||
* Design by Contract | * 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