28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
---
|
|
layout: page
|
|
title: About
|
|
permalink: /about/
|
|
---
|
|
|
|
{% highlight bash %}
|
|
$ whoami
|
|
> Kameron Kenny
|
|
{% endhighlight %}
|
|
|
|
I am a proven asset with the ability to think outside the box, stay ahead of the cuve, and lead teams that will improve business process and functionality. I am very passionate for having high impact on more than people's career, but their lives as a whole. I deep dive into problems and challenge people and teams to use innovative thinking that not only solves the problem, but prevents future recursion. As a person with years of experience contributing to technical solutions and leading teams, my knowledge is in depth and covers a wide array of topics.
|
|
|
|
My current focus is leading a large distributed team on a journey into Infrastructure as Code. I can't wait to see the growth of those around me as we embark on this journey together.
|
|
|
|
## Favorite Books
|
|
{% for book in site.favorite_books %}
|
|
- _[{{ book.name }}]({{ book.url }})_
|
|
{% endfor %}
|
|
|
|
## Currently Reading
|
|
{% for book in site.currently_reading %}
|
|
- _[{{ book.name }}]({{ book.url }})_
|
|
{% endfor %}
|
|
|
|
#### Disclaimer
|
|
_I work for a large company. This site contains my thoughts and opinions, and doesn't necessarily reflect the company I work for._
|