devops

26 posts
devops
members

Discovering zx: A Good Choice to Replace Bash Scripts

What is zx? zx is a tool from Google that lets you write shell scripts using JavaScript (or TypeScript). If you’ve ever struggled with Bash’s quirks or wished you could use modern programming features
Kaitou
Kaitou
What is zx? zx is a tool from Google that lets you write shell scripts using JavaScript (or TypeScript). If you’ve ever struggled with Bash’s quirks or wished…
Running OpenSearch and Dashboards Behind Nginx with Docker Compose
devops
members

Running OpenSearch and Dashboards Behind Nginx with Docker Compose

OpenSearch is a powerful open-source search and analytics suite, and OpenSearch Dashboards provides a visual interface for exploring your data. In this guide, we’ll show you how to set up both tools b
COPPER Nguyen
Guide: Build and Deploy Docker Image to AWS ECS Cluster with Jenkins
devops
members

Guide: Build and Deploy Docker Image to AWS ECS Cluster with Jenkins

This guide demonstrates how to build a Docker image, push it to AWS ECR, and deploy it to an ECS cluster using a Jenkins pipeline. AWS credentials are securely injected using AmazonWebServicesCredenti
COPPER Nguyen
Managing Your Node.js App with systemctl
devops
members

Managing Your Node.js App with systemctl

1. What is systemctl? Think of systemctl as your app’s personal assistant. It’s a command-line tool that works with systemd, the service manager found in most modern Linux distributions. With systemct
Kaitou
Kaitou
QAOps – A software testing trend in 2023
testing
members

QAOps – A software testing trend in 2023

Introduction and Understanding QAOpsQAOps - Quality Assurance Operations - is an approach that combines principles and practices from DevOps and Quality Assurance (QA) to integrate testing and quality
SAMIYA NGUYEN
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
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
Proxy gRPC traffic with Kong Gateway
AWS
members

Proxy gRPC traffic with Kong Gateway

We usually use gRPC for internal service communication, but sometime we need to expose the connection for 3rd party or another client to connect. The architecture is almost same as the image below. We
COPPER Nguyen