devops

30 posts
Proxy Server Setup on EC2 for Developers: Connecting to External APIs Made Easy
devops
members

Proxy Server Setup on EC2 for Developers: Connecting to External APIs Made Easy

This article explains how developers can access 3rd APIs that enforce strict access controls such as IP whitelisting by setting up a proxy server on AWS EC2. It walks through configuring the proxy, ro
Timo
Timo
Caddy: The Modern Web Server That Makes HTTPS Easy
devops
members

Caddy: The Modern Web Server That Makes HTTPS Easy

What is Caddy? Caddy is a powerful, enterprise-ready, open-source web server with automatic HTTPS written in Go. Unlike traditional web servers like Apache or Nginx, Caddy is designed with simplicity
Kaitou
Kaitou
Exploring AWS Elastic Beanstalk: A Simple and Effective Application Deployment Solution
devops
members

Exploring AWS Elastic Beanstalk: A Simple and Effective Application Deployment Solution

IntroductionAWS Elastic Beanstalk is a managed application service from Amazon Web Services (AWS) that allows users to deploy and manage web applications easily without worrying about the underlying i
Carlos
Carlos
Create an simple Live Webcast with Nginx RTMP
devops
members

Create an simple Live Webcast with Nginx RTMP

Introduction This blog demonstrates how to build a live streaming server using Nginx with RTMP module and Docker. Here are some things we should know: Accept live video streams from sources like OBS
Kaitou
Kaitou
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