Skip to content
View AnaSL-WRK's full-sized avatar
🌱
🌱

Highlights

  • Pro

Block or report AnaSL-WRK

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
AnaSL-WRK/README.md

Oioi, I'm Ana 🀄

I (try) to be a backend developer, focused on Java and Python

public class AnaSL_WRK {

    private final String role = "Junior Backend Developer";
    private final String location = "Portugal";

    private final Education edu = new Education(
        "Universidade de Aveiro",
        "BSc Computer Science and Engineering",
        2026
    );

    private final String[] languages = {
        "Java", "Python", "SQL"
    };

    private final String[] backend = {
        "REST APIs", "FastAPI"
    };

    private final String[] databases = {
        "PostgreSQL"
    };

    private final String[] testing = {
        "JUnit", "Mockito", "Selenium"
    };

    public String seeking() {
        return "Full-time Junior Backend Developer";
    }
}

Pinned Loading

  1. AnaSL-WRK.github.io AnaSL-WRK.github.io Public

    University notes website for LEI (Computer Engineering) at Universidade de Aveiro: practicals, theory slides and exams for all CS subjects

    HTML

  2. SIO-Project_1-Vulnerable_eHealth_Application SIO-Project_1-Vulnerable_eHealth_Application Public

    1st Project for SIO 2022/2023 , UA - investigation and mitigation of vulnerabilities in a website

    PHP

  3. SIO-Project_2-Bingo SIO-Project_2-Bingo Public

    2nd Project for SIO 2022/2023 , UA - implementation of a robust protocol for handling a distributed game

    Python

  4. University-Projects-UA University-Projects-UA Public

    Repo for all my university projects for the Computer Science and Engineering course at Universidade de Aveiro

    HTML