-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (58 loc) · 3.96 KB
/
index.html
File metadata and controls
77 lines (58 loc) · 3.96 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Adam Karpowich</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Adam Karpowich</h1>
<h1>Resume & Portfolio</h1>
<p></p>
<p class="view"><a href="https://www.linkedin.com/in/karpowich">View My Linkedin Profile</a></p>
<p class="view"><a href="https://github.com/akarpz">View My GitHub Profile</a></p>
<p class="view"><a href="http://karpz.com/RESUME_S18.pdf" target="_blank">View My Resume</a></p>
<img src = "http://karpz.com/head.png"></img>
</header>
<section>
<h3>
<a class="anchor" href="#designer-templates" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>A Little About Me</h3>
<p>Software Engineer & Scrum Master for the Yodle Ads team. At Yodle, I'm contributing to a platform that helps small businesses find and build meaningful relationships with more of their target market. <br><br>
I currently support a platform of 18 REST microservices built with Java and Spring powering 16.8 million bid adjustments per day and $300MM in ad spend per year.<br><br>
The bulk of my experience is in leveraging a cutting edge CI/CD pipeline based on the Mesosphere to serve distributed, containerized microservices backed by MongoDB and Postgres while utilizing proprietary queuing libraries, and job, deployment, and testing frameworks for graceful scaling.<br><br>
I also have experience with test driven development methodologies and testing frameworks such as Mockito, Selenium, Enzyme, Jest and JUnit.<br><br>
I am a champion of agile/scrum in the organization, and work with product owners to ensure the engineers on my team enjoy a consistent mix of well defined product work and techdebt to push forward on.<br><br>
As a part of the Scrum Master role I own the team's processes; Including sprint planning, standup, grooming, retro, and the end of sprint demo to the engineering, product, and executive organizations.<br><br>
<h3>A Few Side Projects</h3>
<h4>In Progress</h4>
<a href="https://github.com/akarpz/template-service">A Java/Spring Boot/Postgres microservice container template</a><br></br>
<a href="https://github.com/akarpz/rumble-scraper">A script to scrape reservation data from a boxing class' website</a><br></br>
<h4>Previous</h4>
<a href="https://github.com/akarpz/hospitality-project">A webapp for community service hour tracking for UD's hospitality department</a><br></br>
<a href="https://github.com/akarpz/Text-Twist">A PHP based Text Twist game</a><br></br>
<a href="https://github.com/akarpz/Scrabble-bot">An algorithm for a Scrabble Bot</a><br></br>
<a href="https://github.com/akarpz/weak-login">A LAMP style secure login system</a><br></br>
<a href="https://github.com/akarpz/Set-Multiset-Map-MultiMap">12 different bottom up implementations of data structures in C++</a><br></br>
<a href="https://github.com/akarpz/gee-mail">A symmetric key based messenging sytem</a><br></br>
<a href="https://github.com/akarpz/markovian-tweets">A markovian string generator</a><br></br>
<a href="https://github.com/akarpz/minesweeper">A command line Minesweeper game</a><br></br>
<a href="https://github.com/akarpz/job-scheduler">A CPU job scheduler simulator</a><br></br>
<h3>Contact</h3>
<p>akarpowich94@gmail.com</p>
<p>(914)-815-6304</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages (it's cheaper than aws) — <a href="https://github.com/karpcode/karpcode.github.io">Repo for this page</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>