-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvoucherprocessor.html
More file actions
42 lines (41 loc) · 1.71 KB
/
voucherprocessor.html
File metadata and controls
42 lines (41 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
title: Harrison Favour (Voucher Processor)
layout: default
---
<section>
<header>
<h1>Voucher Processor</h1>
</header>
<aside class="section__aside">
<span>VOUCHER PROCESSOR</span>
</aside>
<article>
<h2>Voucher Processing System</h2>
<p>
Dynamo is an in-house JavaScript framework built for quickly setting up very diverse Management Information
Systems.
It was built primarily with NodeJS, React and MongoDB.
Dynamo seeks to break down every user interaction into some combination of Processes, Steps and Processors.</p>
<p>Processes being the envelop body that can house a collection of Steps.
The Steps are the action the user is trying to perform whether it is filling a form, viewing some data,
interacting with a table, etc.
Processors are the action runners themselves, they contain actual code to be run. They are useful for fetching
data, submitting a form, deleting data, etc.
</p>
<p>Check out the docs <a class="card__link" href="https://dynamodocs.vercel.app/docs/getting-started/background">here</a>.</p>
<h3>What did I do you ask?</h3>
<p>
I worked with NodeJS, React and MongoDB during this period and was heavily involved in various sections of the
product including the back-end and the front-end.
I led the team for 2 years and;
<ul>
<li>drove development of various features of the framework,</li>
<li>led deployments and integrations,</li>
<li>pushed proper adoptions for version controls,</li>
<li>wrote documentations to ease onboarding processes,</li>
<li>fixed bugs, and</li>
<li>guided various members of the team.</li>
</ul>
</p>
</article>
</section>