Latest News & Posts
CHECK OUT SOME NEW STUFF
-
Fix the issue that causes updates to the Angular i18n JSON file to sometimes not work
In the Angular Framework, the TranslateModule is commonly used to support multiple languages by managing translation string in json files…
-
Why isn’t Time Complexity of the Tromino Algorithm O(n⁴)
Without deeper thought, one might easily assume the time complexity of the tromino algorithm is O(n^4). This is because the…
-
Running a shortcut via command line (Terminal) on macOS
You can execute any of your macOS Shortcuts directly from the command line. This allows for scripting possibilities, enabling you…