Loading

SKILLS

Pandas (Python)

The code below has an error or is missing something. Click EDIT to fix it.

import pandas as pd
data = {
    'Name': ['Alice', 'Bob', 'Cee'],
    'Age': [21, 30, 25]
}

df = DataFrame(data)
print(df)
Matplotlib (Python)

The code below has an error or is missing something. Click EDIT to fix it.

import matplotlib.pyplot as plt
import numpy as np

x = [1, 2, 3, 4, 5]
y = [10, 20, 15, 25, 30]

np.plot(x, y)
np.show()
SQL

The code below has an error or is missing something. Click EDIT to fix it.

CREATE TABLE Users (id INT, name VARCHAR(50), City VARCHAR(50));

INSERT INTO Users (1, 'Alice', 'New York'), (2, 'Bob', 'London');

SELECT * FROM Users;
JavaScript

The code below has an error or is missing something. Click EDIT to fix it.

function checkNumber(num) {
    if (num === 10) {
        print("It's ten!");
    } else {
        return "It's not ten.";
    }
}
Numpy (Python)

The code below has an error or is missing something. Click EDIT to fix it.

import numpy as np

a = np.array([[1, 2, 3],
              [4, 5, 6],
              [7, 8, 9]])

print(np.mean())
print(np.sum())
Scikit (Python)

The code below has an error or is missing something. Click EDIT to fix it.

from sklearn.linear_model import LinearRegression
import numpy as np

X = np.array([[1], [2], [3], [4]])
y = np.array([2, 4, 6, 8])

model = Linear
model.fit(X, y)

print(model.predict([[5]]))

Tools & Tech

Git & GitHub Microsoft 365 Google Suite Jira RESTful APIs Figma (UI/UX Design) Canva Power BI (Basics) MongoDB (Beginner) MySQL, PostgreSQL

Frameworks

React.js Node.js Django Openpyxl (automation) tidyverse - R (Beginner)

Soft Skills

Agile/Scrum Problem Solving SDLC Communication Cross-Functional Collaboration Creativity Adaptability & Continuous Learning Clean Code and Best Practice

My Certificates

Hover over a certificate to see details

Web Development Certificate

Network Management

Issued by: Chongqing Polytechnic University of Electronic Tech

Date: 2024

click to view
Data Science Certificate

JavaScript Algorithms and Data Structures

Issued by: FreeCodeCamp

Date: 2025

click to view
Python Certificate

Effective Business Websites

Issued by: HP Life

Date: 2025

click to view
Machine Learning Certificate

Presenting Data

Issued by: HP Life

Date: 2025

click to view
SQL Certificate

IT for Business Success

Issued by: HP Life

Date: 2025

click to view
React Certificate

Pandas

Issued by: Kaggle

Date: 2025

click to view
Certificate

Verified
1 / 6