Now a days all the projects are managed the Agile way and project management activities are performed using different tools which helps the teams to manage the projects in an effective way. JIRA offers good tools for project management and one such very popular tool is "Dashboard" . JIRA Dashboard provides a consolidated view for … Continue reading Creating an Agile Project Management Dashboard Using JIRA: Part I
blog
Jetpack Compose is Here to Revolutionise How You Code for Android UI
What is Jetpack Compose? Jetpack compose is a Modern toolkit for building native Android UI and that's great because it basically changes the way we write the code for Android UI. What's really radical about that is it allows you to write layout directly in code. So you can write kotlin code for your UI … Continue reading Jetpack Compose is Here to Revolutionise How You Code for Android UI
All About the ‘Generator’ Function in Javascript
The generator function in javascript works the same as our real-life generator, in general, what we do, we use it while it is required, when there is electricity failure, we start the generator and use it, the Generator function also works the same, we keep function ready by assigning it to the iterator and execute … Continue reading All About the ‘Generator’ Function in Javascript
