2020-05-05
As a developer, our main task is to build and develop a software as the requirement list. In a perfect world, that code that we develop will…
2020-02-22
Source control or the practice to track and manage changes to software code, is a must-have skills as a developer. A developer should be…
2019-12-10
It's almost Christmas, and it has been couple months since my last post. I was quite busy developing an exciting and big project. In this…
2019-08-10
Recently, I have been working on a project using umiJS, dva and AntDesign UI. Let me explain what are those funny names about. umiJS and dva…
2019-07-16
Redux Saga is a middleware library that is used to handle side-effects from asynchronous actions in Redux. It is way more complex compared…