-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtry.html
More file actions
361 lines (316 loc) · 14.5 KB
/
Copy pathtry.html
File metadata and controls
361 lines (316 loc) · 14.5 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
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Obumneme Anigbo Moses - Resume</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f5f5f5;
padding: 20px;
}
.container {
max-width: 850px;
margin: 0 auto;
background: white;
padding: 40px;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.header {
text-align: center;
border-bottom: 3px solid #2c3e50;
padding-bottom: 20px;
margin-bottom: 30px;
}
.header h1 {
font-size: 32px;
color: #2c3e50;
margin-bottom: 15px;
letter-spacing: 1px;
}
.contact {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 15px;
font-size: 14px;
}
.contact-item {
color: #555;
}
.contact-item a {
color: #3498db;
text-decoration: none;
}
.contact-item a:hover {
text-decoration: underline;
}
.section {
margin-bottom: 25px;
}
.section-title {
font-size: 20px;
color: #2c3e50;
border-bottom: 2px solid #3498db;
padding-bottom: 5px;
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 1px;
}
.summary {
text-align: justify;
color: #555;
line-height: 1.8;
}
.skills-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.skill-item {
color: #555;
}
.skill-item strong {
color: #2c3e50;
}
.experience-item, .project-item, .education-item {
margin-bottom: 20px;
}
.experience-header, .project-header {
margin-bottom: 8px;
}
.job-title, .project-title {
font-size: 16px;
font-weight: bold;
color: #2c3e50;
}
.company, .tech-stack {
color: #555;
font-style: italic;
}
.date {
color: #777;
font-size: 14px;
}
.experience-item ul, .project-description {
margin-left: 20px;
color: #555;
}
.experience-item li {
margin-bottom: 5px;
}
.project-link {
color: #3498db;
text-decoration: none;
font-size: 14px;
}
.project-link:hover {
text-decoration: underline;
}
.education-item {
color: #555;
}
.degree {
font-weight: bold;
color: #2c3e50;
}
.download-btn {
position: fixed;
top: 20px;
right: 20px;
background-color: #3498db;
color: white;
padding: 12px 24px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
box-shadow: 0 2px 10px rgba(0,0,0,0.2);
transition: background-color 0.3s;
}
.download-btn:hover {
background-color: #2980b9;
}
@media print {
body {
background: white;
padding: 0;
}
.container {
box-shadow: none;
padding: 20px;
}
.download-btn {
display: none;
}
}
@media (max-width: 768px) {
.container {
padding: 20px;
}
.header h1 {
font-size: 24px;
}
.contact {
flex-direction: column;
align-items: center;
}
.skills-grid {
grid-template-columns: 1fr;
}
.download-btn {
position: static;
width: 100%;
margin-bottom: 20px;
}
}
</style>
</head>
<body>
<button class="download-btn" onclick="window.print()">Download PDF</button>
<div class="container">
<div class="header">
<h1>OBUMNEME ANIGBO MOSES</h1>
<!-- <div class="contact">
<span class="contact-item">📧 <a href="mailto:codeakstan@gmail.com">codeakstan@gmail.com</a></span>
<span class="contact-item">🌐 <a href="https://codeakstan.vercel.app" target="_blank">codeakstan.vercel.app</a></span>
<span class="contact-item">💻 <a href="https://github.com/codeAKstan" target="_blank">github.com/codeAKstan</a></span>
<span class="contact-item">💼 <a href="https://linkedin.com/in/codeAKstan" target="_blank">linkedin.com/in/codeAKstan</a></span>
</div> -->
</div>
<div class="section">
<h2 class="section-title">Summary</h2>
<p class="summary">
Passionate and results-driven developer with expertise in building scalable full-stack web applications, e-commerce platforms, and payment-integrated solutions. Proficient in Python, PHP, JavaScript, React, Django, Flask, Laravel, MySQL, and PostgreSQL. Experienced in implementing third-party integrations, payment gateways, and collaborating with cross-functional teams using Agile and Scrum methodologies via GitHub. Skilled in writing clean code and delivering high-quality solutions. Graduated October 2024 from the ALX Software Engineering Program with a specialization in Backend Development.
</p>
</div>
<div class="section">
<h2 class="section-title">Skills</h2>
<div class="skills-grid">
<div class="skill-item"><strong>Languages:</strong> Python, PHP, JavaScript, HTML, CSS, TypeScript</div>
<div class="skill-item"><strong>Frontend:</strong> React, Next.js, JavaScript ES6+</div>
<div class="skill-item"><strong>Backend:</strong> Django, Django REST Framework, Flask, Laravel</div>
<div class="skill-item"><strong>Databases:</strong> MySQL, PostgreSQL, MongoDB</div>
<div class="skill-item"><strong>Payment Gateways:</strong> Stripe, Paystack, PayPal</div>
<div class="skill-item"><strong>Tools & Methodologies:</strong> Git, GitHub, Docker, Agile, Scrum, VS Code</div>
<div class="skill-item"><strong>Integrations:</strong> Third-party APIs, Webhooks, Email Services</div>
<div class="skill-item"><strong>Soft Skills:</strong> Problem-solving, Communication, Team Collaboration, Project Management</div>
</div>
</div>
<div class="section">
<h2 class="section-title">Education</h2>
<div class="education-item">
<div class="degree">University of Nigeria, Nsukka</div>
<div>B.Sc. in Computer Science</div>
</div>
<div class="education-item" style="margin-top: 15px;">
<div class="degree">Certification</div>
<div>ALX Software Engineering Program (Backend Specialization) - Oct 2024</div>
</div>
</div>
<div class="section">
<h2 class="section-title">Experience</h2>
<div class="experience-item">
<div class="experience-header">
<div class="job-title">Full Stack Developer - Thynk Technology</div>
<div class="date">2023 - Present</div>
</div>
<ul>
<li>Developed and maintained 20+ web applications and e-commerce platforms using modern frameworks and technologies</li>
<li>Implemented payment gateway integrations (Stripe, Paystack) enabling secure transactions for e-commerce solutions</li>
<li>Integrated third-party APIs and webhooks for enhanced functionality and real-time data synchronization</li>
<li>Collaborated with cross-functional teams using Agile/Scrum methodologies to deliver scalable solutions</li>
<li>Designed efficient database architectures and RESTful APIs for seamless frontend-backend integration</li>
</ul>
</div>
<div class="experience-item">
<div class="experience-header">
<div class="job-title">Developer / Tutor - Nanocodes Programming Hub</div>
<div class="date">2024 - Present</div>
</div>
<ul>
<li>Mentored and trained aspiring developers in Python, Laravel, and web development fundamentals</li>
<li>Developed curriculum and hands-on projects covering full-stack development, e-commerce, and API integrations</li>
<li>Built educational web applications and tools to support learning objectives including payment processing examples</li>
</ul>
</div>
<div class="experience-item">
<div class="experience-header">
<div class="job-title">Full Stack Developer - ALX Program (Remote)</div>
<div class="date">Graduated October 2024</div>
</div>
<ul>
<li>Built 3+ full-stack projects using Flask and MySQL, implementing efficient database schemas and reducing query response time by 40%</li>
<li>Learned and applied software design patterns, version control with Git/GitHub, Agile methodologies, and deployment strategies</li>
<li>Collaborated with peers on team projects using GitHub, Scrum practices, and code reviews to ensure quality standards</li>
</ul>
</div>
<div class="experience-item">
<div class="experience-header">
<div class="job-title">Freelance Web Developer - Remote</div>
<div class="date">2022 - Present</div>
</div>
<ul>
<li>Built 20+ responsive web applications and e-commerce platforms using PHP, React, JavaScript, and MySQL</li>
<li>Implemented payment gateways and third-party integrations for client-specific requirements</li>
<li>Delivered tailored web solutions resulting in improved user experience and 95% client satisfaction rate</li>
<li>Managed full project lifecycle from requirements gathering to deployment, maintenance, and support</li>
</ul>
</div>
</div>
<div class="section">
<h2 class="section-title">Projects</h2>
<div class="project-item">
<div class="project-header">
<div class="project-title">Swivly</div>
<div class="tech-stack">Django, PostgreSQL, Next.js, Payment Integration</div>
</div>
<div class="project-description">Student platform for accommodation and classifieds with payment gateway integration for listings and transactions.</div>
<a href="https://github.com/codeAKstan/Swivly2" class="project-link" target="_blank">GitHub: github.com/codeAKstan/Swivly2</a>
</div>
<div class="project-item">
<div class="project-header">
<div class="project-title">Volt Workspace</div>
<div class="tech-stack">Django REST, PostgreSQL, Next.js, Stripe Integration</div>
</div>
<div class="project-description">E-commerce booking system with analytics dashboard, role-based access control, and Stripe payment processing for subscription management.</div>
<a href="https://github.com/codeAKstan/Volt" class="project-link" target="_blank">GitHub: github.com/codeAKstan/Volt</a>
</div>
<div class="project-item">
<div class="project-header">
<div class="project-title">Quiz-it</div>
<div class="tech-stack">PHP, MySQL, React, Payment Gateway</div>
</div>
<div class="project-description">Gamified quiz application with rewards system, real-time scoring, and payment gateway integration for premium features.</div>
<a href="https://github.com/codeAKstan/quiz_it-project" class="project-link" target="_blank">GitHub: github.com/codeAKstan/quiz_it-project</a>
</div>
<div class="project-item">
<div class="project-header">
<div class="project-title">DeFiPass</div>
<div class="tech-stack">Next.js 14, React, Solana, TypeScript, Third-party APIs</div>
</div>
<div class="project-description">Biometric DeFi wallet using Passkey & WebAuthn with third-party blockchain API integrations for secure transactions.</div>
<a href="https://github.com/codeAKstan/defipass" class="project-link" target="_blank">GitHub: github.com/codeAKstan/defipass</a>
</div>
</div>
<div class="section" style="border-top: 2px solid #e0e0e0; padding-top: 20px; margin-top: 30px;">
<h2 class="section-title">Contact Information</h2>
<div style="color: #555; line-height: 2;">
<div><strong>Phone:</strong> +234 913 743 2913</div>
<div><strong>Email:</strong> <a href="mailto:anigbomosesstan@gmail.com" style="color: #3498db; text-decoration: none;">anigbomosesstan@gmail.com</a></div>
<div><strong>Portfolio:</strong> <a href="https://codeakstan.vercel.app" target="_blank" style="color: #3498db; text-decoration: none;">codeakstan.vercel.app</a></div>
<div><strong>GitHub:</strong> <a href="https://github.com/codeAKstan" target="_blank" style="color: #3498db; text-decoration: none;">github.com/codeAKstan</a></div>
<div><strong>LinkedIn:</strong> <a href="https://linkedin.com/in/codeAKstan" target="_blank" style="color: #3498db; text-decoration: none;">linkedin.com/in/codeAKstan</a></div>
</div>
</div>
</div>
</body>
</html>