typedef struct s_swe {
const char *username, *origin;
const char *focus[3];
const char *cursus;
const char *rabbit_holes[5];
} t_swe;
static const t_swe efinda = {
.username = "efinda",
.origin = "Luanda, Angola 🇦🇴",
.focus = { "systems", "infrastructure", "security" },
.cursus = "42 Luanda — Common Core complete, level 12.2",
.rabbit_holes = { "UNIX internals", "networking", "distributed systems",
"production environments", "performance" },
};I started my journey in Software Engineering in 2024, and 42 Luanda is where I've been building my foundations in this area — through self-taught and peer-to-peer learning.
During the Common Core I worked on projects from several different niches of Software Engineering. The ones I enjoyed building the most were the ones related to systems programming, infrastructure and security, and that's why I'm now specializing in these areas.
Some of the projects I've worked on are available here on this profile — I hope you find something interesting.
Each directory opens a page with the full breakdown of that area — what every project is, and what it's built with.
~/projects ├── network-and-web/ 4 projects servers, infrastructure, full-stack, offensive tooling ├── graphics/ 5 projects rendering, geometry, games on raw pixels ├── libraries/ 4 projects the foundations everything else links against ├── systems-and-tools/ 3 projects memory, parsing, evaluation tooling └── piscines/ 2 projects the deep ends I jumped into
Every bar reads technology → the projects where I actually used it. Each project chip is a link straight to that repository.
Languages
Tools & technologies
I write about some of the things I find interesting the most in my learning journey.
$ hexdump -C footer
00000000 4d 61 64 65 20 69 6e 20 41 6e 67 6f 6c 61 0a |Made in Angola.|
0000000f
$ _muxima — heart, in Kimbundu. Nothing here was built without one.
