About the Author
Josh

Front End Developer

https://nightwolf.dev

   

Calculate Average Scores By Category using Google Sheets Pivot Table

During player evaluations for a sports organization, each player is evaluated across multiple categories. The scores must be averaged and totaled. This data is then used to make decisions for…

February 2, 2025 • 2 minute read

Show/Hide Password Field In Angular Form

In modern web applications, user experience is key, especially when it comes to forms. One common feature that improves usability is the ability to toggle the visibility of password input…

December 16, 2024 • 2 minute read

Simplified Email Extraction with JavaScript Bookmark

A scenario came up where there was a need to extract email addresses off of a web page. This was going to be a repetitive task, loading a similar page…

August 22, 2024 • 5 minute read

Create A Sports Team Roster From Google Docs Template Using Google Sheets Data

In this article, you’ll learn how to get player information from a Google Sheet and create a roster with it based on a Google Doc template! You’ll also learn how…

August 7, 2024 • 8 minute read

Warn And Log Out User Due To Inactivity In Angular App

Protecting sensitive data from unauthorized access is an important aspect to securing a web application. Implementing an automatic log out feature due to an inactive user can help with that….

March 6, 2024 • 4 minute read