About the Author
Josh

Front End Developer

https://nightwolf.dev

   

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

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