This week, I learned more about system testing and why it is important before releasing or submitting a project. System testing helps make sure that all parts of the system work together correctly, not just individual features by themselves. I also learned that planning meetings are useful because they help the team decide what needs to be completed, what problems might come up, and how to organize the work for the iteration.
Another important topic this week was React component reuse. I learned that reusing components can make code cleaner, easier to maintain, and more consistent across a project. Instead of rewriting the same code multiple times, reusable components help save time and reduce mistakes.
I also read about Compute as a Service, which helped me understand how computing resources can be provided through cloud services instead of only using local machines. This showed me how cloud computing can make systems more flexible and scalable.
Overall, this week helped me better understand how testing, planning, reusable code, and cloud computing all connect to building better software systems.

Leave a Reply