About the Author
Josh

Front End Developer

https://nightwolf.dev

   

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

Export CSV from Clarity Datagrid in Angular

In a recent project, I was using a Clarity Datagrid to display a table of data in an Angular application. The datagrid provides options to sort and filter the table,…

March 1, 2024 • 4 minute read

Remove Unwanted Spaces from Angular Form Submission

When a user types a value into a form field, it’s a very common mistake to add spaces at the beginning and/or end of the value. We can clean those…

November 27, 2023 • 2 minute read