Jeeho Park
aquashdw
#About
I'm Jeeho Park, a humble web developer from South Korea. I earned my bachelor's degree of Software Engineering in Chung-Ang University, Seoul Campus (eng).
I started my career as a developer in Maum.ai (formerly named Mindslab) an AI Service company, as a backend developer using Java + Spring Framework in July 2018. Most of my job involved in delivering APIs to end users, occasionally developing mobile applications with Flutter.
On 2021, I left the company and started to deliver IT lectures. I have worked and am working primarily as a freelancer, delivering lectures based on HTML, CSS, JS, Python, Django, Java, Spring.
I am currently interested in JavaScript, mainly in React and Next.js.
#Experiences
Front
HTML CSS Bootstrap React Next.js Vue.jsBack
Spring Boot Ktor Django FlaskMobile
FlutterDatabase
RDB MongoDB RedisMiddlewares
RabbitMQ gRPC KafkaDevops
Git Linux Nginx Docker AWS GitlabCI Actions#Projects
Minesweeper

A minesweeper clone made with Flutter, no Flame, just plain Flutter + Bloc.
Fun experience, trying bfs with Dart for opening blank cells,
and managing cells with Bloc
, Column
s and Row
s.
Also found out that at the time (2023....before July?) translated GestureDetector
s
doesn't work, so the controls are a bit mispositioned, along with sizing issues.