About the Author
Josh

Front End Developer

https://nightwolf.dev

   

Include Other Files In Angular Build

When building an Angular application, the assets folder and favicon.ico file are copied over by default to a dist/project-name folder. Did you know that you could include other files when…

June 28, 2023 • 3 minute read

Create A Unique ID Using A Custom Function In Google Sheets

Have you ever needed to uniquely identify a row in Google Sheets? You could use the row number, but if users move or delete rows, the numbers would change. What…

April 5, 2023 • 2 minute read

Create Your Own APIs with Google Sheets and Google Apps Script (Part 5)

If you haven’t read Part 1, Part 2, Part 3, and Part 4 of this article series, make sure you check them out first! We learned how to filter the…

March 29, 2023 • 10 minute read

Create Your Own APIs with Google Sheets and Google Apps Script (Part 4)

If you haven’t read Part 1, Part 2, and Part 3 of this article series, make sure you check them out first! We created and deployed a Google Apps Script…

March 27, 2023 • 8 minute read

Create Your Own APIs with Google Sheets and Google Apps Script (Part 3)

If you haven’t read Part 1 and Part 2 of this article series, make sure you check them out first! We used Google Apps Script to get data from sheets…

March 22, 2023 • 5 minute read