Wasiu Idowu
React provides a declarative API so that you don’t have to worry about exactly what changes on every update. This makes writing applications a lot easier, but it might not be obvious how this is implemented within React. This article explains the choices we made in React’s “diffing” algorithm so that component updates are predictable while being fast enough for high-performance apps.
Wasiu Idowu
You may wonder why you should use Flutter on your next project and what benefits your company will reap. This write-up is helpful whether you are the Chief Technology Officer, a TechLead, or in any other role where you need to make strategic decisions about the company’s use of technology.
Wasiu Idowu
Docker is awesome.
Wasiu Idowu
Fast forward nearly 25 years, and JavaScript has taken over the web. It has professional responsibilities and — finally — professional features. One example is web workers.
Wasiu Idowu
JavaScript promise is used for asynchronous programming, a successor to callback.
Wasiu Idowu
JavaScript promise is used for asynchronous programming, a successor to callback.