All Posts
6 articles
컴퓨터 공학 · 알고리즘
정렬 알고리즘 개요
정렬 알고리즘의 기본 원리와 시간 복잡도를 비교합니다.
April 12, 2024
백엔드 · Python
Python 개발 팁 모음
Python 개발 시 유용한 팁과 관용구를 정리했습니다.
April 11, 2024프론트엔드 · React
React 기초: 컴포넌트와 상태
React의 기본 개념과 컴포넌트 기반 아키텍처를 소개합니다.
April 10, 2024개발 · 트러블슈팅
Embracing Vim: The Unsung Hero of Code Editors
Discover why Vim, with its steep learning curve, remains a beloved tool among developers for editing code efficiently and effectively.
April 9, 2024개발 · 블로그 개발
Spaces vs. Tabs: The Indentation Debate Continues
Explore the enduring debate between using spaces and tabs for code indentation, and why this choice matters more than you might think.
April 8, 2024프론트엔드 · TypeScript
The Power of Static Typing in Programming
In the ever-evolving landscape of software development, the debate between dynamic and static typing continues to be a hot topic.
April 7, 2024