-
Monitoring a Filesystem – Part 1
So, one fine day at work, I got bumped into this simple task of detecting any changes on a specific folder on the filesystem, and sync any new/modified files to an S3 bucket in AWS. In common terms, a file watcher. Not a big deal at all… Here was my approach.I wrote a simple shell…
-
3D image spin in browser
Preface In my earlier blog, I have explained how to create an interactive image (turn-by-turn) as you drag L-R or R-L. In case, you have not gone through it, I would highly recommend you start with it, as I have covered some of the basic principles there.Let’s now try to build a little more complex one.…
-
Image spin in 360 degree in browser
I am often fascinated by interactive and immersive media (I will share a separate post on this later), you know the ones that you can drag and see from different angles, spinning, zooming, highlighting a part etc. I have wondered how to implement one, until recently, I figured out that there are no open source libraries or…