Software Licensing

Some of you may have cringed reading the title, as I can imagine we as developers don’t really like documentation do we? Forget the licensing, we don’t even care about the documentation related to the code we are working on. Time and again, I have always stated - documentation is of utmost importance. Infact a … Continue reading Software Licensing

Getting attachments in ServiceNow

One of my friends got in touch with me to ask how do we fetch the attachments from an REST endpoint and store it within ServiceNow? I basically did not have a ready answer to this which piqued my curiosity. This is rather an essential functionality and I was sure there exists some straightforward solution to this.

GitFS

GitFS is a FUSE filesystem and is fully integrated with Git, built by Presslabs. FUSE - is filesystem in userspace which is built to have more control on filesystems for the processes running in user space.