Create VPC environment using Terraform.
members

Create VPC environment using Terraform.

Terraform is a tool that allows users to define infrastruture as code using HCL (HashiCorp Configuration Language). It's a safe and efficient way to build, change, and version infrastructure across mu
jake
RedisSearch! An option worth considering for a search engine
members

RedisSearch! An option worth considering for a search engine

RediSearch is a source-available Redis module that enables querying, secondary indexing, and full-text search for Redis
Kaitou
Kaitou
What Is API Testing
testing
members

What Is API Testing

In todays’ world of software development, Application Programming Interfaces, or APIs have become an essential part of building and integrating different software components or systems. So, let’s find
Han
#1 - Selenium with Java - Basic settings
testing
members

#1 - Selenium with Java - Basic settings

SummaryStep 1 - Download and Install Java Development Kit(JDK-11) Step 2 - Download and Install Eclipse Step 3 - Download Selenium WebDriver Libraries Step 4 - Configuring Selenium WebDriver with Ecli
Paul Bui
Setup GitLab CE using Docker
AWS
members

Setup GitLab CE using Docker

When working on new project, i am always prefer to use GitLab as git repository and CICD platform, if there is no gitlab server or we are now allowed to use Gitlab saas, it's time for me to deploy sel
COPPER Nguyen
Setup Cognito OTP login with AWS CDK
AWS
members

Setup Cognito OTP login with AWS CDK

In this article, I would like to introduce about Amazon CDK and  how to write AWS infrastructure-as-code by TypeScript. Let's go step by step. What is AWS CDK (Cloud Development Kit)?The AWS Cloud Dev
Timo
Timo
Serverless Architecture
AWS
members

Serverless Architecture

“Focus on your application, not the infrastructure”That is the quote introduce about serverless. You don't need spend your daylight hours to implementing, maintaining, debugging, and monitoring the in
Roman Le
Edge Runtime and compare it with Serverless
AWS
members

Edge Runtime and compare it with Serverless

The latency between your customers and most server infrastructure, often located in US East, makes it difficult to create a consistently fast web experience around the world. The Edge Functions enable
Roman Le
Stream log from file to Elastic Search
Docker
members

Stream log from file to Elastic Search

Sometime we need to find a way to centralize all log from application no matter what is  the kind of deployment they are, from a process on a Virtual Machine to a containerized application. Today in t
COPPER Nguyen