test

Hi, my name is

Kyle Curtis

struct About {
    system: Vec<&'static str>,
    skills: Vec<&'static str>,
    stack: Vec<&'static str>,
    learning: Vec<&'static str>,
}

impl About {
    fn new() -> Self {
        About {
            system: vec!["Linux", "Windows"],
            skills: vec!["Git", "ReactJS"],
            stack: vec!["Bash", "Jupyter", "Python", "Rust", "TypeScript"],
            learning: vec!["Numpy", "Pandas", "Plotly", "PyTorch"],
        }
    }
}

🎓 Education

Associate of Science (A.S.)

Computer Programming and Analysis

Valencia College (May, 2024)


Bachelor of Applied Science (B.A.S.)

Computing Technology and Software Development

Valencia College (In Progress)

🤝 Certifications

Technical Certificate

Computer Programming Specialist: Programming

Valencia College (Aug 1, 2023)

Technical Certificate

Computer Programming Specialist: Web Development

Valencia College (Aug 1, 2023)

Technical Certificate

Operations Support and Services

Valencia College (Aug 2, 2022)

Technical Certificate

Computer Programming: Programming Track

Valencia College (Dec 10, 2023)

💻 What I'm Using

HTML5

CSS3

SASS

JavaScript

TypeScript

Tailwind CSS

React

Next.js

📖 What I'm Learning

Python

Rust

CodeWars

LeetCode