Skip to content
View edwinperaza99's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report edwinperaza99

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
edwinperaza99/README.md
πŸŽ“ About Me πŸ’Ό
class AboutMe:
    def __init__(self):
        self.name = "Edwin Peraza"
        self.education = "B.S. in Computer Science at California State University, Fullerton"
        self.description = "I am passionate about learning new things and solving complex problems."
        self.skills = {
            "programming_languages": ["Python", "JavaScript", "Swift", "C++", "C"],
            "front_end_skills": [
                "HTML", "CSS", "JavaScript", "TypeScript", "React.js", "Next.js", "Astro", "TailwindCSS", "Bootstrap", "shadcn"
            ],
            "back_end_skills": ["Python", "FastAPI", "Firebase"],
            "mobile_development": ["Swift", "SwiftUI", "React Native"],
            "databases": ["MySql", "SQLite3", "DynamoDB", "Firebase"],
            "version_control": ["Git", "GitHub"],
            "tools": ["Postman", "Figma"]
        }

    def __str__(self):
        return f"Hi, I'm {self.name}. {self.description}!"

me = AboutMe()
print(me)

πŸ”₯ My Current Stats πŸ”₯


```

Pinned Loading

  1. portfolio portfolio Public

    Personal portfolio built with Next.js, TypeScript, and Tailwind CSS, showcasing my projects, skills, and experience as a developer

    TypeScript

  2. weather-prediction-model weather-prediction-model Public

    Weatheria is a machine learning-powered weather prediction platform that leverages historical climate data to forecast Earth surface temperatures.

    Jupyter Notebook 2

  3. Hikken Hikken Public

    Forked from CPSC-362-Group-Project/WebFighter

    2D Fighting Game developed with vanilla JavaScript, CSS and HTML. Designed for CPSC-362 - Software Engineering at California State University, Fullerton

    JavaScript 1

  4. SoloLevel SoloLevel Public

    SoloLevel is a SwiftUI iOS app that enhances personal development by allowing users to set, track, and complete daily challenges with a motivational leveling system

    Swift 2