Angular caching to supercharge your app

Performance plays a crucial role in today’s web applications, and Angular offers powerful tools like caching to enhance user experience and reduce server load. This article delves into implementing efficient caching strategies using both cache services and HTTP interceptors in Angular, providing you with comprehensive code examples and best practices. […]

Read More…

The perfect jQuery library for tables: DataTables

Today I’ll suggest you the perfect library for all your sites with a large amount of row datas to show.After you’ll have imported the three files needed you can start. Import these resources: And you can simply start with one line of code: Make sure you have a well-formatted table […]

Read More…

Trigger custom JQuery

Today I show you a way to create custom triggers in case you need to trigger events dependent on others, perhaps not editable.An example of utility is when you find yourself with external ajax calls or events not covered so you must still identify the moment of conclusion. A couple […]

Read More…