Posts related to programming category
Mendix: How to call Microflow in Java Action and use its return value
- Hank
- 28 Oct, 2022
After you dive into Mendix for a longer time, you would find yourself writing java code now and then. Don't worry, good news is that you don
Read MoreJavaScript :How to detect if an element is visible
- Hank
- 28 Jul, 2022
There are many ways to detect if an element is visible on page. like```javascript element.style.display !== none && element.visibility !==
Read MoreEnable HTTPS on local, even with a customizable domain
- Hank
- 14 Sep, 2021
Normally, when you're debugging your web app on local, you can access it with either `http://localhost:PORT` or `http://127.0.0.1:POST`.Th
Read MoreDo not store file outside of WSL, it is slow
- Hank
- 14 Aug, 2021
For some reason, I have switch back to Windows OS after years of working on MacOS.Most of the time I'm working on frontend projects, so to
Read MoreA wrong solution on Leetcode
- Hank
- 21 Jun, 2021
With all these years as an engineer, I never tried Leetcode.Maybe it's because I never prepared for interview before.Well, now I have to
Read More