Skip to content
View ambertia's full-sized avatar

Block or report ambertia

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
ambertia/README.md

About Me

My name is Amber, and I'm currently looking for roles in software engineering. I've been technically inclined for a long time, and I have an extensive backgrounds with both mechanical engineering and computer science.

I previously attended Florida Institute of Technology in Melbourne, FL, where I sought a BSc in Mechanical Engineering with a minor in Computer Science. I completed 128 credit-hours between August 2018 and December 2021 with a 3.44 GPA, but unfortunately external life circumstances led me to stop attending university. Nonetheless, my education has provided me with an solid background in not only the pure quantitative aspects of mechanical engineering, but also with the engineering design process, working in teams with others to accomplish engineering tasks, and technical writing / communication. My learning at university also kickstarted my entry into the world of computer science, where I took multiple courses including Algorithms & Data Structures working in Java.

Over the recent years I've aimed to steadily ramp up my skillset and work on projects that can display my skills at solving software design challenges. I've recently reached a point of maturity in my skillset where my expertise with using different programming languages, using different tools, and solving different kinds of problems has given me the confidence that I can excel in a wide variety of software engineering roles in the right environment.

My Technical Skills

Languages

Python Rust Java Javascript Typescript C++ C HTML5 CSS3 SQLite

Formats

JSON Markdown SVG TOML XML YAML

Tools and Frameworks

React React Router Tailwind CSS DaisyUI PostCSS Autoprefixer Vite Bootstrap GTK JavaFX Git Github Maven Django Docker ESLint Next.js Node.js npm Prisma ORM Flask

Pinned Loading

  1. .dotfiles Public

    Laptop dotfiles for Hyprland - mainly for personal use. Install script & documentation aren't great at the moment!

    Shell

  2. rust-calculator-gui Public

    A standalone desktop calculator application supporting some basic mathematical operations, built using GTK4.

    Rust

  3. MinesweeperFX Public

    Personal project to create a functional implementation of the game Minesweeper using JavaFX libraries.

    Java

  4. A bash script using imagemagick to c...
    1
    #!/bin/bash
    2
    # Convenience style escape sequences
    3
    B="\e[1m"
    4
    R="\e[0m"
    5
    C1="\e[31m"