About Me
Experience
2 years learningCompleted
10+ ProjectsStatus
Ready to workHello! My name is Kwasi Sarfo Fosu. I am currently a third-year Computer Science Student at The Ohio State University. I particularly am excited about front-end development, with some interest in machine learning as well. As I continue to learn in my journey of code development I am driven by my determination to drive the future of programming forward.
Contact MeMy Experience
Frontend developer
HTML
BasicCSS
IntermediateJavaScript
IntermediateReact
IntermediateGit
IntermediateBackend developer
C
IntermediateJava
IntermediatePython
IntermediateMySQL
BasicPHP
BasicWhat I Offer
Software
Engineering
Leadership
Traits
Recent Works
RSS Aggregator
RSS Reader program which reads multiple RSS feeds
and generates
nicely formatted HTML pages of links
for each feed,
plus an HTML index page
with links to the individual feed pages.
Sorting Machine
Created and tested all of the implementations
in
SortingMachine, building the data structure
representing
a SortingMachine object by layering it on
top of Queue and
arrays. The algorithmic approach
was to use the
heapsort sorting algorithm.
Word Hunt
Created a C program in which the goal in the
“word find” program is to search for a given word in
a table (or matrix) of words.
TagCloud
A Java program which generates a tagcloud
of any given txt file.
Map with Hashing
Created and carefully tested implementations of all
the constructors and methods defined in interface Map, building
the data structure representing a Map object by layering it on
top of an array of Map itself (Hashtable).