
Retrospective: Kakao Impact
My team and I won the technology innovation award from Kakao Impact. Kakao Impact is a project aimed at solving social issues around us.
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 contributed to increasing the company's revenue. Let me introduce my experience at Bagelcode.
백엔드 개발을 혼자 공부하면서, 올바른 방향으로 학습하고 있는지, 판단하기가 어려웠다. 백엔드 개발자로 성장하기 위해 사용한 학습 자료와 로드맵을 정리했다.
GCC includes built-in bit functions. These functions can perform tasks such as counting the number of 1-bits in a number, and their time complexity is O(1). 6.63 Other Built-in Functions...