
Thoughts on Starting a GitHub Blog
What do developers need to stay competitive? They must constantly challenge themselves in new fields. Writing blog content allows people to distinguish what they know from what they don’t...
What do developers need to stay competitive? They must constantly challenge themselves in new fields. Writing blog content allows people to distinguish what they know from what they don’t...
I maintain my own physical server and will share methods to prevent brute-force attacks.
My team and I won the technology innovation award from Kakao Impact. Kakao Impact is a project aimed at solving social issues around us.
Typescript와 Express 사용이 처음인 초심자를 위해 제작한 자료입니다.
Cookies have several attributes that control how they behave in the browser. Understanding these attributes is essential for security, session management, and cross-site request handling.
I developed Ara, the official KAIST community app, using Flutter. It took six months to complete, and version 1.0.0 was launched on February 22, 2024.
While debugging legacy TypeScript code, I encountered an odd issue—a field of a object not defined in the interface appeared unexpectedly.
1. What is a stable sort? Consider the list [ $a, b, c, d, e, f$ ], where $a = b > c > d > e = f$. If this list is sorted, the resulting order could be [ $f, e, d, c, b, a$ ], [ $f, e,...
When using Git to create multiple branches, you will eventually need to merge them. There are various methods available for merging branches. Let’s begin by assuming familiarity with concepts ...
I worked at Bagelcode as a backend developer and increased Bagelcode's revenue through my tasks.