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 […]
ksqlDB with Apache Kafka: Real-Time analytics made easy
For developers and analysts accustomed to the relational world, processing real-time data streams often presents a steep learning curve. ksqlDB (formerly KSQL) bridges this gap, acting as a streaming database built on top of Apache Kafka. It allows you to query, analyze, and transform data streams using a simple, SQL-like […]
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 […]