KB

HELLO, I'M KEN.NICE TO MEET YOU!

I'm a Frontend developer, on an exciting journey of constant learning and growth, fascinated by the art of creating user-friendly websites.

My picture

About Me

I didn’t always dream of becoming a developer. As a kid, I told my mom I wanted to study football (or soccer—I’m inclusive like that). She laughed, and so did I eventually. Programming wasn’t even on my radar growing up. I studied Soil Science at university, and while I knew programming existed, I didn’t fully understand what it was.

My journey into tech began when I stumbled upon Python through a YouTube ad. I loved the name—it sounded dangerous, and that intrigued me. I bought a Python course on Udemy and wrote my first “Hello, World!”.

My Skills

My studies have provided me with a strong foundation in web development, and I have devoted much of my free time to applying these concepts to real-world projects and applications.

JavaScript TypeScript
HTML & CSS
Tailwindcss
ReactJs NextJs
VueJs NuxtJs
Git
Firebase

Things I’ve Built

I like staying busy and continuously working on new projects. Feel free to check out some of the applications and technical articles I’ve devoted my time to.

Project picture
Project picture
Project picture

Chatter

With so much focus on quick contents like TikToks, Reels, etc. I wanted to build a platform for developers to have deeper, text-based discussions. Chatter Is a platform built specifically for devs to share and discover valuable programming content. Whether you’re writing or just reading, Chatter offers a smooth and easy space to exchange ideas and dive into discussions. It’s perfect for developers looking to connect and learn from each other in a meaningful way.

Project picture
Project picture
Project picture

Ask.ai

This is a simple web app i built, it uses some cool AI models from OpenAI. One of them is GPT-3.5-turbo, which is great at generating text based on prompts. You just give it a prompt, and it replies with detailed, human-like text. It’s perfect for things like answering questions or creating content.
The app also uses DALL-E 3, which is an AI model that generates images. You type in a description of what you want, and DALL-E turns that into an image for you. It’s really helpful if you’re looking for unique visuals or need to quickly create concept art based on an idea. Together, these models make the app fun to use for generating both text and images from simple inputs.

Project picture
Project picture
Project picture

Punctuate

This is a simple web app that helps you add the right punctuation to your text or articles. Funny story is i got the idea to build this while i asleep and i sprinted out of bed to go write it down and i was able to bring it to life. Now Whether you’re writing something new or editing an existing piece, the app makes it easy to apply proper punctuation, so your writing looks clean and professional.

Project picture

Sharing Data Between Components In React

I wrote this quick 8-minute read on how data flows in a React app over on dev.to. It breaks down the basics and explains how data is passed around in a way that’s easy to understand.