Whenever tying something new I try to limit the variables. Similar to a scientific experiment where you attempt to test one variable at a time and keep the rest constant, I attempt to try only one major new thing at a time in a project. This project’s goal was to...
[Read More]
Reminders App
Building a simple suggestion app
Learning how to send notifications in iOS and create reminders was a fun task. The project was inspired by the book “5 Love Languages” and was simple. The user gets daily reminders to do some sort of romantic gesture.
[Read More]
The Power of Open Source Communities
The value of beta testing and user feedback.
In the short time that the Canvas Quiz Printer has been released I’ve received many replies on the canvas community form. These posts were powerful as they helped me see a problem I never expected, other universities.
[Read More]
Making Canvas Quiz Printer
How I made the Canvas Quiz Printer chrome extension
So it all began a long time ago. Well not really, it was last semester. I worked at a technology support center for teachers and I had some time to work on a project of my choosing. That being said I wanted to make something people would use. After researching...
[Read More]
GAS Post Request
How to make a post request with Google App Scripts
All we have to do to make a post requeset in GAS is use the [UrlFetchApp](https://developers.google.com/apps-script/reference/url-fetch/url-fetch-app#fetch(String,Object). The trick is to set the options key of method to 'POST'.
[Read More]