From 10de16f9d3d47f65d86f3c96a45590dfac31b274 Mon Sep 17 00:00:00 2001 From: Jpot777 Date: Sat, 18 Nov 2023 17:52:26 +0900 Subject: [PATCH 01/19] Complete github.io/Resume --- Gemfile | 2 + Gemfile.lock | 3 ++ _config.yml | 29 ++++++----- _data/skills-backend.yml | 26 ---------- _data/skills-frontend.yml | 44 ----------------- _data/skills-languages.yml | 12 +++++ _data/skills-platform.yml | 5 ++ _data/skills-tools.yml | 51 ++++++++----------- _data/timeline.yml | 86 ++++++++++++++++----------------- _includes/landing-page.html | 11 +++-- _includes/section-aboutme.html | 15 +++--- _includes/section-contact.html | 9 +--- _includes/section-projects.html | 2 +- _includes/section-skills.html | 8 +-- _js/app.js | 5 ++ _sass/main.scss | 66 ++++++++++++------------- 16 files changed, 156 insertions(+), 218 deletions(-) delete mode 100755 _data/skills-backend.yml delete mode 100644 _data/skills-frontend.yml create mode 100644 _data/skills-languages.yml create mode 100755 _data/skills-platform.yml diff --git a/Gemfile b/Gemfile index a2b79ad..825da60 100644 --- a/Gemfile +++ b/Gemfile @@ -4,3 +4,5 @@ gem "dotenv" gem "github-pages" gem "jekyll" gem "jekyll-github-metadata" + +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index f96364e..9b85614 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -270,16 +270,19 @@ GEM unf_ext unf_ext (0.0.8.1) unicode-display_width (1.8.0) + webrick (1.8.1) zeitwerk (2.5.4) PLATFORMS x86_64-darwin-19 + x86_64-darwin-21 DEPENDENCIES dotenv github-pages jekyll jekyll-github-metadata + webrick (~> 1.8) BUNDLED WITH 2.3.14 diff --git a/_config.yml b/_config.yml index ef6e5cb..ddffc10 100755 --- a/_config.yml +++ b/_config.yml @@ -1,19 +1,18 @@ # Site settings -title: Long Do -description: Personal website powered by Jekyll -baseurl: "" # the subpath of your site, e.g. /blog +title: YoungMin Resume +description: Resume +baseurl: "/Resume" # the subpath of your site, e.g. /blog # url: "localhost:3000" # the base hostname & protocol for your site e.g. https://example.com/ -updated: 2021 +updated: 2023 + +lang : ko-KR # Landing Page -username: Long Do -typing_text: Full Stack Developer -email: long.do234@gmail.com -github_username: longpdo -codepen_username: longpdo -dev_username: -linkedin_username: longpdo -twitter_username: +username: YoungMin CHoi +typing_text: Game Client Developer +email: psymchoi@gmail.com +github_username: Jpot777 +linkedin_username: youngmin-choi-bs-2405b6208 # About Me Section show_aboutme_card: true @@ -26,21 +25,21 @@ skills_title: Skills # Timeline Section show_timeline_card: true timeline_title: My Journey -cv_download_link: https://github.com/longpdo/Awesome-CV/blob/master/examples/cv.pdf +cv_download_link: https://www.notion.so/73abb5de2f794087839160c22946f1fc # Projects Section show_projects_card: true show_projects: false projects_title: Things I Have Built show_os_projects: true -os_projects_title: Things I Contributed To Open Source +os_projects_title: Open Source Projects # CONTACT SECTION show_contact_card: true contact_title: Get In Touch # Github-Metadata -repository: longpdo/personal-website +repository: Jpot777 projects: # pushed or stars sort_by: stars diff --git a/_data/skills-backend.yml b/_data/skills-backend.yml deleted file mode 100755 index 1625945..0000000 --- a/_data/skills-backend.yml +++ /dev/null @@ -1,26 +0,0 @@ -- name: Python - weight: 4 - -- name: JBoss - weight: 1 - -- name: Java - weight: 3 - -- name: Selenium - weight: 3 - -- name: SpringBoot - weight: 2 - -- name: Oracle SQL - weight: 3 - -- name: MongoDB - weight: 1 - -- name: Keycloak - weight: 1 - -- name: JEE - weight: 2 diff --git a/_data/skills-frontend.yml b/_data/skills-frontend.yml deleted file mode 100644 index 1626a6e..0000000 --- a/_data/skills-frontend.yml +++ /dev/null @@ -1,44 +0,0 @@ -- name: TypeScript - weight: 4 - -- name: JavaScript - weight: 4 - -- name: HTML5 - weight: 3 - -- name: CSS3 - weight: 3 - -- name: SCSS - weight: 3 - -- name: Dart - weight: 2 - -- name: Angular - weight: 4 - -- name: AngularJS - weight: 4 - -- name: React Native - weight: 2 - -- name: Flutter - weight: 2 - -- name: Jasmine - weight: 3 - -- name: Protractor - weight: 3 - -- name: Jekyll - weight: 4 - -- name: NgRx - weight: 2 - -- name: Cucumber - weight: 2 diff --git a/_data/skills-languages.yml b/_data/skills-languages.yml new file mode 100644 index 0000000..84aaf8d --- /dev/null +++ b/_data/skills-languages.yml @@ -0,0 +1,12 @@ +# > name: Name of your programming language +# > weight: Describes how good you know the language - values from 1 up to 5 +# +# Example of a Language +# - name: Language +# weight: 5 + +- name: C# + weight: 5 + +- name: C/C++ + weight: 3 diff --git a/_data/skills-platform.yml b/_data/skills-platform.yml new file mode 100755 index 0000000..af48c71 --- /dev/null +++ b/_data/skills-platform.yml @@ -0,0 +1,5 @@ +- name: Android + weight: 4 + +- name: iOS + weight: 3 diff --git a/_data/skills-tools.yml b/_data/skills-tools.yml index fef7cf4..cc311b5 100644 --- a/_data/skills-tools.yml +++ b/_data/skills-tools.yml @@ -1,38 +1,27 @@ +# > name: Name of your Dev Tool +# > weight: Describes how good you know the tool - values from 1 up to 5 +# +# Example of a Dev Tool +# - name: Git +# weight: 5 + +- name: Unity + weight: 4 + - name: Git weight: 4 -- name: Zsh +- name: VS Code weight: 4 - -- name: Bash - weight: 3 - -- name: Scrum - weight: 3 - -- name: Kanban - weight: 2 - -- name: Jenkins - weight: 2 - -- name: Chrome DevTools - weight: 3 - -- name: npm - weight: 3 - -- name: gulp - weight: 3 - -- name: Maven + +- name: Unreal Engine4 + weight: 1 + +- name: iTerm weight: 2 - -- name: Github Actions + +- name: Homebrew weight: 2 - -- name: Docker + +- name: XCode weight: 2 - -- name: Ansible - weight: 1 diff --git a/_data/timeline.yml b/_data/timeline.yml index 0a542a2..ba14625 100755 --- a/_data/timeline.yml +++ b/_data/timeline.yml @@ -1,52 +1,48 @@ -- title: adorsys - title-url: https://adorsys.de/ - date: Sep 2020 - Present - subtitle: Software Developer +# > title: Name of your timeline entry, university or work place +# > title-url: Link to your timeline entry, university or work place +# > date: Time span +# > subtitle: The description under the title +# > tags: List of tags you want to associate with the entry +# > timeline-side: The side on which you want to display the entry: left or right + +# Example of a timeline entry +# - title: airbnb +# title-url: https://example.com/ +# date: Sep 2019 - Present +# subtitle: Fullstack Developer +# tags: +# - tag: React +# - tag: Javascript +# - tag: Ruby +# - tag: Rails +# timeline-side: right + +- title: SangMyung University + title-url: https://www.smu.ac.kr/kor/index.do + date: 2014.03 - 2020.02 (4Y) + subtitle: B.Sc Information and Communication Engineering tags: - - tag: Angular - - tag: AngularJS - - tag: SpringBoot - - tag: Java timeline-side: right - -- title: Digital Tech Summit Hackathon - title-url: https://www.gotechsummit.com/ - date: 2019 - subtitle: "2nd place - Novartis & Müller Medien Health Challenge." - github: https://github.com/team-ver/face_classification + +- title: (주)크몽 + title-url: https://kmong.com/ + date: 2019.12 - 2020.10 (10M) + subtitle: 외주작업 tags: - - tag: Python - - tag: Keras CNN model - - tag: openCV - - tag: Raspberry Pi + - tag: C# + - tag: Unity timeline-side: left -- title: adorsys - title-url: https://adorsys.de/ - date: Mar 2019 - Aug 2020 - subtitle: Software Developer as Working Student +- title: MondayOFF + title-url: https://www.mondayoff.me/ + date: 2020.10 - Present (3Y 1M) + subtitle: Client Programmer tags: - - tag: Angular - - tag: AngularJS - - tag: Jasmine - - tag: JBoss - - tag: Keycloak + - tag: C# + - tag: Unity + - tag: Game Planning + - tag: Data Managing + - tag: QA + - tag: Project Maintenance + - tag: Luna Playable timeline-side: right - -- title: Friedrich-Alexander University - title-url: https://www.fau.de/ - date: 2018 - 2020 - subtitle: M.Sc. Computer Science - timeline-side: left - -- title: Friedrich-Alexander University - title-url: https://www.fau.de/ - date: 2015 - 2018 - subtitle: B.A. Computer Science & Sociology - timeline-side: left - -- title: Friedrich-Alexander University - title-url: https://www.fau.de/ - date: 2011 - 2015 - subtitle: B.Sc. Computer Science - timeline-side: left diff --git a/_includes/landing-page.html b/_includes/landing-page.html index 9b998ca..c0c2702 100755 --- a/_includes/landing-page.html +++ b/_includes/landing-page.html @@ -1,13 +1,18 @@
diff --git a/_includes/section-aboutme.html b/_includes/section-aboutme.html index 4d66cec..24375ea 100755 --- a/_includes/section-aboutme.html +++ b/_includes/section-aboutme.html @@ -1,20 +1,17 @@

