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, […]
Social share cards: insert informations about your pages in socials
Social share cards. When a link to your content is shared on platforms like Facebook, Twitter (X), or LinkedIn, the appearance of that share (the image, title, and description) is automatically generated by the social network. If you rely solely on the platform’s heuristics, the result is often a messy, […]
Kafka Security: encryption, authentication, authorization
Running Apache Kafka in production requires more than just high throughput and availability; it demands robust security. Securing Kafka is a multi-layered process that addresses three core pillars: Encryption (protecting data in transit), Authentication (verifying identity), and Authorization (controlling access permissions). Neglecting any of these layers leaves critical business data […]
Markdown: from simple text to rich documentation
Markdown (MD) has established itself as a go-to choice for creating readable and versatile text documents. Its lightweight syntax and plain-text nature make it perfect for various uses, from writing blog posts to crafting technical documentation. This article delves into the world of MD, equipping you with its fundamentals and […]
RDS and DynamoDB: AWS Databases
Two of the most popular database options are RDS (Relational Database Service) and DynamoDB. When building applications on AWS, choosing the right database is a critical decision that can significantly impact your application’s performance, scalability, and cost. This article will explore the key differences between these two services and provide […]