Latest News & Posts
CHECK OUT SOME NEW STUFF
-
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…
-
RxJS – How to wait until all observables emit (combineLatest)
In RxJS, you often need to work with values from multiple observables simultaneously. A common scenario is waiting for several…
-
Reloading NGINX Without Downtime
Sometimes, you need to apply a new configuration without causing downtime by restarting the NGINX. Check if the configuration is…