AI Chatbots on the Verge of Destroying Frontend UI — You Won’t Believe What Happens NextI did not believe that the AI Chatbot, which has been making headlines since the beginning of this year as a software engineer, would…May 10, 20233May 10, 20233
Handle callback style function with async/await in javascriptSometimes you need to work with a callback style function from 3rd party library or an existing one in your codebase. Something like this.Dec 25, 20202Dec 25, 20202
Debugging uncompiled Typescript code running on a Docker containerUsing ts-node and VS Code’s built-in debuggerMay 3, 20191634May 3, 20191634
How you mock the 3rd party libraries’ function in Jest unit testSince the Jest has the capability to intercept the function call and return the mock data, it’s possible to let it return the arbitrary…Jan 14, 2019621Jan 14, 2019621
Upgrade React Native version of the existing project is tough, but it’s also feasibleLast week, I had to overcome a big task which is upgrading React Native version of an existing project.Feb 26, 2018692Feb 26, 2018692
Better Redux Store StructureRedux store structure without consideration makes it difficult to write efficient or readable code. Sometimes you might need huge…Feb 19, 20182294Feb 19, 20182294