Experience Array Data Added
This commit is contained in:
@@ -2,12 +2,74 @@
|
|||||||
|
|
||||||
namespace App\Controllers;
|
namespace App\Controllers;
|
||||||
|
|
||||||
use App\Controllers\BaseController;
|
|
||||||
|
|
||||||
class About extends BaseController
|
class About extends BaseController
|
||||||
{
|
{
|
||||||
public function index() : string
|
public function index(): string
|
||||||
{
|
{
|
||||||
return view('about');
|
$expData = [];
|
||||||
|
$content = [
|
||||||
|
[
|
||||||
|
"title" => "Senior Software Engineer",
|
||||||
|
"company" => "MyFit.ai",
|
||||||
|
"duration" => "2023-Present",
|
||||||
|
"description" => "Designed and implemented initial System Architecture – API Gateway, Backend Microservices, Databases,
|
||||||
|
Infrastructure, following TOGAF ADM principles.
|
||||||
|
Led Architecture Change Management and Product design activities to align with business objectives.
|
||||||
|
Initial Development planning - Ubuntu server setup, web server configuration, and containerization
|
||||||
|
(Docker) for efficient deployment.
|
||||||
|
Developed demonstration and proof-of-concept solutions mapping out implementation roadmaps.
|
||||||
|
Hybrid App development collaboration with product team and iOS & Android store deployment.
|
||||||
|
Developed scalable web applications using PHP, React.js, and Node.js to adhere to design specifications.
|
||||||
|
Designed and developed new custom components to meet project requirements.
|
||||||
|
Led backend development for AI-driven health tracking, handling user health data, scheduling, and task
|
||||||
|
management with Laravel.
|
||||||
|
Developed customer-facing applications using Next.js, React, and TypeScript, ensuring seamless user
|
||||||
|
experience.
|
||||||
|
Defined microservices consumption strategies using RESTful APIs and caching mechanisms for optimal
|
||||||
|
performance.
|
||||||
|
Worked within a cross-functional, scrum-based team focused on agile and continuous software delivery.
|
||||||
|
Delivered customer-centric solutions through collaborative product development."
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"title" => "PHP Developer",
|
||||||
|
"company" => "Intralot",
|
||||||
|
"duration" => "2021-2023",
|
||||||
|
"description" => "Developed and maintained complex PHP-based web applications for INTRALOT's digital platform for lottery gaming operations,
|
||||||
|
contributing to a 15% increase in website performance and a 20% reduction in load times,
|
||||||
|
resulting in an improved user experience for millions of lottery players.
|
||||||
|
Collaborated with a cross-functional team to deliver and implement software applications,
|
||||||
|
specialized utility programs."
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"title" => "Software Engineer",
|
||||||
|
"company" => "Float Mobility",
|
||||||
|
"duration" => "2019-2021",
|
||||||
|
"description" => "Migrated the legacy platform to containers and implemented Kubernetes improving scalability and
|
||||||
|
maintainability by 40%.
|
||||||
|
Enhanced REST API performance by adding Redux caching, resulting in a 20% increase in page speed.
|
||||||
|
Implemented real-time and high throughput systems using Apache Kafka, contributing to a 30% increase
|
||||||
|
in data processing and ensuring reliable event-driven architecture.
|
||||||
|
Mastered CI/CD for mobile apps and leveraged Smartphone Test Farm (STF) for device management and
|
||||||
|
testing, reducing manual testing efforts by 50%.
|
||||||
|
Applied Test-Driven Development using PHPUnit, leading to a 25% reduction in post-release bugs by
|
||||||
|
writing tests before implementing functionality.
|
||||||
|
Designed and optimized scalable microservice solutions using GCP/AWS, ensuring cost efficiency and
|
||||||
|
business alignment."
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"title" => "Software Engineer",
|
||||||
|
"company" => "ChiefSoft Works",
|
||||||
|
"duration" => "2016-2021",
|
||||||
|
"description" => "Utilized Entity Framework to successfully implement robust and efficient web service APIs,
|
||||||
|
ensuring seamless integration and optimal performance within the system infrastructure.
|
||||||
|
Provided technical oversight to previously developed and approved architectural solutions;
|
||||||
|
drove innovation, developed, and reviewed the program and project-level architectures."
|
||||||
|
]
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
|
$expData['content'] = $content;
|
||||||
|
|
||||||
|
return view('about', $expData);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+24
-12
@@ -130,11 +130,9 @@
|
|||||||
<a href="<?= $_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['HTTP_HOST'] . '/about'; ?>" class="py-15 pr-60">About Me</a>
|
<a href="<?= $_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['HTTP_HOST'] . '/about'; ?>" class="py-15 pr-60">About Me</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#solutions" class="py-15 pr-60">
|
<a href="https://blog.tokslaw.com" class="py-15 pr-60">
|
||||||
Solutions
|
Blog
|
||||||
<span class="link-icon inline-flex hide-if-empty right-icon">
|
|
||||||
<i class="lqd-icn-ess icon-ion-ios-arrow-down"></i>
|
|
||||||
</span>
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@@ -231,11 +229,8 @@
|
|||||||
<a href="./page-start-hub-8-projects.html" class="py-15 pr-60">For Business</a>
|
<a href="./page-start-hub-8-projects.html" class="py-15 pr-60">For Business</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#solutions" class="py-15 pr-60">
|
<a href="https://blog.tokslaw.com" class="py-15 pr-60">
|
||||||
Solutions
|
Blog
|
||||||
<span class="link-icon inline-flex hide-if-empty right-icon">
|
|
||||||
<i class="lqd-icn-ess icon-ion-ios-arrow-down"></i>
|
|
||||||
</span>
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@@ -255,7 +250,7 @@
|
|||||||
<section id="about" class="active">
|
<section id="about" class="active">
|
||||||
<div class="container page-title text-center">
|
<div class="container page-title text-center">
|
||||||
<h2 class="text-center">about <span>me</span></h2>
|
<h2 class="text-center">about <span>me</span></h2>
|
||||||
<span class="title-head-subtitle">I develop, design and code solutions, and I love what I do.</span>
|
<h5><span class="title-head-subtitle">I develop, design and code solutions, and I love what I do.</span></h5>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container infos">
|
<div class="container infos">
|
||||||
@@ -291,7 +286,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 resume-btn-container">
|
<div class="col-12 resume-btn-container">
|
||||||
<a href="public/assets/images/Tokunbo_Lawal_Resume.pdf" class="btn btn-resume">
|
<a href="./assets/images/Tokunbo_Lawal_Resume.pdf" class="btn btn-resume">
|
||||||
<span><i class="fa fa-download"></i> Download My Resume</span>
|
<span><i class="fa fa-download"></i> Download My Resume</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -302,6 +297,23 @@
|
|||||||
<div class="container col-12 mx-auto text-center">
|
<div class="container col-12 mx-auto text-center">
|
||||||
<hr class="about-section">
|
<hr class="about-section">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<h5 class="text-center"><span>Experience</span></h5>
|
||||||
|
|
||||||
|
<?php if (! empty($content)) { ?>
|
||||||
|
<?php foreach($content as $item) { ?>
|
||||||
|
<div><ul><li><?php echo $item ['title']; ?></li></ul></div>
|
||||||
|
<div><ul> <li><?php echo $item ['company']; ?></li></ul></div>
|
||||||
|
<div><ul><li><?php echo $item ['duration']; ?></li></ul></div>
|
||||||
|
<div><ul><li><?php echo $item ['description']; ?></li></ul></div>
|
||||||
|
<?php
|
||||||
|
} ?>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -134,12 +134,7 @@
|
|||||||
<a href="/" class="py-15 pr-60">Home</a>
|
<a href="/" class="py-15 pr-60">Home</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./page-start-hub-8-services.html" class="py-15 pr-60">
|
<a href="<?= $_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['HTTP_HOST'] . '/services'; ?>">Services</a>
|
||||||
Services
|
|
||||||
<span class="link-icon inline-flex hide-if-empty right-icon">
|
|
||||||
<i class="lqd-icn-ess icon-ion-ios-arrow-down"></i>
|
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./index-start-hub-8.html#solutions" class="py-15 pr-60">
|
<a href="./index-start-hub-8.html#solutions" class="py-15 pr-60">
|
||||||
|
|||||||
Reference in New Issue
Block a user