cuongnp

cuongnp @cuongnp

About: I'm a software engineer.

Location:
Tokyo, Japan
Joined:
May 1, 2023

cuongnp
articles - 17 total

Navigating the World of AI Agents: A Complete Guide for Developers and Non-Coders

What Are AI Agents in Today's AI Landscape? AI Agents are autonomous or semi-autonomous...

Learn More 3 0Mar 2

🔥 Stop Duplicate Data! How Redis Locks Saved Our App from Firestore Trigger Chaos

Hey there, fellow developers! 👋 Today, I want to share a tricky problem I encountered with Firestore...

Learn More 1 0Feb 22

How I Slashed CPU Usage by 20%: 5 Proven SQL Optimization Techniques

Last week, my team faced a serious issue with our RDS when the CPU usage spiked dramatically, causing...

Learn More 2 0Aug 25 '24

Implementing CI/CD for ReactJS Projects: Gitlab + Slack

Scenario Overview In my project, I have two primary servers: one for the development team...

Learn More 3 0Jul 23 '24

Swagger + Node.js (Express) : A Step-by-Step Guide

Following the post on configuring Swagger for a SpringBoot project, today I will introduce you to a...

Learn More 58 0Jul 3 '24

Spring Boot + Swagger: A Step-by-Step Guide to Interactive API Documentation

Introduction In today's software development, especially when dealing with APIs...

Learn More 9 0Jun 30 '24

5 log parsing commands

Have you ever tried to find something in the server log file? While downloading and opening the file...

Learn More 1 0Jun 23 '24

Code Like a Pro: How to use templates in IntelliJ IDEA & VS Code

One of my favorite things before diving into coding with IntelliJ IDEA and Visual Studio Code is...

Learn More 4 0Apr 28 '24

Kotlin: Extension functions

Lately, I've been diving into the Kotlin book "Atom Kotlin," and I find the concept of extension...

Learn More 0 0Apr 22 '24

Debouncing: Enhancing User Input Handling

Hi guys! I just learned about debouncing for the first time! It might seem like a small concept, but...

Learn More 0 0Apr 4 '24

Exploring Streaming in Next.js: Enhancing Performance and User Experience

Recently, I've been studying NextJS through official documentation for a few weeks. To be honest, not...

Learn More 11 3Mar 30 '24

Long Time No See, JavaScript

My coding journey started with JavaScript 7 years ago. Back then, I was knee-deep in React Native,...

Learn More 0 0Mar 24 '24

Efficient Kotlin Collection Operations

In this post, I'l share some of the most powerful and efficient collection operations Kotlin has to...

Learn More 0 0Mar 17 '24

5 Tips for avoiding mistakes while working with server

Have you ever accidentally deployed code to the wrong environment, sending shivers down your spine?...

Learn More 2 0Mar 9 '24

Should I update the Kotlin version of the Android app?

ext { espresso_version = '3.0.2' gradle_version = '3.1.4' kotlin_version =...

Learn More 0 3Feb 14 '24

Setting Up a Local Development Environment for Jekyll with Docker

I've been writing my blog on Notion for a few years and now I want to host it on a dedicated website....

Learn More 8 0Jan 22 '24

How to pass AWS SAA within 8 weeks

Hello everyone! Today I would like to share my experiences on how to study for and pass the AWS...

Learn More 1 0Jan 21 '24