Contact:
San Diego, California, USA
lulu.lunlumo0@gmail.com
+1-(xxx)-xxx-xxxx
Education:
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:
- 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.
- 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.
- 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:
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!