forked from le4ker/personal-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·42 lines (33 loc) · 1.88 KB
/
Copy pathabout.html
File metadata and controls
executable file
·42 lines (33 loc) · 1.88 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
---
layout: null
section-type: about
title: About
---
## About
<div class="col-lg-12">
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="img/homer-charlie.png" alt="brain" height="600px" width="350px"/>
</a>
<div class="media-body">
<h4 class="media-heading">Software Architect providing architectural vision and decision making in the application development life cycle.</h4>
<div class="col-lg-12 col-lg-offset-1">
<ul class="fa-ul">
<li class="text-left"><i class="fa-li fa fa-rocket"></i>JEE expert and technical lead</li>
<li class="text-left"><i class="fa-li fa fa-rocket"></i>Application architect</li>
<li class="text-left"><i class="fa-li fa fa-rocket"></i>Expert troubleshooter</li>
<li class="text-left"><i class="fa-li fa fa-rocket"></i>Build and deployment automation architect</li>
<li class="text-left"><i class="fa-li fa fa-rocket"></i>Performance tester</li>
<li class="text-left"><i class="fa-li fa fa-rocket"></i>Open source evangelist</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-12">
<br />
</div>
### *I love writing code and I love solving problems!!*
Taking an idea and turning it into a concrete functioning piece of software is fun. Refactoring buggy code (even if sometimes it's mine) and making it performant are pretty cool tools to have in your belt.
### *A rising tide lifts all boats*
I've always considered myself a *lifelong student*. Listening to the ideas of others and those who *think differently* than me has helped me grow. I also think being able to teach concepts is important. Whether it's *professor mode* or *teach by example*, helping others grow is just good karma.