Simple css styles are no longer enough when it comes to more complex projects.The linearity of the css is an obstacle compared to more complex structures, such as those provided for the compiled SCSS/SASS styles. To include custom scss in your project we can install sass-loader. The version of sass-loader needs to […]
Azure Front Door: optimizing your web applications with CDN
Azure Front Door is a powerful content delivery network (CDN) and web application firewall (WAF) service that can help you optimize the performance and security of your web applications. By caching content at the edge of the network, Azure Front Door can significantly reduce latency and improve website performance. Understanding […]
The power of icons: add Font Awesome to WordPress
Font Awesome is a popular icon library offering a vast collection of beautiful and scalable icons. Integrating it into your WordPress website can significantly enhance its visual appeal and user experience. This article delves into various methods for adding Font Awesome to your WordPress site, providing code examples and guiding […]
Speech recognition: let’s talk about
Now with javascript you can do anything previously allowed only by heavy and complex desktop applications, let’s talk about speech recognition. A crazy example of one of these features is the ability of the browser to listen to us and understand what we are saying (with the due limits of […]
Front Door logs in Azure: how to query and read them
Azure Front Door is a powerful tool for globally distributing web content. To maximize its potential, understanding and analyzing its logs is crucial. This article delves into the various query types and log readings you can perform on Azure Front Door logs to gain valuable insights into your web traffic, […]