Sinnarasa Thanushan122
The Importance of Being Bad at Something Before You Get Good
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...
The Importance of Stakeholder Communication in Project Success
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...
Why Documentation (SRS, UML) is Important in Projects?
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...
How useState and useEffect Actually Work in React
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....
