- 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
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"
};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! 💬




