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