Explore by topics
React UI components Code Style Guide
This is meant to be a guide to help new developers understand the best practices to implement components.
Css text-overflow: ellipsis not working
When the text is too long for the available width we can use `text-overflow: ellipsis` The standard use is to add to your component
Layout overflow css
Layout overflow is one of the very important issues in css. If you create right layout it will remove a lot of potential bugs in the future
How to estimate the time for a task
Is task estimation is gambling? How do we develop good code with correct estimation time?