MinBapE

MinBapE @min38

About: Sharing what I've learned from my personal studies. I might make mistakes, so please leave a comment if you spot any errors. I'll correct them as soon as possible.

Location:
Seoul, Republic of Korea
Joined:
Nov 13, 2025

MinBapE
articles - 7 total

Docker and Kubernetes

Introduction Last year, I participated in an external activity with the theme "Development...

Learn More 1 0Jan 5

const and constexpr

Introduction While working on a personal project, I learned about constexpr. I understood...

Learn More 0 1Nov 24 '25

TCP Variable-Length Packet Handling

Introduction While developing a Socket Chatting program, I encountered a question: how...

Learn More 1 0Nov 22 '25

Mutex and Lock Guard in C++

Mutex (Mutual Exclusion) Mutex is a synchronization object that controls access to shared...

Learn More 0 2Nov 20 '25

Smart Pointers

Memory Management in C/C++ Unlike languages such as Java that automatically manage memory...

Learn More 0 0Nov 14 '25

I/O Multiplexing

Blocking I/O Blocking I/O is a method where the program stops and waits until an I/O...

Learn More 0 0Nov 14 '25

Thread Pool

1. The Problem with Creating Threads Per Request Ever implemented a server that creates a...

Learn More 0 0Nov 13 '25