PinnedIncodeburstbyDamola Adekoya·May 20, 2019Beginner Guide to React Context API with Hook(useState)Managing State in React App is tricky, especially when you want to share data from component 1 to (x)components, you will have to pass the…A response icon1A response icon1
IncodeburstbyDamola Adekoya·Feb 17, 2020Top 10 Youtube channels for Flutter developers (2020)It’s 2020 and the rate in which Flutter is trending is increasing exponentially, and learning can be difficult if people are not been…A response icon1A response icon1
Damola Adekoya·Jan 1, 20202019 review: The Beginning of the journey2019 is such a wonderful year to me, just looking back from January to December I just have to thank God and also be proud of myself, my…A response icon1A response icon1
IncodeburstbyDamola Adekoya·Nov 27, 2019Managing multiple themes in flutter applicationOne of the trending concepts in the mobile application is the ability to have multiple themes such as light and dark themes, and you can…A response icon1A response icon1
IncodeburstbyDamola Adekoya·Sep 12, 2019Bundle your Web application with ParcelJSSome developers enjoy writing vanilla JS but some are forced to use a framework like Vue, Angular, React e.t.c because it comes with a…
IncodeburstbyDamola Adekoya·Jul 9, 2019Test Driven Development with JestTest Driven Development is a principle of software development that ensure your code work exactly as you want it, it is a principle that…A response icon2A response icon2
Damola Adekoya·Mar 20, 2019Setting up ESLINT in your JavaScript Project with VS CodeESLINT: have you ever wonder what ESLINT is all about, when i first heard of ESLINT i was curious what it actually all about, ever since…
Damola Adekoya·Mar 18, 2019Adopting GraphQL as a DeveloperSharing data across multiple platforms and devices has been a great burden over past years, to find solution to these problem 2000…