Event-Driven Architecture
members

Event-Driven Architecture

What is Event-Driven Architecture (EDA)Event-Driven Architecture (EDA) is a software architecture paradigm where the generation, detection, and reaction to events are central to the structure and func
Roman Le
Mastering Form Validation in React: Formik & Yup
members

Mastering Form Validation in React: Formik & Yup

Crafting user-friendly and robust forms is an essential skill for any React developer. But juggling form state, validation, and user interactions can quickly become a tangled mess. Enter Formik and Yu
Claire Nguyen
Middleware Library: Express.js
members

Middleware Library: Express.js

IntroductionExpress.js is one of the most popular middleware libraries for Node.js, designed to build web applications and APIs quickly and easily. With its flexibility and simplicity, Express.js has
Carlos
Carlos
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