Host Static Website through Storage Account and Azure Front Door using Terraform.
members

Host Static Website through Storage Account and Azure Front Door using Terraform.

In this post, we will use Terraform to 1. Create a static website and hosted on Azure Storage Account 2. Config CDN  for this website using Azure Front Door. Configure Terraform provider.For provider
COPPER Nguyen
AWS Identity and Access Management
members

AWS Identity and Access Management

IAM Stands for Identity and Access Management Responsible for identifying and authorizing who (who) and what (what) can access resources on AWS in what manner, centrally managing detailed rights, a
Carlos
Carlos
Form validation in Flutter with EzValidator
members

Form validation in Flutter with EzValidator

When I am working on Flutter with form. For ensuring data integrity, and handling user input errors. I want to show an error message below each TextField, Dropdown, Switch, … if the user does not inpu
Timo
Timo
Building a Secure App with Next.js & Keycloak Authentication
members

Building a Secure App with Next.js & Keycloak Authentication

In this blog post, we'll walk through the step-by-step process of creating a Next.js application with Keycloak as the authentication provider. We'll use Docker to simplify the Keycloak setup. Let's di
Roman Le
Middleware: Enhancing Software Communication and Functionality
members

Middleware: Enhancing Software Communication and Functionality

In the rapidly evolving landscape of software development, the concept of middleware has emerged as a vital component in facilitating seamless communication and enhancing the functionality of modern a
Carlos
Carlos
Software Security Testing: Safeguarding Your Data and withstanding Cyber Attacks
members

Software Security Testing: Safeguarding Your Data and withstanding Cyber Attacks

In an increasingly complex and dangerous digital landscape, protecting your application against cyber threats becomes a top priority. Software security testing isn't just about identifying vulnerabili
Carlos
Carlos
Getting started with Apache Kafka in Quarkus
members

Getting started with Apache Kafka in Quarkus

Why?Quarkus is a Java framework optimized for cloud-native environments, while Kafka is a distributed streaming platform for building real-time data pipelines. Using Quarkus and Kafka together enables
Roman Le
Middleware: Overview RabbitMQ
members

Middleware: Overview RabbitMQ

Concept RabbitMQ is a message-queuing software that can be thought of as a middleman message carrier or a queue manager. Simply put, it is a software where queues are defined, serving applications wit
Carlos
Carlos
Exploring Test-Driven Development (TDD): A Comprehensive Overview
members

Exploring Test-Driven Development (TDD): A Comprehensive Overview

Test-Driven Development (TDD) is a software development methodology that emphasizes writing automated tests before writing the actual code. Let's delve into the key aspects and benefits of TDD: Funda
Carlos
Carlos