Mendix: how to set entity association in Java Action
In Mendix, you can set an entity association in a microflow by simply set the association attribute of the entity. But how to do this in a
Read MoreThe differences between React.memo, useCallback and useMemo
- Hank
- 03 Dec, 2024
In React, `React.memo`, `useCallback` and `useMemo` are three hooks that can help you optimize your React application. They are similar in s
Read MoreHow to shuffle an array
- Hank
- 03 Dec, 2024
In a small talk, one of my friends asked me, without searching or using AI, can you figure out how to shuffle an array in JavaScript? Surp
Read MoreA Simple bash script to modify macOS DNS by detecting SSID
I believe most of us have different DNS settings for different networks. For example, in my case, I use Google's public DNS `8.8.8.8` and Cl
Read MoreMendix: How to debug javaaction with IntelliJ and VS Code
- Hank
- 14 Jul, 2024
Sometimes, you may want to debug the Java actions in Mendix project. In the Mendix Documentation, it only shows how to debug Java actions wi
Read More