Skip to content
View murairam's full-sized avatar
  • paris
  • 23:59 (UTC +02:00)

Highlights

  • Pro

Block or report murairam

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

Hi, I'm Mari! woman-technologist-medium-light-skin-tone_1f469-1f3fc-200d-1f4bb

Coding animation

  • Former Energy Solutions Engineer diving into Software Development
  • Currently navigating through 42 Paris
  • Originally from Estonia, now in Paris
  • Building my programming skills from the ground up

Linkedin: marimiil

water-wave_1f30a Diving deeper into who I am...

typedef struct s_coder {
    char    *pronouns;
    char    *languages[6];
    char    *daily_tools[5];
    char    *past_life;
    char    *future_goals[3];
    char    *current_mission;
} t_coder;

t_coder mari = {
    .pronouns = "she/her",
    .languages = {"C", "C++", "Python", "Shell", "Makefile", "Git"},
    .daily_tools = {"Linux", "Vim", "GDB", "Valgrind", "Peer Programming"},
    .past_life = "Designing energy solutions in Estonia",
    .future_goals = {"Data Science", "FinTech Innovation", "ML Applications"},
    .current_mission = "Mastering programming at 42 and hunting for my first dev role"
};

Wave animation

I'm always up for a good conversation about programming, career switches, or just random life stuff — feel free to reach out if you want to chat! 💬


Pinned Loading

  1. minishell minishell Public

    Forked from balazsralph/Minishell_V1

    Custom Unix Shell Implementation

    C

  2. my-spotify-wrapped my-spotify-wrapped Public

    TypeScript

  3. webserv webserv Public

    C++

  4. Lyadalachanchu/action-cache Lyadalachanchu/action-cache Public

    Making web agents faster by remembering past actions

    Python 1