Helpers
Helpers are standalone functions designed to assist with common tasks across your applications. Unlike methods within classes, helper functions can be invoked directly, without the need to instantiate a class. This makes them both lightweight and easily accessible from anywhere within your project.