Date | Term | Short Explanation | View |
---|---|---|---|
2025-04-15 | Agile Manifesto | A set of principles for Agile software development. | |
2025-04-16 | Kanban | A visual workflow management method. | |
2025-04-17 | Pair Programming | A practice where two developers work together on the same code. | |
2025-04-18 | Test-Driven Development | A development approach where tests are written before code. | |
2025-04-19 | Continuous Delivery | A practice of automating software deployment. | |
2025-04-20 | Infrastructure as Code | Managing infrastructure using code. | |
2025-04-21 | Version Control | A system for tracking changes in code. | |
2025-04-22 | Monolithic Architecture | A software architecture where all components are tightly integrated. | |
2025-04-23 | Event-Driven Architecture | A design pattern where components communicate via events. | |
2025-04-24 | Service-Oriented Architecture | A design approach where applications are built using services. | |
2025-04-25 | Microservices | A software architecture where applications are composed of small, independent services. | |
2025-04-26 | Load Balancer | A device or software that distributes network traffic across multiple servers. |