How to fix CORB warning on OPTIONS request

If you see this annoying warning on the Console when you have finally implemented your “perfect” authentication system, you are not the only one: Perhaps using an interceptor, which I’ll explain to you on other occasions. The reason is the method of an OPTIONS request for preliminary verification, to perform […]

Read More…

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…

A Comprehensive Guide to Apache HTTPD htaccess

In the realm of Apache web servers, the htaccess file wields considerable power. This hidden configuration file allows fine-grained control over specific directories, enabling customization beyond the main server configuration. This guide delves into the intricacies of .htaccess, empowering you to leverage its potential for various website optimization and security […]

Read More…

“Cookie law” tutorial – Banner

In this episode I will help you avoid problems with the notorious law, so called, “Cookie Law” (or law eats biscuits, for friends). This law obliges any website owner to insert a banner that signals the presence of cookies on their site, if tracer, even if coming from third parties. […]

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…