-
Notifications
You must be signed in to change notification settings - Fork 2
/
full-stack.html
executable file
·88 lines (88 loc) · 5.02 KB
/
full-stack.html
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
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<title>
Connor Peshek - Full-stack Developer
</title>
<link rel="stylesheet" type="text/css" href="./index.css">
</head>
<body>
<header>
<span>Connor Peshek</span> <span>Full-stack Developer</span>
</header>
<address>
<div>New Orleans, Louisiana - (586) 925-1341 - [email protected]</div>
<div>
<a href="https://blog.connorpeshek.me"><strong><i>Blog</i></strong></a>
<a href="https://github.com/Conzorkingkong"><strong><i>Github</i></strong></a>
<a href="https://gitlab.com/users/Conzorkingkong/projects"><strong><i>Gitlab</i></strong></a>
</div>
</address>
<p class="description">
Full-stack Developer looking to collaborate with creative, enjoyable people.
</p>
<h2>Work</h2>
<section class="highlighted-work">
<h3>
Cloudflare - Javascript Developer Evangelist <span class="detail">November 2017 - June 2021</span>
</h3>
<p>
Cloudflare is a global CDN and DDoS mitigation network. My job was to <strong>Write Automation Code</strong> for developer programs,
<strong>Program Technical Demos</strong> and write tutorials around them, <strong>Build Documentation Websites</strong> in
<strong>Hugo and GatsbyJS</strong>, <strong>Build Marketing Websites</strong>, and <strong>Update React Components</strong>.
My work helped us <strong>Automate Developer Programs</strong> that onboarded <strong>Thousands of Accounts</strong> and
<strong>Saved Hundreds of Man Hours</strong>, made it possible for <strong>Tens of Thousands of New Customers</strong> to be able to use new products at launch,
and promoted new posts to <strong>Over 28k People Monthly</strong>.
</p>
<h3>
Kroger Technology - Full-stack Developer <span class="detail">April 2017 - November 2017</span>
</h3>
<p>
Kroger Technology is Kroger's technical division, a massive grocery store chain in America.
My job was to build custom <strong>React/Redux</strong> Components, <strong>CI/CD Pipelines</strong>, and <strong>Automated Testing</strong>
for Kroger's web-based e-commerce app and improve Microsites for child companies of Kroger. I launched and upgraded
department pages that improved online shopping for over <strong>11 Million Daily Visitors</strong>.
</p>
<h3>
Eager.io (now Cloudflare Apps) - Front-end Intern <span class="detail">March 2016 - June 2016</span>
</h3>
<p>
Eager.io was a platform that allowed developers to create a single
<strong>HTML/CSS/JS library/application</strong> and publish to <strong>WordPress</strong>, <strong>Drupal</strong>, and
<strong>Joomla</strong>. My job was to <strong>Build Front-end Apps</strong>, <strong>Test Across Multiple Browsers</strong>,
incorporate feedback and deliver high-quality tools. Many apps I built now run on <strong>Tens of Thousands of Websites</strong> and were built using
<strong>Babel</strong> and <strong>Node.js</strong>.
</p>
</section>
<h2>Projects</h2>
<section class="projects">
<div class="project">
<h4>Conazon</h4>
<p>— An <strong>E-Commerce Store from Scratch</strong> I built using <strong>GoLang</strong> and <strong>ReactJS</strong>.
It features a <strong>Microservice Architecture</strong> with <strong>CI/CD pipelines</strong>, <strong>Home-grown Authentication system</strong>,
and <strong>NGINX</strong> as an <strong>API Gateway</strong>.
<br><i>Currently only runs in localhost</i>
<a href="https://github.com/ConzorKingKong/conazon"><strong><i>Code</i></strong></a>
</p>
</div>
<div class="project">
<h4>Alarm Clock</h4>
<p>— An Alarm Clock application that allows people to sign up and save alarm times. I developed it
using <strong>Go</strong> and <strong>React</strong>, and built a <strong>CI/CD</strong> pipeline on Gitlab for it using
<strong>Docker</strong></strong>.
<br><a href="https://clock.connorpeshek.me/"><strong><i>Link</i></strong></a>
<a href="https://gitlab.com/Conzorkingkong/clock-backend"><strong><i>Back-end Code</i></strong></a>
<a href="https://gitlab.com/Conzorkingkong/clock"><strong><i>Front-end Code</i></strong></a>
<a href="https://github.com/ConzorKingKong/clock-NERD"><strong><i>NERD/MERN Stack Rebuild</i></strong></a>
</p>
</div>
<div class="project">
<h4>Twitter Clone</h4>
<p>— A <strong>Twitter clone</strong> written in <strong>NextJS</strong>. Uses <strong>TailwindCSS</strong>, <strong>MySQL</strong>, and <strong>ReactJS</strong>.
<br><a href="https://tweeter-six-gray.vercel.app/"><strong><i>Link</i></strong></a> <i>(This project takes a minute to load data on first visit due to free hosting/cold start times)</i>
<a href="https://github.com/ConzorKingKong/tweeter"><strong><i>Code</i></strong></a>
</p>
</div>
</section>
</body>
</html>