-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8af39a5
commit 90eaf17
Showing
3 changed files
with
51 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,40 @@ | ||
export const companies = [ | ||
{ | ||
company: 'OPay', | ||
description: [ | ||
'Write reusable, performant code for internal projects.', | ||
'Work with product & design teams to build & maintain features on various projects.', | ||
'Engineer and maintain major features and functionalities across projects using ES6, React, Emotion, and integration of apis.', | ||
'Creating & Updating local API documentation using Gatsby & Markdown', | ||
'Developing competencies in backend tasks such as creating & consuming APIs and querying MongoDB & SQL databases.', | ||
], | ||
role: 'Frontend Developer', | ||
period: 'July 2020 - Present', | ||
id: 'opay', | ||
}, | ||
{ | ||
company: 'Groove Platforms', | ||
description: | ||
'Front end developer in charge on implementing code from designs for both web and mobile using React and React-Native frameworks.. ', | ||
description: [ | ||
'Translate designs to extendable, maintainable code for the uduX web and iOS apps.', | ||
'Engineer and maintain major features of uduX web apps using ES6, React, Emotion, Firebase, and integration of apis.', | ||
'Engineer a dynamic UI rendering system for screens. Hence improving easy re-ordering and modification of items on the app.', | ||
'Implement performant solutions to enhance optimization for maximum speed and scalability', | ||
'Integrate payment gateway for a secure way to pay for subscriptions.', | ||
], | ||
role: 'Frontend Developer', | ||
period: 'February 2019 - Present', | ||
period: 'March 2019 - July 2020', | ||
id: 'udux', | ||
}, | ||
{ | ||
company: 'Summitech Ltd', | ||
description: | ||
'Front end developer in charge on implementing code from designs for both web and mobile. \n Worked on several internal web projects using Javascript, HTML and CSS. ', | ||
description: [ | ||
'Write reusable, performant code for a diverse array of client and internal projects.', | ||
'Work with a variety of different languages, frameworks, and content management systems such as JavaScript, TypeScript, React, Vue, Gatsby Js, Angular, React-Native, NativeScript, Node.js, Wordpress e.t.c.', | ||
'Communicate and collaborate with teams of software engineers, UI/UX designers, project managers on a daily basis.', | ||
'Contribute to open source projects.', | ||
], | ||
role: 'Frontend Developer', | ||
period: 'June 2017 - February 2019', | ||
period: 'June 2017 - March 2019', | ||
id: 'summit', | ||
}, | ||
]; |