JavaScript/TypeScriptNode.js + C# (Edge.js) How to investigate Memory Leak It's hard to find the root cause when we find a memory leak in software. If you have no clue, it's better to start profiling the code. A tool helps the investigation.2023.04.21JavaScript/TypeScriptTips
TipsWhich info should be written to a log file No application is perfect. All applications have bugs, unexpected and strange behaviors. They might be a small thing but...2022.03.07Tips
TipsStart code review within 24 hours I guess most teams do code review as one of the development cycles to make it better. However, have you experienced that...2022.02.04Tips
TipsNumbers are not reliable for developers performance review I guess performance review is done in many companies around the world. It's important to improve employees' skills and b...2022.01.31Tips
TipsYou can’t search for what you don’t know I personally read books to learn new skills. Why do I choose books instead of searching on the internet? Nowadays, there...2022.01.03Tips
TipsProgramming blog result for the first year It has been almost a year since I started this blog. I think it's a good time to review my footprints on the first day o...2022.01.01Tips
TipsWhy should a programmer has an own Blog I established this website in January of 2021. I've published more than 100 articles as of now and feel that it was a go...2021.12.25Tips
TipsView screen of broken Samsung Android on Windows 10 PC I use an android smartphone. The display was suddenly broken. Firstly, right 1/3 of the screen doesn't recognize the tou...2021.10.06Tips
TipsHow to backup photos automatically This article shows how to automatically copy files that don't exist in the destination directory. I often copy files fro...2021.08.02Tips
TipsDifficulties of personal evaluation for programmer I have an interview session twice a year for my personal evaluation. I have to set goals at start of the year and have t...2021.07.28Tips