bio
Bio.tsx
interests
experiences
education.md
skills
Frontend.tsx
Backend.tsx
Mobile.tsx
Others.tsx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
import { Icons } from "@icons/index";
import Icon from "components/Icon";
import { EXPLORING } from "data/exploring";
import Image from "next/image";
\n
export default function Bio() {
return (
<div classname="h-full w-full flex">
<div classname="flex flex-col">
<section>
<Image
src="imgs/photo.jpg"
alt="profile"
width={160}
height={160}
classname="float-left"
/>
<p>
Hi, I’m Minkyoung Kim, a frontend developer based in Korea. I was
originally an Electronic Engineering major, and my first encounter
with programming came through basic major courses. While the
curriculum focused heavily on hardware, I found myself far more
interested in the logic and problem-solving aspects of software. At
some point, I realized that what truly excited me wasn’t circuits or
signals, but building things through code — especially things users
could directly interact with. That realization led me to shift my
career path toward software development.
</p>
<p>
Since then, I’ve been focusing on strengthening my skills through
intensive study and a developer bootcamp, where I gained hands-on
experience in web development and frontend engineering. I enjoy
turning ideas into interactive, well-structured user experiences,
and I’m constantly exploring better ways to build maintainable and
scalable interfaces.
</p>
</section>
<section className="flex gap-3">
{EXPLORING.map((stack) => (
<Icon
key={stack}
name={stack as keyof typeof Icons}
className="w-[35px] h-[35px]"
/>
))}
</section>
</div>
</div>
);
}

Hi, I’m Minkyoung Kim, a frontend developer based in Korea. I was originally an Electronic Engineering major, and my first encounter with programming came through basic major courses. While the curriculum focused heavily on hardware, I found myself far more interested in the logic and problem-solving aspects of software. At some point, I realized that what truly excited me wasn’t circuits or signals, but building things through code — especially things users could directly interact with. That realization led me to shift my career path toward software development.
blank
Since then, I’ve been focusing on strengthening my skills through intensive study and a developer bootcamp, where I gained hands-on experience in web development and frontend engineering. I enjoy turning ideas into interactive, well-structured user experiences, and I’m constantly exploring better ways to build maintainable and scalable interfaces.
Experiences
Mar 2019
|
Aug 2023
Jan 2024
|
Dec 2024
Software Engineering Bootcamp
SSAFY (Samsung Software Academy For Youth)
- Strengthened problem-solving skills by learning Python, JavaScript, and core computer science fundamentals, including algorithms and data structures.
- Participated in multiple team projects in an industry-like development environment.
- Gained experience in collaboration, communication, and development workflows beyond purely technical skills.
Dec 2025
|
Present
Full-stack Web Development Bootcamp
Goorm
- Currently training as a full-stack web developer with a focus on TypeScript, React, Java, and Spring.
- Building team projects to gain hands-on experience across both frontend and backend development.
Bachelor's Degree in Electronic Engineering
KyungHee Univ.