Contact:

San Diego, California, USA

lulu.lunlumo0@gmail.com

+1-(xxx)-xxx-xxxx

Education:

2018-2020
University of San Diego
MS in Computer Science
2016-2018
Seoul National University
MS in Theoretical Physics and Applied Mathematics
2012-2016
Lomonosov Moscow State University
BS in Theoretical Physics and Applied Mathematics

Skills:

  • Problem Solving Advanced
  • Critical Thinking Advanced
  • HTML Intermediate
  • CSS Intermediate
  • MongoDB Advanced
  • JavaScript Beginner
  • Git Beginner
  • GitHub Beginner

Languages:

  • English Native
  • Korean Native
  • Russian Fluent

About Me:

I am a junior front-end developer with a strong passion for creating engaging and functional web applications. Self-motivated and dedicated, I continuously seek opportunities to learn, grow, and take on new challenges. I thrive in collaborative environments and value the importance of teamwork in achieving shared goals

With a proven ability to quickly adapt to new technologies, I am a fast learner who embraces continuous improvement. I approach problems with a solution-oriented mindset, consistently identifying and resolving issues efficiently. My creativity and innovative thinking enable me to develop unique ideas and contribute meaningfully to projects.

Experience:

2023-present
GeoSite
Data Analyst
  • Build and manage datasets relevant to ongoing projects.
  • Merge and join datasets from multiple sources.
  • Document data sources and processing steps clearly.
  • Perform exploratory data analysis (EDA) to identify patterns, trends, or anomalies.
2021-2023
Affirm
Data Analyst
  • Collect, clean, validate, and organize energy consumption and operational data from multiple internal and external sources.
  • Build and maintain structured datasets to support energy reporting and operational analytics.
  • Analyze data to identify trends, generate actionable insights, and produce regular performance reports.
  • Support the automation of data collection, transformation, and loading processes.
2018-2021
University of San Diego
Research Assistant
  • Write, test, and debug code for computational experiments or simulations.
  • Run batch jobs on high-performance computing (HPC) clusters or local servers.
  • Analyze simulation results and compare them to theoretical predictions or experimental data.
  • Solve differential equations and optimization problems related to physical theories.

My Projects:

Personal Portfolio Website

A personal portfolio website built with HTML, CSS, and JavaScript. It is a single-page application that allows users to view my resume, projects, and contact information.

Technologies: HTML, CSS, JavaScript

Code Example:

// The first lime of code to greet the world
function helloWorld() {
    return "Hello, World!";
}

// Function with custom greeting
function greetPerson(name) {
    return "Hello, ${name}!";
}

console.log(helloWorld()); //Output: Hello, World!
console.log(greetPerson("Axiom")); //Output: Hello, Axiom!