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
testing
members

8 important software testing techniques

Testing plays a vital role in ensuring software quality, reliability, and user satisfaction. Below is a summary of eight important software testing techniques that every tester should understand and a
Guppy
Testing plays a vital role in ensuring software quality, reliability, and user satisfaction. Below is a summary of eight important software testing techniques that every tester should understand and apply:…
Next.js 15 App Router Localization with next-intl
members

Next.js 15 App Router Localization with next-intl

In this article, I will illustrate how to implement next-intl localization in a Next.js 15 application. Localization is a crucial feature for any application aiming to cater to a global audience, ensu
Timo
Timo
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
Scrum velocity
members

Scrum velocity

What is Scrum velocity? Scrum velocity is a critical metric in Agile project management. It measures the amount of work a Scrum team can complete during a single sprint, expressed in story points, hou
Nguyen Thi Kieu Tien