{{site.about_me_title}}

- 👋 Hi, my name is Long Do and I'm from Germany. + 👋 Hi, my name is Youngmin Choi and I'm from South Korea.

- 👨‍💻 I'm a Full Stack Developer with a focus on Front End Development. + 👨‍💻 I'm a Game Client Developer with a focus on Game Planning End Development.

- 💻 I like checking out open source projects and sharing my own code on Github . + 💻 I enjoy learning new skills and sharing my code on Github .

- 👥 I have experience working in agile environments and am a convinced advocate of clean code. + 👥 I have experience working in agile environments and am a convinced advocate of clean code.

- 🤖 I automate repetitive processes on my computer via bash or python scripting. -

-

- 📈 I am passionate about investing and I'm planning to share my experiences on a blog later on. + 💪 I am passionate about dance and plan to create a team to share my videos and my strengths.

diff --git a/_includes/section-contact.html b/_includes/section-contact.html index 59b37aa..0bea939 100644 --- a/_includes/section-contact.html +++ b/_includes/section-contact.html @@ -1,12 +1,7 @@

{{site.contact_title}}

- Although I'm not currently looking for freelance opportunities, feel free to contact - or follow me. - If you are interested in the code of this website, I have shared a - - boilerplate - - version of this without my branding. + +If you would like to introduce an interesting technology or share a new one, feel free to contact or follow me.

