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
How I Used ChatGPT to Learn English — Super Easy and Surprisingly Fun!
members

How I Used ChatGPT to Learn English — Super Easy and Surprisingly Fun!

Hey you — the one who’s been struggling with English for years but still can’t catch anything a native says beyond “hello” and “how are you.” If you’ve also downloaded countless English-learning apps
KAN
How to Install MongoDB 6 on AWS EC2 (with Full Configuration)
members

How to Install MongoDB 6 on AWS EC2 (with Full Configuration)

MongoDB is a popular NoSQL database, and running it on AWS EC2 gives you flexibility and control. This guide walks you through installing MongoDB 6, configuring it for production, and setting up syste
COPPER Nguyen
Will AI Kick Me Out to the Chicken Coop?
members

Will AI Kick Me Out to the Chicken Coop?

A BrSE’s (Bridge Software Engineer) Thoughts in the Age of AI Boom Hello to all fellow BrSEs (and anyone working in Japan’s IT outsourcing industry)! Lately, if you’re like me — constantly hearing
KAN
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
Building a Simple chatbot with Rust + Qdrant
AI
members

Building a Simple chatbot with Rust + Qdrant

IntroductionIn this article, we'll explore how to use the Rust programming language and the vector database Qdrant to build a simple yet effective chatbot. The main point to cover a step by step guide
Timo
Timo
Date Picker Component
members

Date Picker Component

When building a website, especially registration forms, we often see the use of Date Pickers for users to register data in the form of dates, months, hours, and minutes,... React supports Date compone
Hikari
Using Bitwise Operators to build a RBAC in Node.js
members

Using Bitwise Operators to build a RBAC in Node.js

Table of contentBitwise Operators in JavaScriptWhat is RBAC?How to implement RBAC using Bitwise in Node.js?ConclusionBitwise Operators in JavaScriptIn JavaScript, The Bitwise Operators perform operat
Timo
Timo
React + OpenAPI: The Easiest Way to Handle APIs
front-end
members

React + OpenAPI: The Easiest Way to Handle APIs

OpenAPI and React – A match made in developer heaven! Introduction Let’s face it—writing code to interact with APIs can be tedious and error-prone. Without using tools, you’re stuck doing a lot of ma
Kaitou
Kaitou