-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
164 lines (155 loc) · 8.52 KB
/
index.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Geist+Mono:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="main.css">
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<title>Emmanuel Nwafor (Emmo00) - Portfolio</title>
<meta name="description"
content="Explore Emmanuel Nwafor's portfolio: Software Developer, Backend Developer, Mentor, and Tech Enthusiast. Showcasing projects, articles, and contact information." />
<meta property="og:title" content="Emmanuel Nwafor (Emmo00) - Portfolio" />
<meta property="og:description"
content="Discover Emmanuel Nwafor's journey as a Backend Developer, his projects, articles, and how to connect." />
<meta property="og:image" content="https://avatars.githubusercontent.com/u/88244468?v=4" />
<meta property="og:url" content="https://github.com/emmo00" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Emmanuel Nwafor (Emmo00) - Portfolio" />
<meta name="twitter:description"
content="Software Developer | Backend Developer | Mentor | Tech Enthusiast. Explore my projects, articles, and get in touch." />
<meta name="twitter:image" content="https://avatars.githubusercontent.com/u/88244468?v=4" />
<link rel="shortcut icon" href="https://avatars.githubusercontent.com/u/88244468?v=4">
</head>
<body>
<section id="header">
<div>
<h1 class="name">Emmanuel Nwafor (Emmo00)</h1>
<p>Software Engineer | Backend Developer </p>
<h3 class="equ">
\[
\lim_{{\text{skill_issues}     \to 0}} \text{efficiency} \to \infty
\]
</h3>
</div>
</section>
<section id="brief">
<h2>About Me</h2>
<p>
Hi, I’m Emmanuel, a Computer Science student at the University of Nigeria, Nsukka, and an aspiring software
developer. Currently building stuff with PHP and Laravel, and Learning Solidity and Blockchain Development.
</p>
</section>
<section id="projects">
<h2>Projects</h2>
<ul>
<li>
<a href="https://packagist.org/packages/emmo00/mock-paystack-laravel" target="_blank"
rel="noopener noreferrer">mock-paystack-laravel</a>
- PHP package for mocking Paystack responses and webhooks in your Laravel Test Suite <a
href="https://github.com/Emmo00/mock-paystack-laravel" target="_blank"
rel="noopener noreferrer">Source</a>
</li>
<li>
<a href="https://www.npmjs.com/package/persisty" target="_blank" rel="noopener noreferrer">Persisty</a>
- Simple Browser Local storage Abstraction. NPM package <a href="https://github.com/Emmo00/persisty"
target="_blank" rel="noopener noreferrer">Source</a>
</li>
<li>
<a href="https://tictactoe-ai-eight.vercel.app/" target="_blank"
rel="noopener noreferrer">TicTacToe-ai</a>
- Tic-Tac-Toe Game AI implemented with the minmax algorithm(Dare you to try it.) <a
href="https://github.com/Emmo00/TicTacToe-ai" target="_blank" rel="noopener noreferrer">Source</a>
</li>
<li>
<a href="https://roobie-ui.vercel.app/" target="_blank" rel="noopener noreferrer">Roobie</a>
- Frontend to the ML model I built and trained that classifies UNN news titles into Categories <a
href="https://github.com/Emmo00/roobie-ui" target="_blank" rel="noopener noreferrer">Source</a>
</li>
<li>
<a href="https://github.com/Emmo00/library-management-api" target="_blank"
rel="noopener noreferrer">Library Management API</a>
- A Laravel-based project to manage library operations, featuring user roles and efficient book
tracking.
</li>
<li>
<a href="https://github.com/Emmo00/learn-C" target="_blank" rel="noopener noreferrer">learn-C</a>
- Learn C with examples, For Beginners.
</li>
<li>
<a href="#">PortfolioSync (Soon...)</a>
- A tool to sync and download portfolio assets like GitHub repos, articles, and videos.
</li>
<li>
<a href="https://nexus-trader-frontend.vercel.app/" target="_blank" rel="noopener noreferrer">Nexus
Trader</a>
- A Binary Trading App built with React and Laravel.
<a href="https://github.com/Emmo00/nexus-trader-frontend" target="_blank"
rel="noopener noreferrer">Frontend</a>
<a href="https://github.com/Emmo00/nexus-trader-backend" target="_blank"
rel="noopener noreferrer">Backend</a>
</li>
<li>
<a href="http://github.com/emmo00" target="_blank" rel="noopener noreferrer">...</a>
</li>
</ul>
</section>
<section id="articles">
<h2>Articles</h2>
<ul>
<li>
<a href="https://dev.to/emmo00/learning-a-new-languageframework-1ef7" target="_blank"
rel="noopener noreferrer">Learning a new language/framework</a>
- I recently took up an internship role where I had to use a programming language and framework I was
unfamiliar with...
</li>
<li>
<a href="https://dev.to/emmo00/what-is-the-point-of-using-recursive-functions-when-writing-code-2k4f">What
is the point of using recursive functions when writing code?</a>
- Have you ever heard of recursion in programming? It's a cool technique where a function can...
</li>
<li>
<a href="https://dev.to/emmo00/the-difference-between-and-in-javascript-3em3">The difference between
'||' and '??' in JavaScript.</a>
- They are usually used in writing one-liner "hotwires" (providing default values or fallbacks) and
while...
</li>
<li>
<a
href="https://dev.to/emmo00/how-to-setup-black-and-pre-commit-in-python-for-auto-text-formatting-on-commit-4kka">How
to use Black and pre-commit for auto text-formatting on commit [setup] [python]</a>
- How to use Black and pre-commit for auto text-formatting on commit [setup] [python]...
</li>
<li>
<a href="https://dev.to/emmo00/closures-memoisation-3gpp">Closures 🫂 Memoisation </a>
- In functional programming, closure refers to the ability of a function to access and utilize...
</li>
<li>
<a
href="https://medium.com/@nwaforemmanuel005/what-happens-when-you-type-google-com-in-your-browser-and-press-enter-327f22292b50">What
happens when you type google.com in your browser and press Enter. </a>
- How the web works remains a mysterious black box to most people, despite its ubiquitous presence in
our lives. In this article...
</li>
<li>
<a href="https://dev.to/emmo00" target="_blank" rel="noopener noreferrer">...</a>
</li>
</ul>
</section>
<section id="contact">
<h2>Contact</h2>
<ul>
<li><strong>GitHub:</strong> <a href="https://github.com/Emmo00">Emmo00</a></li>
<li><strong>Email:</strong> <a href="mailto:[email protected]">[email protected]</a>
</li>
<li><strong>X (formerly Twitter):</strong> <a href="https://twitter.com/emma_nwafor1">@emma_nwafor1</a></li>
<li><strong>LinkedIn:</strong> <a href="https://www.linkedin.com/in/emmanuel-nwafor-53735a270/">Emmanuel
Nwafor</a></li>
</ul>
</section>
</body>
</html>