GVGraham Vasquezinblog.gvasquez.devยทNov 10, 2020 ยท 4 min readMaking interacting with the Airtable API even easierI am not sure how many of you are familiar with Airtable, but it's an easy to use pseudo database that you can manage like Excel. It supports tons of ways to store different types of data, and allows you to make links between records ala RDBMS. I use...00
GVGraham Vasquezinblog.gvasquez.devยทNov 10, 2020 ยท 6 min readHow to setup GitHub Actions on your Github repositoryWriting software is pretty fun, but there are lots of menial tasks that can get annoying. Things like testing, handling deployments, and other small tasks can take away from the fun of writing code. That's why you should automate those tasks! But wha...01V