-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
577 lines (560 loc) · 34.2 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
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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
<!DOCTYPE html>
<html lang="en">
<head>
<title>Victor Abuke | Portfolio</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Victor Abuke | Portfolio">
<meta name="author" content="Victor Abuke">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet'
type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- FontAwesome JS -->
<script defer src="https://use.fontawesome.com/releases/v5.7.2/js/all.js"
integrity="sha384-0pzryjIRos8mFBWMzSSZApWtPl/5++eIfzYmTgBBmXYdhvxPc+XcFEk+zJwDgWbP"
crossorigin="anonymous"></script>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- github calendar css -->
<link rel="stylesheet" href="./assets/plugins/github-calender/dist/github-calendar.css">
<!-- github acitivity css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./assets/plugins/github-activity/github-activity.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<!-- ******HEADER****** -->
<header class="header">
<div class="container clearfix">
<img class="profile-image img-fluid float-left" src="assets/images/profile.jpg" alt="Victor Abuke"
style="width: 350px;" />
<div class="profile-content float-left">
<h1 class="name">Victor Abuke</h1>
<h2 class="desc" style="text-align: center;">Software Developer</h2>
<ul class="social list-inline" style="text-align: center;">
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/victor-abuke-5b28a4246/" target="_blank">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/Chronos91" target="_blank">
<i class="fab fa-github-alt"></i>
</a>
</li>
<li class="list-inline-item last-item">
<a href="#" target="_blank">
<i class="fab fa-globe"></i>
</a>
</li>
</ul>
</div>
<!--//profile-->
<a class="btn btn-cta-primary float-right" href="mailto:[email protected]" target="_blank">
<i class="fas fa-paper-plane"></i>
Contact Me
</a>
</div>
<!--//container-->
</header>
<!--//header-->
<div class="container sections-wrapper">
<div class="row">
<div class="primary col-lg-8 col-12">
<section class="about section">
<div class="section-inner">
<h2 class="heading">About Me</h2>
<div class="content">
<p>As a Python developer with a focus on backend systems, I love working with Django to
build scalable solutions. I’m always exploring the latest tech trends and ways to
improve my skills</p>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</section>
<!--//section-->
<section class="latest section">
<div class="section-inner">
<h2 class="heading">My Projects</h2>
<div class="content">
<div class="item row">
<a class="col-md-4 col-12" href="https://web-production-d8323.up.railway.app/#"
target="_blank">
<img class="img-fluid project-image" src="./assets/images/projects/socialbook.png"
alt="Social Media App" />
</a>
<div class="desc col-md-8 col-12">
<h3 class="title">
<a href="https://web-production-d8323.up.railway.app/#" target="_blank">Social
Media
App - Connect and Engage</a>
</h3>
<p class="mb-2">A platform enabling users to connect, share, and engage.
Features include real-time messaging, user profiles, and customizable feeds, all
built with Django and advanced database management.</p>
<p>
<a class="more-link" href="https://github.com/Chronos91/SocialMediaApp"
target="_blank">
<i class="fas fa-external-link-alt"></i> github repo
</a>
</p>
</div>
<!--//desc-->
</div>
<!--//item-->
<div class="item row">
<a class="col-md-4 col-12" href="https://web-production-06e6.up.railway.app/"
target="_blank">
<img class="img-fluid project-image" src="./assets/images/projects/netflix.png"
alt="Netflix Clone" />
</a>
<div class="desc col-md-8 col-12">
<h3 class="title">
<a href="https://web-production-06e6.up.railway.app/" target="_blank">Netflix
Clone -
Streamlined Entertainment</a>
</h3>
<p class="mb-2">A media streaming application that mimics the Netflix
experience. Includes features such as user authentication, content streaming,
and personalized recommendations, developed using Django and advanced front-end
technologies.</p>
<p>
<a class="more-link" href="https://github.com/Chronos91/netflixfy"
target="_blank">
<i class="fas fa-external-link-alt"></i> github repo
</a>
</p>
</div>
<!--//desc-->
</div>
<!--//item-->
<div class="item row">
<a class="col-md-4 col-12" href="https://github.com/Chronos91" target="_blank">
<img class="img-fluid project-image" src="./assets/images/projects/edutrack.png"
alt="EDUTRACK" />
</a>
<div class="desc col-md-8 col-12">
<h3 class="title">
<a href="https://github.com/Chronos91" target="_blank">EDUTRACK -
Comprehensive Learning Management</a>
</h3>
<p class="mb-2">A robust education platform designed for students to track their
learning goals, progress, and receive AI-driven feedback. Features include user
authentication, goal setting, and progress visualization, all implemented with
Django and advanced AI integration.</p>
<p>
<a class="more-link" href="https://github.com/Chronos91" target="_blank">
<i class="fas fa-external-link-alt"></i> Find out more
</a>
</p>
</div>
<!--//desc-->
</div>
<!--//item-->
<div class="item row">
<a class="col-md-4 col-12" href="https://github.com/Chronos91" target="_blank">
<img class="img-fluid project-image" src="./assets/images/projects/aiblog (1).png"
alt="AI Blog Generator" />
</a>
<div class="desc col-md-8 col-12">
<h3 class="title">
<a href="https://github.com/Chronos91" target="_blank">AI Blog
Generator - Automated Content Creation</a>
</h3>
<p class="mb-2">An intelligent blog generator that transforms YouTube video links
into insightful articles. Utilizes NLP algorithms and Django for seamless
content generation and user interaction.</p>
<p>
<a class="more-link" href="https://github.com/Chronos91" target="_blank">
<i class="fas fa-external-link-alt"></i> Find out more
</a>
</p>
</div>
<!--//desc-->
</div>
<!--//item-->
<div class="item row">
<a class="col-md-4 col-12" href="https://github.com/Chronos91" target="_blank">
<img class="img-fluid project-image" src="./assets/images/projects/weather.png"
alt="Weather App" />
</a>
<div class="desc col-md-8 col-12">
<h3 class="title">
<a href="https://github.com/Chronos91" target="_blank">Weather App -
Real-Time Forecasting</a>
</h3>
<p class="mb-2">A comprehensive weather forecasting app that provides real-time
weather updates and forecasts. Built using Python and Django, integrated with
the OpenWeatherMap API for accurate and timely data.</p>
<p>
<a class="more-link" href="https://github.com/Chronos91" target="_blank">
<i class="fas fa-external-link-alt"></i> Find out more
</a>
</p>
</div>
<!--//desc-->
</div>
<!--//item-->
</div>
<!--//content-->
</div>
<!--//section-inner-->
</section>
<!--//section-->
<!-- <section class="projects section">
<div class="section-inner">
<h2 class="heading">Other Projects</h2>
<div class="content">
<div class="item">
<h3 class="title"><a href="https://themes.3rdwavemedia.com/bootstrap-templates/resume/free-bootstrap4-resume-cv-template-for-developers-pillar/" target="_blank">Pillar - Free Bootstrap 4 Resume/CV Template for Developers</a> <span class="badge badge-theme">Free</span></h3>
<p class="summary">Provide a brief description of your project. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatu.</p>
<p><a class="more-link" href="https://themes.3rdwavemedia.com/bootstrap-templates/resume/free-bootstrap4-resume-cv-template-for-developers-pillar/" target="_blank"><i class="fas fa-external-link-alt"></i>Download Now</a></p>
</div>
<div class="item">
<h3 class="title"><a href="https://themes.3rdwavemedia.com/bootstrap-templates/speciality/devblog-free-bootstrap-4-blog-template-for-developers/" target="_blank">DevBlog - Free Bootstrap 4 Blog Template for Developers</a> <span class="badge badge-theme">Free</span></h3>
<p class="summary">Provide a brief description of your project. Maecenas ornare ultricies risus, in fermentum augue consectetur in. Vestibulum vitae mauris iaculis, sollicitudin velit in, molestie nulla. </p>
<p><a class="more-link" href="https://themes.3rdwavemedia.com/bootstrap-templates/speciality/devblog-free-bootstrap-4-blog-template-for-developers/" target="_blank"><i class="fas fa-external-link-alt"></i>Download Now</a></p>
</div>
<div class="item">
<h3 class="title"><a href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/nova-bootstrap-landing-page-template-for-mobile-apps/" target="_blank">Nova - Free App Landing Page Template for App Developers</a> <span class="badge badge-theme">Free</span></h3>
<p class="summary">Provide a brief description of your project. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In vel purus enim. Etiam tortor felis, fermentum ac ultrices sed.</p>
<p><a class="more-link" href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/nova-bootstrap-landing-page-template-for-mobile-apps/" target="_blank"><i class="fas fa-external-link-alt"></i>Download Now</a></p>
</div>
<a class="btn btn-cta-secondary" href="#">More on CoderWall <i class="fas fa-chevron-right"></i></a>
</div>
</div>
</section>
-->
<section class="experience section">
<div class="section-inner">
<h2 class="heading">Work Experience</h2>
<div class="content">
<div class="item">
<h3 class="title">
Backend Developer -
<span class="place"><a href="#">Jolly Tech</a></span>
<span class="year">(2023 - 2024)</span>
</h3>
<ul>
<li>Developed scalable backend systems using Python/Django and JavaScript to support high-performance applications</li>
<li>Managed frontend development using React for dynamic user interfaces, ensuring responsive designs and seamless user experience across devices</li>
<li>Led database design, optimization, and migration with PostgreSQL, reducing query execution time and ensuring efficient data handlin</li>
<li>Integrated third-party services and RESTful APIs with both frontend and backend systems, improving the application's functionality and performance</li>
<li>Enhanced overall system performance by optimizing queries, implementing caching strategies, and addressing bugs through regular troubleshooting and debugging</li>
</ul>
</div>
<div class="item">
<h3 class="title">
Backend Developer -
<span class="place"><a href="#">Freelance</a></span>
<span class="year">(2022)</span>
</h3>
<ul>
<li>Developed a high-traffic blogging system.</li>
<li>Built a newsletter system with advanced analytics.</li>
<li>Integrated a real-time chat system for improved customer support.</li>
</ul>
</div>
<div class="item">
<h3 class="title">
Backend Developer (Volunteer) -
<span class="place"><a href="https://learnblue.org">Learnblue</a></span>
<span class="year">(2020 - Present)</span>
</h3>
<ul>
<li>Enhanced API performance for an educational platform.</li>
<li>Improved site security and performance with regular updates.</li>
</ul>
</div>
</div>
</div>
</section>
<!--//section-->
<section class="github section">
<div class="section-inner">
<h2 class="heading">My GitHub</h2>
<p>My GitHub contribution graph calendar.
<div id="github-graph" class="github-graph"></div>
<!--//github-graph-->
<p>My GitHub activities.
<!--//Usage: https://caseyscarborough.com/projects/github-activity/ -->
<div id="ghfeed" class="ghfeed"></div>
<!--//ghfeed-->
</div>
<!--//secton-inner-->
</section>
<!--//section-->
</div>
<!--//primary-->
<div class="secondary col-lg-4 col-12">
<aside class="info aside section">
<div class="section-inner">
<h2 class="heading sr-only">Basic Information</h2>
<div class="content">
<ul class="list-unstyled">
<li>
<i class="fas fa-envelope"></i>
<span class="sr-only">Email:</span>
<a href="#">[email protected]</a>
</li>
<li>
<i class="fas fa-link"></i>
<span class="sr-only">Website:</span>
<a href="https://victor-abuke.vercel.app"
target="_blank">https://victor-abuke.vercel.app</a>
</li>
</ul>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//aside-->
<aside class="skills aside section">
<div class="section-inner">
<h2 class="heading">Skills</h2>
<div class="content">
<p class="intro">Here’s a look at my key backend development skills:</p>
<div class="skillset">
<div class="item">
<h3 class="level-title">
Python
<span class="level-label" data-toggle="tooltip" data-placement="left"
title="Expert in Python with extensive experience in backend development.">
<i class="fas fa-info-circle"></i>
Expert
</span>
</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="90%"></div>
</div>
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">
Django
<span class="level-label" data-toggle="tooltip" data-placement="left"
title="Proficient in Django for building robust web applications.">
<i class="fas fa-info-circle"></i>
Proficient
</span>
</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="85%"></div>
</div>
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">
RESTful APIs
<span class="level-label" data-toggle="tooltip" data-placement="left"
title="Skilled in designing and implementing RESTful APIs for seamless integration.">
<i class="fas fa-info-circle"></i>
Expert
</span>
</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="90%"></div>
</div>
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">
SQL & Databases
<span class="level-label" data-toggle="tooltip" data-placement="left"
title="Strong understanding of SQL and database design.">
<i class="fas fa-info-circle"></i>
Expert
</span>
</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="90%"></div>
</div>
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">
Docker
<span class="level-label" data-toggle="tooltip" data-placement="left"
title="Experienced in containerizing applications using Docker.">
<i class="fas fa-info-circle"></i>
Proficient
</span>
</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="75%"></div>
</div>
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">
Git & Version Control
<span class="level-label" data-toggle="tooltip" data-placement="left"
title="Proficient in using Git for version control and collaboration.">
<i class="fas fa-info-circle"></i>
Expert
</span>
</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="85%"></div>
</div>
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">
CI/CD Pipelines
<span class="level-label" data-toggle="tooltip" data-placement="left"
title="Experienced in setting up CI/CD pipelines for automated deployments.">
<i class="fas fa-info-circle"></i>
Proficient
</span>
</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="70%"></div>
</div>
</div>
<!--//item-->
</div>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
<aside class="testimonials aside section">
<div class="section-inner">
<h2 class="heading">Testimonials</h2>
<div class="content">
<div class="item">
<blockquote class="quote">
<p>
<i class="fas fa-quote-left"></i>
Victor is an excellent software engineer and he is passionate about what he
does. You can totally count on him to deliver your projects!
</p>
</blockquote>
<p class="source">
<span class="name">James Comey</span>
<br />
<span class="title">CEO Excellerate </span>
</p>
</div>
<!--//item-->
<!--<p><a class="more-link" href="#"><i class="fas fa-external-link-alt"></i>More on Linkedin</a></p> -->
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
<aside class="education aside section">
<div class="section-inner">
<h2 class="heading">Education</h2>
<div class="content">
<div class="item">
<h3 class="title">
<i class="fas fa-graduation-cap"></i>
BTech Engineering
</h3>
<h4 class="university">
Federal University of Technology <span class="year">(2017-2022)</span>
</h4>
</div>
<!--//item-->
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
<aside class="languages aside section">
<div class="section-inner">
<h2 class="heading">Languages</h2>
<div class="content">
<ul class="list-unstyled">
<li class="item">
<span class="title">
<strong>English:</strong>
</span>
<span class="level">
Fluent Speaker <br class="visible-xs" />
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</span>
</li>
<!--//item-->
<li class="item">
<span class="title">
<strong>Hausa:</strong>
</span>
<span class="level">
Fair Speaker <br class="visible-sm visible-xs" />
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half"></i>
</span>
</li>
<!--//item-->
</ul>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
<!--//section-->
<aside class="list conferences aside section">
<div class="section-inner">
<h2 class="heading">Conferences</h2>
<div class="content">
<ul class="list-unstyled">
<li>
<i class="far fa-calendar-alt"></i>
<a href="#" target="_blank">WWDC 2020</a>
(San Francisco)
</li>
<li>
<i class="far fa-calendar-alt"></i>
<a href="#">Hive</a>
(Seattle)
</li>
</ul>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
</div>
<!--//secondary-->
</div>
<!--//row-->
</div>
<!--//masonry-->
<!-- ******FOOTER****** -->
<footer class="footer">
</footer>
<!--//footer-->
<!-- Javascript -->
<script type="text/javascript" src="./assets/plugins/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="./assets/plugins/popper.min.js"></script>
<script type="text/javascript" src="./assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="./assets/plugins/jquery-rss/dist/jquery.rss.min.js"></script>
<!-- github calendar plugin -->
<script type="text/javascript" src="./assets/plugins/github-calender/dist/github-calendar.min.js"></script>
<!-- github activity plugin -->
<script type="text/javascript" src="./assets/plugins/mustache.min.js"></script>
<script type="text/javascript" src="./assets/plugins/github-activity/github-activity.js"></script>
<!-- custom js -->
<script type="text/javascript" src="./assets/js/main.js"></script>
</body>
</html>