Mitsuhide OhiAI 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, 2023May 10, 2023
Mitsuhide OhiHandle 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, 2020Dec 25, 2020
Mitsuhide OhiDebugging uncompiled Typescript code running on a Docker containerUsing ts-node and VS Code’s built-in debuggerMay 3, 20194May 3, 20194
Mitsuhide OhiHow 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, 20191Jan 14, 20191
Mitsuhide OhiUpgrade 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, 20182Feb 26, 20182
Mitsuhide OhiBetter Redux Store StructureRedux store structure without consideration makes it difficult to write efficient or readable code. Sometimes you might need huge…Feb 19, 20184Feb 19, 20184