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> <ion-icon name="person"></ion-icon>
<h2>Career Profile</h2> <h2>Career Profile</h2>
</div> </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> </p>
<div class="main-heading"> <div class="main-heading">
@ -92,10 +92,10 @@
<p class="exp-place">Oraan, Karachi</p> <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 <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> 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 My role at Oraan is to work on Software Architecture and implement it on backend using following technologies:</p>
on backend using following technologies:</p>
<ul class="exp-items"> <ul class="exp-items">
<li>Spring Boot</li> <li>Spring Boot</li>
<li>Web Services (REST, JAX-WS, SOAP)</li>
<li>PostgreSQL</li> <li>PostgreSQL</li>
<li>Hibernate</li> <li>Hibernate</li>
<li>Keycloak</li> <li>Keycloak</li>
@ -124,8 +124,8 @@
</ul> </ul>
<div class="exp-head clearfix"> <div class="exp-head clearfix">
<p class="exp-title">Incubatee</p> <p class="exp-title">Founding CTO</p>
<p class="exp-duration">June 2015 - Dec 2015</p> <p class="exp-duration">June 2015 - April 2016</p>
</div> </div>
<p class="exp-place">Nest I/O, Karachi</p> <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> <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 class="skill-fg" style="width: 90%;"></div>
</div> </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="skill-container">
<div class="col span-1-of-3 skill-title"> <div class="col span-1-of-3 skill-title">
Android Android

View File

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