Files
webcv/_config.yml
T
2025-02-24 21:33:39 +07:00

145 lines
5.6 KiB
YAML

# Site
repository: tiennm99/webcv
favicon: images/favicon.png
# Content configuration version
version: 2
# Personal info
name: Tien Nguyen Minh (miti99)
title: Senior Software Engineer
email: tiennm99@outlook.com
website: tiennm99.github.io
# Dark Mode (true/false/never)
darkmode: false
# Social links
#twitter_username: facespics
github_username: tiennm99
# stackoverflow_username: "00000001"
# dribbble_username: jekyll
facebook_username: tiennm99
# flickr_username: jekyll
#instagram_username: tiennm99
linkedin_username: miti99
# xing_username: jekyll
# pinterest_username: jekyll
#youtube_username: @miti99
# googleplus_username: +jekyll
# orcid_username: 0000-0000-0000-0000
# Additional icon links
additional_links:
#- title: itsgoingto.be
# icon: fas fa-globe
# url: https://www.itsgoingto.be
# - title: another link
# icon: font awesome brand icon name (eg. fab fa-twitter) (https://fontawesome.com/icons?d=gallery&m=free)
# url: Link url (eg. https://google.com)
# Google Analytics and Tag Manager
# Using more than one of these may cause issues with reporting
# gtm: "GTM-0000000"
# gtag: "UA-00000000-0"
# google_analytics: "UA-00000000-0"
# About Section
# about_title: About Me
about_profile_image: images/profile.jpg
about_content: | # this will include new lines to allow paragraphs
Hi, my name's Tien, and I'm a Senior Software Engineer specializing in game server architecture and backend development. Since 2020, I have been working at ZingPlay Game Studios - VNG Corporation, focusing on building scalable and high-performance systems.
I am most skilled in: <mark>Java (Netty, Vert.x, Spring Boot)</mark> and <mark>Game Server Development</mark>
content:
- title: Projects # Title for the section
layout: list # Type of content section (list/text)
content:
- layout: top-middle
title: Survival2D - A 2D Battle Royale game
link: github.com/survival2d
# link_text: Project Website
additional_links:
- title: survival2d.github.io
icon: fa fa-gamepad
url: survival2d.github.io
# - title: Github page for project (eg. sproogen/modern-resume-theme)
# icon: fab fa-github
# url: Link to project (eg. sproogen.github.io/modern-resume-theme)
quote: >
My Graduation essay.
description: | # this will include new lines to allow paragraphs
Because at that time I was working in game area so I want to start a game project. I choose to make a 2D Battle Royale game inprired by surviv.io.
- layout: top-middle
title: Static Websites with Hugo
link: tiennm99.github.io
additional_links:
- title: GitHub Pages
icon: fab fa-github
url: https://github.com/tiennm99
quote: >
My personal blog and website.
description: |
Developed a personal blog using Hugo and GitHub Pages to share technical knowledge and personal projects.
- title: Experience # Title for the section
layout: list # Type of content section (list/text)
content:
- layout: left
title: ZingPlay Game Studios - VNG Corporation
link: vng.com.vn
# link_text: boringcompany.com
sub_title: Senior Software Engineer
caption: July 06 2020 - present
quote: >
Join Fresh. Grow Best.
description: | # this will include new lines to allow paragraphs
Started my journey at VNG Tech Fresher Program and progressed to Senior Software Engineer at ZingPlay Game Studios. Over the years, I have honed my expertise in game server architecture and backend development using Java, while also contributing to client-side logic with Cocos and Godot when needed.
Notable projects I have worked on at ZingPlay Game Studios include:
- [**Show**](https://play.google.com/store/apps/details?id=zps.games.show) - A card game for Myanmar market.
- [**Burkozel**](https://play.google.com/store/apps/details?id=zps.games.burkozel) - A card game for the Russian audience.
- [**Bida3D**](https://play.google.com/store/apps/details?id=zps.games.bida3d.vn) - Global 8-ball pool game.
- [**Chaos Age 2**](https://play.google.com/store/apps/details?id=vn.zps.tl2) - Global strategy game.
- title: Education # Title for the section
layout: list # Type of content section (list/text)
content:
- layout: left
title: Ho Chi Minh City University of Technology
link: hcmut.edu.vn
caption: 2017
sub_title: BEng Computer Science
quote: >
1 Encouraging Study Scholarship.<br>
1 Student of 5 merits.
description: | # this will include new lines to allow paragraphs
Gained a solid foundation in algorithms, data structures, and software engineering. Developed skills in creating and managing static websites and contributing to open-source projects.
- title: A Little More About Me
layout: text
content: | # this will include new lines to allow paragraphs
Alongside my interests in game development and software engineering some of my other interests and hobbies are:
- Try do deploy something on internet: self-hosted services, website, AI,...
- Help develop open source projects related to Java & game development.
- Reading light novel, manga. Watching anime.
- Playing Game
My dream is to continuously evolve as a software engineer and create impactful systems.
# Footer
footer_show_references: true
references_title: Made by miti99 with ❤
# Build settings
remote_theme: sproogen/resume-theme
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-seo-tag