Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions contributors/ghislainb-cracker.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<article>
<h3>Ghislain Byimbo</h3>
<p>I'm Ghislain, a young software developer obsessed with one question: What can I build that actually matters?

I didn't get into technology just to learn how to write code or build another website. I got into it because I
see software as a way to turn ideas into things that can change how people live, work, and solve problems.

My path is taking me from software development into AI and product engineering. I'm learning how to build
complete systems, from the interface people use, to the backend that powers it, to the intelligence that makes a
product genuinely useful

I've already started putting that philosophy into practice. PangaTrip is one example: an AI-powered travel
platform I'm building around a real problem, making it easier for people to discover Rwanda and plan their
trips.

But PangaTrip is only the beginning. My bigger ambition is to become an AI-focused software engineer and
eventually build technology products and companies from Africa that can compete beyond Africa.

I'm deliberately using these early years to develop the skills, discipline, and experience required to make that
ambition real. I don't want to spend my career only building what someone else imagines. I want to become
capable of imagining, building, and leading what comes next.</p>
<h4>Programming languages I use.</h4>
<section class="container">
<div class="badge" style="background-color: #000000; color: white">Python</div>
<div class="badge" style="background-color: #f7df1e; color: black;">JavaScript</div>
<div class="badge" style="background-color: #000000; color: white">Dart</div>
</section>

<h4>Tools I use</h4>
<section class="container">
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/git/git-original.svg" />
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/docker/docker-original.svg" />
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/vscode/vscode-original.svg" />
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/github/github-original.svg" />
<img class="icon"
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/postman/postman-original.svg" />
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/vercel/vercel-original.svg" />
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/figma/figma-original.svg" />
</section>
</article>
<style>
body {
font-family: sans-serif;
}

.container {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}

.badge {
padding: 0.5rem;
border-radius: 0.25rem;
}

.icon {
width: 2rem;
}
</style>
Loading