diff --git a/_includes/section-projects.html b/_includes/section-projects.html index 50279bb..6f8046b 100755 --- a/_includes/section-projects.html +++ b/_includes/section-projects.html @@ -28,7 +28,7 @@

{{project.name}}

{{site.os_projects_title}}

For more in-depth information about my open source activities, check out my profile - + here .

diff --git a/_includes/section-skills.html b/_includes/section-skills.html index f6a0c5b..41ae3cb 100644 --- a/_includes/section-skills.html +++ b/_includes/section-skills.html @@ -4,18 +4,18 @@

{{site.skills_title}}

- + - + - {% for frontend in site.data.skills-frontend %} + {% for frontend in site.data.skills-platform %}
{{frontend.name}}
{% endfor %} - {% for backend in site.data.skills-backend %} + {% for backend in site.data.skills-languages %}
{{backend.name}}
diff --git a/_js/app.js b/_js/app.js index 5e2d6a7..b4dc159 100644 --- a/_js/app.js +++ b/_js/app.js @@ -6,6 +6,11 @@ $(document).ready(function() { $(window).on('beforeunload', function() { window.scrollTo(0, 0); }); + + /* particlesJS.load(@dom-id, @path-json, @callback (optional)); */ + particlesJS.load('particles-js', 'assets/particles.json', function() { + console.log('callback - particles.js config loaded'); + }); // Typing Text var element = document.getElementById('txt-rotate'); diff --git a/_sass/main.scss b/_sass/main.scss index 8a1b95f..f1dc79c 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -15,11 +15,9 @@ $font-size-h1: 2rem !default; $font-weight-strong: 600; $text-color: #fff !default; $bg-color: rgba(43, 45, 47, 1); -$card-bg-color: linear-gradient( - 145deg, - rgba(115, 115, 115, 0.15) 15%, - rgba(43, 45, 47, 1) 80% -); +$card-bg-color: linear-gradient(145deg, + rgba(115, 115, 115, 0.15) 15%, + rgba(43, 45, 47, 1) 80%); $primary-color: #ff073a; /* General */ @@ -102,21 +100,17 @@ a { } .neumorphism-button { - background: linear-gradient( - 145deg, - rgba(100, 100, 105, 0.15) 15%, - rgba(33, 33, 33, 0.4) 80% - ); + background: linear-gradient(145deg, + rgba(100, 100, 105, 0.15) 15%, + rgba(33, 33, 33, 0.4) 80%); box-shadow: -4px -3px 2px 0 rgba(250, 250, 250, 0.13), 4px 4px 2px 0 rgba(0, 0, 0, 0.4); } @mixin neumorphism-button-pressed { - background: linear-gradient( - 150deg, - rgba(20, 20, 20, 0.4) 10%, - rgba(115, 115, 115, 0.15) 80% - ); + background: linear-gradient(150deg, + rgba(20, 20, 20, 0.4) 10%, + rgba(115, 115, 115, 0.15) 80%); box-shadow: 1px 1px 2px 0 rgba(210, 210, 210, 0.4), -1px -1px 2px rgba(0, 0, 0, 0.4), inset 3px 3px 2px 0 rgba(0, 0, 0, 0.4), inset -1px -2px 2px rgba(210, 210, 210, 0.4); @@ -189,6 +183,7 @@ a { 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } @@ -368,6 +363,7 @@ a { animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorEmail 1s linear forwards; } + .social-svg { fill: #d44638; } @@ -378,6 +374,7 @@ a { animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorLinkedin 1s linear forwards; } + .social-svg { fill: #007bb6; } @@ -388,6 +385,7 @@ a { animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorTwitter 1s linear forwards; } + .social-svg { fill: #1da1f2; } @@ -406,6 +404,7 @@ a { stroke-dasharray: 510; stroke-width: 0.5rem; } + to { stroke: $text-color; stroke-dasharray: 83; @@ -507,13 +506,11 @@ a { } .timeline:before { - background: linear-gradient( - to bottom, - #f3f3f3 0%, - #d5d5d5 8%, - #d5d5d5 92%, - #f3f3f3 100% - ); + background: linear-gradient(to bottom, + #f3f3f3 0%, + #d5d5d5 8%, + #d5d5d5 92%, + #f3f3f3 100%); content: " "; height: 100%; left: 50%; @@ -786,24 +783,24 @@ a { width: 0; } - input[type="radio"]:checked + .filter-button { + input[type="radio"]:checked+.filter-button { color: $primary-color; font-weight: $font-weight-strong; @include neumorphism-button-pressed(); } - input[id="frontend"]:checked ~ div[skill-type="backend"], - input[id="frontend"]:checked ~ div[skill-type="tool"] { + input[id="frontend"]:checked~div[skill-type="backend"], + input[id="frontend"]:checked~div[skill-type="tool"] { @include filter-out; } - input[id="backend"]:checked ~ div[skill-type="frontend"], - input[id="backend"]:checked ~ div[skill-type="tool"] { + input[id="backend"]:checked~div[skill-type="frontend"], + input[id="backend"]:checked~div[skill-type="tool"] { @include filter-out; } - input[id="tool"]:checked ~ div[skill-type="frontend"], - input[id="tool"]:checked ~ div[skill-type="backend"] { + input[id="tool"]:checked~div[skill-type="frontend"], + input[id="tool"]:checked~div[skill-type="backend"] { @include filter-out; } } @@ -877,7 +874,8 @@ a { display: flex; flex-wrap: wrap; justify-content: space-between; - > * { + + >* { width: 44%; } } @@ -921,7 +919,7 @@ a { } .projects-wrapper { - > * { + >* { width: 45%; } } @@ -951,7 +949,7 @@ a { } .projects-wrapper { - > * { + >* { width: 46%; } } @@ -963,10 +961,12 @@ a { 0% { bottom: 0; } + 50% { bottom: 0.5rem; } + 100% { bottom: 0; } -} +} \ No newline at end of file From eb9d116159ed098a242b65630cbf428644fcfc0f Mon Sep 17 00:00:00 2001 From: Jpot777 Date: Sat, 18 Nov 2023 17:59:09 +0900 Subject: [PATCH 02/19] =?UTF-8?q?baseurl=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index ddffc10..e1a299d 100755 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ # Site settings title: YoungMin Resume description: Resume -baseurl: "/Resume" # the subpath of your site, e.g. /blog +baseurl: "/resume" # the subpath of your site, e.g. /blog # url: "localhost:3000" # the base hostname & protocol for your site e.g. https://example.com/ updated: 2023 From 1b62e6aa82a9e5eb363d2f3746704d0810ce5c6d Mon Sep 17 00:00:00 2001 From: Jpot777 Date: Sat, 18 Nov 2023 18:08:58 +0900 Subject: [PATCH 03/19] 1 1 --- _js/app.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_js/app.js b/_js/app.js index b4dc159..e26e0b4 100644 --- a/_js/app.js +++ b/_js/app.js @@ -7,10 +7,6 @@ $(document).ready(function() { window.scrollTo(0, 0); }); - /* particlesJS.load(@dom-id, @path-json, @callback (optional)); */ - particlesJS.load('particles-js', 'assets/particles.json', function() { - console.log('callback - particles.js config loaded'); - }); // Typing Text var element = document.getElementById('txt-rotate'); From dd3553b2767701554cdc89965d50e3e68bde1fe2 Mon Sep 17 00:00:00 2001 From: Jpot777 Date: Sat, 18 Nov 2023 19:19:32 +0900 Subject: [PATCH 04/19] html --- index.html | 638 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 635 insertions(+), 3 deletions(-) mode change 100755 => 100644 index.html diff --git a/index.html b/index.html old mode 100755 new mode 100644 index 0d6905d..e9ecc9c --- a/index.html +++ b/index.html @@ -1,3 +1,635 @@ ---- -layout: default ---- + + + + + + + + + YoungMin Resume + + + + + + + + + + + + + + + +
+
+
+
+ + + +
+ +
+ +
+

Who Am I

+

+ 👋 Hi, my name is Youngmin Choi and I'm from South Korea. +

+

+ 👨‍💻 I'm a Game Client Developer with a focus on Game Planning End Development. +

+

+ 💻 I enjoy learning new skills and sharing my code on Github . +

+

+ 👥 I have experience working in agile environments and am a convinced advocate of clean code. +

+

+ 💪 I am passionate about dance and plan to create a team to share my videos and my strengths. +

+ +
+ + +
+

Skills

+ +
+ + + + + + + + + + +
+ Android +
+ +
+ iOS +
+ + +
+ C# +
+ +
+ C/C++ +
+ + +
+ Unity +
+ +
+ Git +
+ +
+ VS Code +
+ +
+ Unreal Engine4 +
+ +
+ iTerm +
+ +
+ Homebrew +
+ +
+ XCode +
+ +
+ +
+ + +
+

My Journey

+

+ For more information, have a look at my + + curriculum vitae + . +

+ +
+
    + + + +
  • +
    +
    + + + + SangMyung University + + + + 2014.03 - 2020.02 (4Y) + +
    +
    + B.Sc Information and Communication Engineering + +
    +
    +
  • + + + +
  • +
    +
    + + + + (주)크몽 + + + + 2019.12 - 2020.10 (10M) + +
    +
    + 외주작업 + +
    + + C# + + Unity + +
    + +
    +
    +
  • + + + + + +
  • +
    +
    + + + + MondayOFF + + + + 2020.10 - Present (3Y 1M) + +
    +
    + Client Programmer + +
    + + C# + + Unity + + Game Planning + + Data Managing + + QA + + Project Maintenance + + Luna Playable + +
    + +
    +
    +
  • + + +
+
+ +
+ + +
+ + + +

Open Source Projects

+

+ For more in-depth information about my open source activities, check out my profile + + here + . +

+ + + + +
+ + +
+ +

+ + + Github + + +
+ +
+ +
+ + + +
+ +

TimeWalker3D Portfolio

+ + + Demo + + + + Github + + +
+ +
+ +
+ + + +
+ +

TankBall Portfolio

+ + + Demo + + + + Github + + +
+ +
+ +
+ + + +
+ +

BunkerFever Portfolio

+ + + Demo + + + + Github + + +
+ +
+ +
+ + + +
+ +

Study the concept of OOP 5 principles

+ + + Github + + +
+ +
+ +
+ + + +
+ +

Study polymorphism concept

+ + + Github + + +
+ +
+ +
+ + + +
+ +

Study design patterns frequently used in Games.

+ + + Github + + +
+ +
+ +
+ + +
+ + +
+ + +
+

Get In Touch

+

+ +If you would like to introduce an interesting technology or share a new one, feel free to contact or follow me. +

+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + + + + + + From f0256438a7a35602941cbf490d48698b4e51173a Mon Sep 17 00:00:00 2001 From: Jpot777 Date: Sat, 18 Nov 2023 19:22:17 +0900 Subject: [PATCH 05/19] 1 1 --- index.html | 638 +---------------------------------------------------- 1 file changed, 3 insertions(+), 635 deletions(-) mode change 100644 => 100755 index.html diff --git a/index.html b/index.html old mode 100644 new mode 100755 index e9ecc9c..0d6905d --- a/index.html +++ b/index.html @@ -1,635 +1,3 @@ - - - - - - - - - YoungMin Resume - - - - - - - - - - - - - - - -
-
-
-
- - - -
- -
- -
-

Who Am I

-

- 👋 Hi, my name is Youngmin Choi and I'm from South Korea. -

-

- 👨‍💻 I'm a Game Client Developer with a focus on Game Planning End Development. -

-

- 💻 I enjoy learning new skills and sharing my code on Github . -

-

- 👥 I have experience working in agile environments and am a convinced advocate of clean code. -

-

- 💪 I am passionate about dance and plan to create a team to share my videos and my strengths. -

- -
- - -
-

Skills

- -
- - - - - - - - - - -
- Android -
- -
- iOS -
- - -
- C# -
- -
- C/C++ -
- - -
- Unity -
- -
- Git -
- -
- VS Code -
- -
- Unreal Engine4 -
- -
- iTerm -
- -
- Homebrew -
- -
- XCode -
- -
- -
- - -
-

My Journey

-

- For more information, have a look at my - - curriculum vitae - . -

- -
-
    - - - -
  • -
    -
    - - - - SangMyung University - - - - 2014.03 - 2020.02 (4Y) - -
    -
    - B.Sc Information and Communication Engineering - -
    -
    -
  • - - - -
  • -
    -
    - - - - (주)크몽 - - - - 2019.12 - 2020.10 (10M) - -
    -
    - 외주작업 - -
    - - C# - - Unity - -
    - -
    -
    -
  • - - - - - -
  • -
    -
    - - - - MondayOFF - - - - 2020.10 - Present (3Y 1M) - -
    -
    - Client Programmer - -
    - - C# - - Unity - - Game Planning - - Data Managing - - QA - - Project Maintenance - - Luna Playable - -
    - -
    -
    -
  • - - -
-
- -
- - -
- - - -

Open Source Projects

-

- For more in-depth information about my open source activities, check out my profile - - here - . -

- - - - -
- - -
- -

- - - Github - - -
- -
- -
- - - -
- -

TimeWalker3D Portfolio

- - - Demo - - - - Github - - -
- -
- -
- - - -
- -

TankBall Portfolio

- - - Demo - - - - Github - - -
- -
- -
- - - -
- -

BunkerFever Portfolio

- - - Demo - - - - Github - - -
- -
- -
- - - -
- -

Study the concept of OOP 5 principles

- - - Github - - -
- -
- -
- - - -
- -

Study polymorphism concept

- - - Github - - -
- -
- -
- - - -
- -

Study design patterns frequently used in Games.

- - - Github - - -
- -
- -
- - -
- - -
- - -
-

Get In Touch

-

- -If you would like to introduce an interesting technology or share a new one, feel free to contact or follow me. -

- -
- - - - - - - - - - - - - - - - - -
- -
- -
- - - - - - - - - - +--- +layout: default +--- From 9aef812e3da13a9297d33cf515f832a45efd10c0 Mon Sep 17 00:00:00 2001 From: Jpot777 Date: Sat, 18 Nov 2023 19:30:27 +0900 Subject: [PATCH 06/19] Trigger Rebuild From b3290ddf5990adc3216b97826fe4f4b6ec4061e3 Mon Sep 17 00:00:00 2001 From: Jpot777 Date: Sat, 18 Nov 2023 19:41:58 +0900 Subject: [PATCH 07/19] =?UTF-8?q?baseurl=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index e1a299d..9da8d42 100755 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ # Site settings title: YoungMin Resume description: Resume -baseurl: "/resume" # the subpath of your site, e.g. /blog +baseurl: "" # the subpath of your site, e.g. /blog # url: "localhost:3000" # the base hostname & protocol for your site e.g. https://example.com/ updated: 2023 From 8d8d34babba3368d4d7595844898c4e72915a564 Mon Sep 17 00:00:00 2001 From: Jpot777 Date: Sat, 18 Nov 2023 19:43:50 +0900 Subject: [PATCH 08/19] =?UTF-8?q?baseurl=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 9da8d42..e1a299d 100755 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ # Site settings title: YoungMin Resume description: Resume -baseurl: "" # the subpath of your site, e.g. /blog +baseurl: "/resume" # the subpath of your site, e.g. /blog # url: "localhost:3000" # the base hostname & protocol for your site e.g. https://example.com/ updated: 2023 From 8e0e383cab8f78ab7380f2b29bf28ea6f046987a Mon Sep 17 00:00:00 2001 From: Jpot777 Date: Sat, 18 Nov 2023 20:00:45 +0900 Subject: [PATCH 09/19] Trigger Rebuild From bd52848cb1731b94af7789180731f5d7e4af6355 Mon Sep 17 00:00:00 2001 From: Jpot777 Date: Sat, 18 Nov 2023 23:43:20 +0900 Subject: [PATCH 10/19] =?UTF-8?q?timeline=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/timeline.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/_data/timeline.yml b/_data/timeline.yml index ba14625..a3477f9 100755 --- a/_data/timeline.yml +++ b/_data/timeline.yml @@ -22,7 +22,7 @@ date: 2014.03 - 2020.02 (4Y) subtitle: B.Sc Information and Communication Engineering tags: - timeline-side: right + timeline-side: left - title: (주)크몽 title-url: https://kmong.com/ @@ -31,7 +31,8 @@ tags: - tag: C# - tag: Unity - timeline-side: left + - tag: Git + timeline-side: right - title: MondayOFF title-url: https://www.mondayoff.me/ @@ -40,9 +41,10 @@ tags: - tag: C# - tag: Unity - - tag: Game Planning - - tag: Data Managing + - tag: Git + - tag: Game-Planning - tag: QA - - tag: Project Maintenance - - tag: Luna Playable + - tag: Data-Management + - tag: Project-Maintenance + - tag: Luna-Labs timeline-side: right From bdacfea287637d9e0e72c2840259739359779af0 Mon Sep 17 00:00:00 2001 From: Jpot777 Date: Sat, 18 Nov 2023 23:57:49 +0900 Subject: [PATCH 11/19] =?UTF-8?q?skills-tools=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/skills-tools.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/skills-tools.yml b/_data/skills-tools.yml index cc311b5..159486e 100644 --- a/_data/skills-tools.yml +++ b/_data/skills-tools.yml @@ -14,8 +14,8 @@ - name: VS Code weight: 4 -- name: Unreal Engine4 - weight: 1 +#- name: Unreal Engine4 +# weight: 1 - name: iTerm weight: 2 From 4b5784e6b406c22cf76b17e168b0bd53a3926392 Mon Sep 17 00:00:00 2001 From: Jpot777 Date: Sun, 19 Nov 2023 00:22:43 +0900 Subject: [PATCH 12/19] =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - About me : Bold체, 설명변경 - section-projcets : 설명변경 - section-timeline : 설명변경 --- _includes/section-aboutme.html | 6 +++--- _includes/section-projects.html | 4 ++-- _includes/section-timeline.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_includes/section-aboutme.html b/_includes/section-aboutme.html index 24375ea..0d1fdfa 100755 --- a/_includes/section-aboutme.html +++ b/_includes/section-aboutme.html @@ -1,9 +1,9 @@

{{site.about_me_title}}

- 👋 Hi, my name is Youngmin Choi and I'm from South Korea. + 👋 Hi, my name is Youngmin Choi and I'm from South Korea.

- 👨‍💻 I'm a Game Client Developer with a focus on Game Planning End Development. + 👨‍💻 I am a Game Client Developer focusing on Game Design and Development.

💻 I enjoy learning new skills and sharing my code on {{site.about_me_title}} 👥 I have experience working in agile environments and am a convinced advocate of clean code.

- 💪 I am passionate about dance and plan to create a team to share my videos and my strengths. + 💪 I am passionate about Dance and plan to create a team to share my videos and my strengths.

diff --git a/_includes/section-projects.html b/_includes/section-projects.html index 6f8046b..78912f2 100755 --- a/_includes/section-projects.html +++ b/_includes/section-projects.html @@ -27,9 +27,9 @@

{{project.name}}

{% if site.show_os_projects %}

{{site.os_projects_title}}

- For more in-depth information about my open source activities, check out my profile + For more in-depth information about my open source activities, check out my - here + Github .

{% if site.projects.sort_by == 'stars' %} diff --git a/_includes/section-timeline.html b/_includes/section-timeline.html index a1c20b3..e1d3ac4 100644 --- a/_includes/section-timeline.html +++ b/_includes/section-timeline.html @@ -2,7 +2,7 @@

{{site.timeline_title}}

For more information, have a look at my - curriculum vitae + Notion .

From 0b6d34aeb74f5bc4d012ac19f2d40834f03c9efc Mon Sep 17 00:00:00 2001 From: Jpot777 Date: Thu, 23 Nov 2023 23:44:01 +0900 Subject: [PATCH 13/19] Fixed 'About Me' --- _includes/section-aboutme.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_includes/section-aboutme.html b/_includes/section-aboutme.html index 0d1fdfa..ebf88df 100755 --- a/_includes/section-aboutme.html +++ b/_includes/section-aboutme.html @@ -15,3 +15,7 @@

{{site.about_me_title}}

💪 I am passionate about Dance and plan to create a team to share my videos and my strengths.

+

+ 👀 If you are curious about my history, you can check it out through Notion . +

From 555a6fe7b0c385876232429782c313f204349db0 Mon Sep 17 00:00:00 2001 From: Jpot777 Date: Thu, 23 Nov 2023 23:50:04 +0900 Subject: [PATCH 14/19] Google-Analytics id Insert id --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index e1a299d..ce88f94 100755 --- a/_config.yml +++ b/_config.yml @@ -51,7 +51,7 @@ projects: # Google-analytics google-analytics: - id: "UA-158757509-1" + id: "GTM-PJ2P865S" plugins: - "jekyll-github-metadata" From 92886808aa3a361382f938989887fada66afd3f7 Mon Sep 17 00:00:00 2001 From: Jpot777 Date: Wed, 29 Nov 2023 21:31:19 +0900 Subject: [PATCH 15/19] =?UTF-8?q?timeline=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/timeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/timeline.yml b/_data/timeline.yml index a3477f9..6f64814 100755 --- a/_data/timeline.yml +++ b/_data/timeline.yml @@ -27,7 +27,7 @@ - title: (주)크몽 title-url: https://kmong.com/ date: 2019.12 - 2020.10 (10M) - subtitle: 외주작업 + subtitle: Outsourcing Work tags: - tag: C# - tag: Unity From 0d058468fff044e862ffd8f81c754cae734c8ed4 Mon Sep 17 00:00:00 2001 From: Young Min <83854046+Jpot777@users.noreply.github.com> Date: Wed, 6 Dec 2023 23:11:12 +0900 Subject: [PATCH 16/19] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index ce88f94..6b9c8c3 100755 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ # Site settings title: YoungMin Resume description: Resume -baseurl: "/resume" # the subpath of your site, e.g. /blog +baseurl: "/resume_temp" # the subpath of your site, e.g. /blog # url: "localhost:3000" # the base hostname & protocol for your site e.g. https://example.com/ updated: 2023 From 4c7852dadcb1ff93b77f0dd82c123b05ba5ee089 Mon Sep 17 00:00:00 2001 From: Young Min <83854046+richrookie@users.noreply.github.com> Date: Fri, 8 Dec 2023 00:53:49 +0900 Subject: [PATCH 17/19] Update _config.yml --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 6b9c8c3..5e67138 100755 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ lang : ko-KR username: YoungMin CHoi typing_text: Game Client Developer email: psymchoi@gmail.com -github_username: Jpot777 +github_username: richrookie linkedin_username: youngmin-choi-bs-2405b6208 # About Me Section @@ -39,7 +39,7 @@ show_contact_card: true contact_title: Get In Touch # Github-Metadata -repository: Jpot777 +repository: richrookie projects: # pushed or stars sort_by: stars From 33e30ef30d2f0b933c2fad692a9028ebe34de226 Mon Sep 17 00:00:00 2001 From: Young Min <83854046+richrookie@users.noreply.github.com> Date: Fri, 8 Dec 2023 00:56:08 +0900 Subject: [PATCH 18/19] Update timeline.yml --- _data/timeline.yml | 39 +++++++++++---------------------------- 1 file changed, 11 insertions(+), 28 deletions(-) diff --git a/_data/timeline.yml b/_data/timeline.yml index 6f64814..799adf6 100755 --- a/_data/timeline.yml +++ b/_data/timeline.yml @@ -17,34 +17,17 @@ # - tag: Rails # timeline-side: right -- title: SangMyung University - title-url: https://www.smu.ac.kr/kor/index.do - date: 2014.03 - 2020.02 (4Y) - subtitle: B.Sc Information and Communication Engineering - tags: +- title: A + title-url: + date: 20xx.xx - 20xx.xx (Y M) + subtitle: test + tags:test timeline-side: left -- title: (주)크몽 - title-url: https://kmong.com/ - date: 2019.12 - 2020.10 (10M) - subtitle: Outsourcing Work - tags: - - tag: C# - - tag: Unity - - tag: Git - timeline-side: right - -- title: MondayOFF - title-url: https://www.mondayoff.me/ - date: 2020.10 - Present (3Y 1M) - subtitle: Client Programmer +- title: B + title-url: + date: 20xx.xx - 20xx.xx (Y M) + subtitle: tags: - - tag: C# - - tag: Unity - - tag: Git - - tag: Game-Planning - - tag: QA - - tag: Data-Management - - tag: Project-Maintenance - - tag: Luna-Labs - timeline-side: right + - tag: + timeline-side: left From c5addc1c015df8f358373911e3c06cd162f2b171 Mon Sep 17 00:00:00 2001 From: Young Min <83854046+richrookie@users.noreply.github.com> Date: Fri, 8 Dec 2023 00:57:11 +0900 Subject: [PATCH 19/19] Update section-aboutme.html --- _includes/section-aboutme.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/section-aboutme.html b/_includes/section-aboutme.html index ebf88df..78da03f 100755 --- a/_includes/section-aboutme.html +++ b/_includes/section-aboutme.html @@ -1,4 +1,4 @@ -

{{site.about_me_title}}

+