Intro
I'm Kevin Wendowski Sr., I work in the IT industry and am always looking for new things to get into. I hope to build some small projects and post them on here in my free time when I get some.
Web Developer · IT Project Leader · IT Solutions
I'm Kevin Wendowski Sr., I work in the IT industry and am always looking for new things to get into. I hope to build some small projects and post them on here in my free time when I get some.
I have worked in the IT business for over 10 years now, starting with desktop support, then with web development, to now working with high availability systems and implementing software solutions with DevOps as a priority.
I share a large amount of responsibilities at my current employer. One of the main responsibilities I hold currently is to design, build, and maintain an API infrastructure to support our companies mobile app while being cost effective.
I graduated from Temple University in 2010 with a bacholers in Information, Science, and Techology, and have been working at my current employer since 2012 in various positions. I love working with and developing new techonlogies that help people with their everyday lives.
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }
. Finally, this is a link.
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';