About Me

Kingsley Bonsu
Age 13 – Accra, Ghana
Profile
Energetic junior-high graduate (JHS, Class of 2025) who traded vacation downtime for a rigorous coding boot-camp to turn natural curiosity into market-ready tech skills. Raised in Accra, Ghana, I am already fluent in Twi, Ga, and English, and I now speak Python, HTML/CSS, and JavaScript with the same confidence. My objective is to build West Africa’s next wave of problem-solving software while inspiring other young Africans to start early and dream bigger.

Portrait of a serious teenage boy in soft natural light, highlighting his contemplative expression.

MY BOOTCAMP SKILLS

.1.PYTHON

JOURNEY IN CODE

Journey in Code
I once believed Python was an un-readable tangle of glyphs.
Boot-camp week 1 rewired that myth: code is not complexity; code is clarity once the purpose is pinned.
Since childhood I have chosen keyboards over cartoons; today I choose software architecture over summer vacation.

.2.WEB DESIGN

WEB DESIGN JOURNEY

Full-stack-in-training who moved from “zero-pixel knowledge” to ten client-ready websites in one boot-camp season. I translate ideas into accessible, responsive pages, then iterate with data until the metrics say “keep it.”

.3.GRAPHIC DESIGN

THE GRAPHIC JOURNEY

Visual-storyteller who converts blank canvases into revenue-generating flyers. From self-taught Canva novice to paid micro-agency in six months—delivering pixel-perfect, on-brand collateral for SMEs, churches, and campus events across Accra.

CYBERSECURITY

CYBER JOURNEY

I once underestimated the importance of cybersecurity and routinely left my devices unprotected. After studying the subject, I now secure my own systems and actively help safeguard those of others.

digital marketing.journey

DIGITAL MARKETING

Having acquired comprehensive knowledge of digital marketing, I am now equipped to promote products on a global scale—an capability that has become a pivotal and valued part of my professional life.

video editing

video editing Journey

Although video editing proved challenging at first, I have since mastered the craft and can now deliver broadcast-quality content. My passion for the medium continues to drive me as I explore its limitless creative and commercial possibilities.

digital marketing.journey

UI & UX


Through disciplined effort and unwavering resolve, I have matured into a designer of refined, classic websites. During my bootcamp alone, I delivered five bespoke digital experiences—each one a testament to craftsmanship, clarity, and timeless elegance.

DEV WORLD

Grateful to have honed my craft within the hallowed halls of Dev World, I now stand poised at the threshold of its boundless horizon, eager to chart the infinite possibilities that lie ahead.

/* Make chatbot responsive */ #myLandbot { width: 100%; max-width: 900px; /* Prevents it from stretching too wide */ height: 80vh; /* Adapts height to screen size */ margin: 0 auto; /* Centers chatbot on the page */ border-radius: 15px; /* Smooth rounded corners */ overflow: hidden; /* Prevent scrollbars inside */ box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15); /* Subtle shadow */ } /* Mobile-friendly adjustments */ @media (max-width: 768px) { #myLandbot { height: 75vh; max-width: 100%; border-radius: 10px; } } /* Extra small devices */ @media (max-width: 480px) { #myLandbot { height: 70vh; border-radius: 8px; } } var myLandbot = new Landbot.Container({ container: ‘#myLandbot’, configUrl: ‘https://storage.googleapis.com/landbot.online/v3/H-3133694-LAXRUPFFIIP36VG0/index.json’, });
var myLandbot = new Landbot.Container({ container: ‘#myLandbot’, configUrl: ‘https://storage.googleapis.com/landbot.online/v3/H-3133694-LAXRUPFFIIP36VG0/index.json’, });