Monitor file changes with inotify API
Introduction
Most of us have used tools like hot reload in our development journey where the app listens for file changes and reloads itself. An example of these tools is nodemon which monitors file changes in the directory and reloads the server aut...
mohammedev.hashnode.dev4 min read
Mabrouki Malik
I remember the time I discovered the inotify-tools apt package, it really helped me out with a small automation pipeline. Good to see this being showcased in low level code. Great blog article, keep it up!