More than 10 years ago when I used to work on MS Project Server which was quite expensive back then I was searching for an open source tool for managing different projects that I was working on back then, by 2008 I was already doing freelancing consultation on Red Hat, VBA trainings and just started providing services around Drupal. When I started doing web development I quickly realized the need of a proper project management solution. Excel sheets worked quite well for me and when more people started working as a team you can not use spreadsheets for a long time. In late 2007 I learned MS Project Server and I deployed it in Alcatel-Lucent as part of my day job. I was working there at that time as a Project Coordinator and built one Excel based tool for Project Management that worked…
Do you want to make sure that users cannot access your Jira instance when you are doing some maintenance? Well this can be done by changing the permissions but that can be cumbersome.
I found about this new add-on called Maintenance Mode for Jira
I hope you like this video. Enjoy!
Today I want to show you how you can quickly setup a Drupal 8 website on Pantheon.io for learning purpose. It is a great way to get started on Drupal without setting up any environment on your local system.
This morning I was going to Reading when I thought of exposing the shell script that I wrote yesterday to read the CSV file where I am storing my GPS location and sending it to my website. I though of this idea where I can simply query my database of flat files. I thought of creating a bash script where I can pass the date and time argument and it will return my GPS coordinates of that day by looking in the CSV files. I also thought of exposing this script using API.
So when I was searching on the net for some libraries I am actually found one called goexpose that might do the job but I was interested in doing something very simple and quick. I also found one link where I found this code.
// This tool exposes any binary (shell command/script) as an HTTP service.
// A remote client…