Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverMensahDev committed Jan 10, 2020
1 parent 1a750da commit f407bd9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
55 changes: 27 additions & 28 deletions public/resumeData.json
Expand Up @@ -15,7 +15,7 @@
"country": "Ghana"
},
"website": "https://OliverMensahDev.github.io",
"resumedownload": "https://www.dropbox.com/s/tmq3fgnlopcucct/resume.pdf?dl=0",
"resumedownload": "https://www.dropbox.com/s/9jdhdrjmtr7ibog/resume.pdf?dl=0",
"social": [
{
"name": "Facebook",
Expand Down Expand Up @@ -69,24 +69,27 @@
"title": "Software Developer",
"years": "August 2019 - Present ",
"roles": [
"Design, implement and execute the overall architecture of the company’s applications"
"I work as a backend developer with a focus on API design and development. Currently working with the tech team on a project for managing Shack15 co-working space and my role includes building;",
"* RESTful API design and implementation using PHP (Laravel) with third-party API integrations such as zoom rooms, brivo, square which has enriched customer experience in terms of hosting meetings, a safe environment to work with teams"
]
},
{
"company": "Developer Community Programmes",
"title": "Technical Writer and Speaker",
"years": "August 2017 - Present ",
"roles": [
"As a developer who loves developer community programmes, aside leading a developer community, I also love sharing knowledge through technical writing and speaking at tech events. I written technical articles on Dev.to, Auth0 and Polyglot Developer blogs. Also, I have spoken at many local tech events here in Ghana and also selected as a first time speaker for JSKongress 2019 in Munich."
]
},
{
"company": "Agro Innova Company Ltd",
"title": "Software Development Lead - National Service Personnel",
"years": "January 2019 - August 2019",
"roles": [
"Designed, implemented and executed the overall architecture of the company’s applications like FBSInnova, Akokotakra",
"Developed technical aspects of the company’s strategy to ensure alignment with its business goals",
"Discovered and implemented new technologies that yield competitive advantage",
"Helped departments use technology profitably",
"Supervised system infrastructure to ensure functionality and efficiency",
"Built quality assurance and data protection processes",
"Monitored KPIs and IT budgets to assess technological performance",
"Constructed and implemented a well comprehensive road map for our products",
"Used stakeholders’ feedback to inform the necessary improvements and adjustments to technology",
"Communicated technology strategy to partners and investors"
"Led the tech team and then to architect, build and maintain an android application called FBSInnova. The application allows smallholder-farmers to have on-demand access to Farmer Business School (FBS) tools and information, plan and efficiently manage their crops and diversify their production for increased profitability and improved livelihoods. The application's tech stacks include:",
"* RESTful API using PHP (Lumen) and hosted on AWS",
"* MySQL Database hosted AWS RDS",
"* Android client built with Kotlin and hosted on Google Play"
],
"links": [
{
Expand All @@ -103,10 +106,10 @@
"title": "Software Developer - National Service Personnel",
"years": "September - December 2018",
"roles": [
"Designed, implemented and executed the overall architecture of the Innovasync mobile application; data collection project for poultry farmers in Ghana.",
"Engaged in user testing of application in selected rural communities in Ghana",
"Collaborated with German Corporation for International Cooperation in a design thinking workshop geared towards digitizing cocoa farmers operations in Ghana",
"Designed, implemented and executed the overall architecture of the Farmer Business School mobile application; digitized cocoa farmers operations in Ghana"
"Single-handedly architected and built an android application called InnovaSync. The application allows data capturing of poultry farmers in Ghana. The data recorded includes biometric identity, farm details and geolocation data for the farmers, and which gave them on-demand registration into the Akokotakra software. The application’s tech stacks include:",
"* RESTful API using PHP (Lumen) and hosted on AWS",
"* MySQL Database hosted AWS RDS*",
" Android client built with Java"
],
"links": [
{
Expand Down Expand Up @@ -137,10 +140,9 @@
{
"company": "Auth0",
"title": "Guest Author",
"years": "March 2018 - Present",
"years": "March 2018 - Aug 2019",
"roles": [
"Research the latest technologies. ",
"Write a technical blog post about it that will be useful for thousands of people on how to build software around those technologies"
"Researched and wrote technical blog post about the latest technologies that would be useful for developers on how to build software around those technologies"
],
"links": [
{
Expand All @@ -154,22 +156,19 @@
"title": "Facebook Developer Circle Accra, Co-Lead(Volunteer)",
"years": "August 2017 - Present",
"roles": [
"Technology-based event portfolio: Innovate new types of events",
"Establishing Partnerships with other tech communities, developers and startups" ,
"Nurturing tech ecosystem in Ghana",
"Content Planning",
"Event Planning",
"Event Marketing",
"Event Execution"
"Developer Circles from Facebook is a Facebook supported community of humans interested in technology who come together in local meetups and collaborate in Facebook Groups to share and learn about latest technologies. As a Lead for Accra circle, I have grown Ghana’s tech ecosystem and added value to young lives through job offerings, job transition, place of knowledge sharing. My role as lead includes:",
"* Acting as a catalyst by liaising with Program Managers of Developer Circles Program from Facebook to grow a more resilient tech ecosystem through programs that enable people, groups, and organizations to act together for the common good.",
"* Community management through moderating online engagements and organizing regular offline meetups, workshops and hackathons around new and emerging tech",
"* Supporting other developer community programs through partnership building"
]
},
{
"company": "Google Developer Group(GDG), Ashesi University",
"title": "Member",
"years": "August 2014 - April 2018",
"roles": [
"With support from other members(Vladimir Fomene and Anthony Abeo), we revived the once deactivated GDG chapter from November 2017 ",
"Put in plans into continuous leadership and transformed GDG Ashesi into Developer Student Club(DSC) Ashesi."
"With support from other members(Vladimir Fomene and Anthony Abeo), we reinstated the once deactivated GDG chapter",
"Developed new student bodies into continuous leadership and transformed GDG Ashesi into Developer Student Club(DSC) Ashesi."
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/Components/Resume.js
Expand Up @@ -23,7 +23,7 @@ class Resume extends Component {
{job.title}<span>&bull;</span> <em className="date">{job.years}</em>
</p>
<ul>
{job.roles.map((role,index)=> <li key={index}> * {role}</li>)}
{job.roles.map((role,index)=> <li key={index}>{role}</li>)}
</ul>
<ul>
{job.links
Expand Down Expand Up @@ -60,7 +60,7 @@ class Resume extends Component {

<div className="row work">
<div className="three columns header-col">
<h1><span>Work</span></h1>
<h1><span>Experience</span></h1>
</div>

<div className="nine columns main-col">
Expand Down

0 comments on commit f407bd9

Please sign in to comment.