Sinnarasa Thanushan

Sinnarasa Thanushan122

Really well written. This is a strong reminder that being ‘bad’ at something is actually part of the learning process, not a sign of failure. Most people give up too early because they compare their...
I’ve seen this happen in real projects too everything looks fine on paper, but when communication with stakeholders is not clear, things slowly start to break down. Small misunderstandings turn into...
I completely agree with this. Good documentation like SRS and UML really helps everyone stay on the same page during a project. When requirements and designs are clearly written, it reduces confusion and...
One small thing to consider when using useEffect for API calls. Since API requests are a type of side effect, using useEffect to fetch data is a common approach. However, there is a small performance consideration....