About Me and Other projects
I am a software developer who started his tech journey by enrolling for a Bachelor's Degree in Computer Science at the University of Cape Coast, Ghana.
Aside being part of a team that designed flyers, t-shirts and laptop stickers for sale throughout my four years of study at the university.
I helped build various sofwares with Jumeni Technology, AgroInnova etc which are Meltwater Entrepreneur School of Technology (MEST) funded start-ups.
Some Interpersonal Skills:
- Analytical and problem-solving skills
- Written and verbal communication skills
- Ability to work under pressure and multitasking skills
- Teamwork skills
- Detailed oriented
- Time management skills
- Ability to work independently with little or no supervision
- Ability to adapt to new situation and environment
Other Projects are available here: View Other Projects
CSC Online Library
This is a Django Web App I created for my school. This platform connects students, lecturers and librarian (Admin). Apart from accessing and requesting for books, there is a group chat section for interactions
among students and lecturers. Project is available in my GitHub View Code
Student Dashboard
Group Chat
Lecturer Dashboard
Admin Dashboard
Admin has all privileges in addition to add and manage users
Hospital Management System
This is a Django Web App for hospital online registration, booking and management system. This enables patients to register online, book apointment with a doctor after admin approval.
Also, online registration of doctors to the hospital which requires approval from admin. Project is available in my GitHub - View Code
Admin Dashboard
Admin prepares bill for patient
Doctor Dashboard
Patient Dashboard
Bill for Discharge issued by Admin
Custom Collation App
Send me a message via Email
Elements
Text
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }
. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';