master
Basit Ali 2020-07-28 10:08:00 +05:00
parent 7f60b334cb
commit ffb056c31c
2 changed files with 38 additions and 7 deletions

View File

@ -77,7 +77,7 @@
<ion-icon name="person"></ion-icon>
<h2>Career Profile</h2>
</div>
<p class="main-desc">I'm passionate about programming for its thrill of problem solving and to create something new and future proof. I love exploring and learning new technologies, frameworks and programming languages. Writing easy to read code, keeping it simple, and using best coding and architectural practices are my priorities when programming.
<p class="main-desc">I'm passionate about programming for its thrill of problem solving and to create something new and future proof. I love exploring and learning new technologies, frameworks and programming languages. Writing efficient & low latency code, keeping it simple, and using best coding and architectural practices are my priorities when programming.
</p>
<div class="main-heading">
@ -92,10 +92,10 @@
<p class="exp-place">Oraan, Karachi</p>
<p class="exp-desc">Oraan is a fin-tech startup that is bridging the gap between conventional saving mechanisms and financial
technology to provide simpler financial access and money-management tools.<br>
My role at Oraan is to gather business requirements and design workflows and architecture and implement them
on backend using following technologies:</p>
My role at Oraan is to work on Software Architecture and implement it on backend using following technologies:</p>
<ul class="exp-items">
<li>Spring Boot</li>
<li>Web Services (REST, JAX-WS, SOAP)</li>
<li>PostgreSQL</li>
<li>Hibernate</li>
<li>Keycloak</li>
@ -124,8 +124,8 @@
</ul>
<div class="exp-head clearfix">
<p class="exp-title">Incubatee</p>
<p class="exp-duration">June 2015 - Dec 2015</p>
<p class="exp-title">Founding CTO</p>
<p class="exp-duration">June 2015 - April 2016</p>
</div>
<p class="exp-place">Nest I/O, Karachi</p>
<p class="exp-desc">Incubated at Nest I/O for IOTechnica, a startup on IoT and home automation co-founded by me.</p>
@ -183,6 +183,38 @@
<div class="skill-fg" style="width: 90%;"></div>
</div>
</div>
<div class="skill-container">
<div class="col span-1-of-3 skill-title">
Microservices
</div>
<div class="col span-2-of-3 skill-bg">
<div class="skill-fg" style="width: 80%;"></div>
</div>
</div>
<div class="skill-container">
<div class="col span-1-of-3 skill-title">
Kubernetes (K8s)
</div>
<div class="col span-2-of-3 skill-bg">
<div class="skill-fg" style="width: 85%;"></div>
</div>
</div>
<div class="skill-container">
<div class="col span-1-of-3 skill-title">
Apache Kafka
</div>
<div class="col span-2-of-3 skill-bg">
<div class="skill-fg" style="width: 80%;"></div>
</div>
</div>
<div class="skill-container">
<div class="col span-1-of-3 skill-title">
Distributed Systems
</div>
<div class="col span-2-of-3 skill-bg">
<div class="skill-fg" style="width: 80%;"></div>
</div>
</div>
<div class="skill-container">
<div class="col span-1-of-3 skill-title">
Android

View File

@ -70,7 +70,6 @@ h2 {
.personal-header p {
font-size: 80%;
font-weight: 100;
color: rgba(255, 255, 255, 0.8);
margin: 5px auto;
text-align: center;