(ITI Open source/Full-Stack Graduate & ex.pythonTrackTeamLeader/Problem-Solver/BodyBuilder)
Redefining limits and supercharged driven, I am a 25-year-old ITI Graduate, a fast-paced learner and problem-solver with a background in Bachelor of Science, Chemistry. My journey took an exhilarating turn as I discovered a deep-inside passion for software/Open-Source Full Stack development.
Fun Facts
// since I am a mad chicken legs lover, here is a fun fact
Which came first: the chicken π€ or the egg π₯?
#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
int main() {
vector<string> evolution = {"π₯", "π£", "π₯", "π"};
sort(evolution.begin(), evolution.end());
for (const auto& stage : evolution) {
cout << stage << " ";
}
return 0;
}
>>> [π ,π£, π₯, π₯]
"A computer is like an air-conditioning- it becomes useless when you open Windows" Linus Torvalds