Skip to content

Commit

Permalink
Update projects
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekoscinski committed May 22, 2024
1 parent 8d0fcaf commit f403bf4
Showing 1 changed file with 54 additions and 13 deletions.
67 changes: 54 additions & 13 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,51 @@ <h1>Mike Koscinski</h1>
</div>
<div class="content-projects">
<div class="projects">
<div class="project-entry">
<h2 class="project-entry-title">Eternity</h2>
<span class="project-entry-commissioner"></span>
<span class="project-entry-date">Jan. 2024-Present</span>
<div class="project-entry-technologies">
<span class="chiclet">TypeScript</span>
<span class="chiclet">React</span>
<span class="chiclet">Node.js</span>
<span class="chiclet">Express.js</span>
<span class="chiclet">PostgreSQL</span>
<span class="chiclet">Digital Ocean</span>
</div>
<span class="project-entry-preview"
>We make it easy to create historical timelines.</span
>
<div class="project-entry-actions">
<!-- <span><i>No public-facing work</i></span> -->
<a href="https://witheternity.com/" target="_blank"
>Use the Product</a
>
</div>
</div>

<div class="project-entry">
<h2 class="project-entry-title">Global Product Review System</h2>
<span class="project-entry-commissioner">Yogi</span>
<span class="project-entry-date">Jul. 2023-Present</span>
<div class="project-entry-technologies">
<span class="chiclet">TypeScript</span>
<span class="chiclet">Node.js</span>
<span class="chiclet">AWS</span>
<span class="chiclet">PostgreSQL</span>
<span class="chiclet">Apify</span>
<span class="chiclet">Playwright</span>
</div>
<span class="project-entry-preview"
>We make 50 million requests per month so that the world's best
brands know what their customers think of their products,
worldwide.</span
>
<div class="project-entry-actions">
<!-- <span><i>No public-facing work</i></span> -->
</div>
</div>

<div class="project-entry">
<h2 class="project-entry-title">Member Portal</h2>
<span class="project-entry-commissioner">Flume Health</span>
Expand All @@ -83,7 +128,7 @@ <h2 class="project-entry-title">Member Portal</h2>
file claims and check deductibles.</span
>
<div class="project-entry-actions">
<span><i>No public-facing work</i></span>
<!-- <span><i>No public-facing work</i></span> -->
</div>
</div>

Expand All @@ -101,11 +146,11 @@ <h2 class="project-entry-title">Conduit Design System</h2>
<span class="chiclet">Storybook</span>
</div>
<span class="project-entry-preview"
>A reusable library of TypeScript/React components. Published as a
private NPM package. Hosted and documented with Storybook.</span
>TypeScript/React component library that powered all Flume member
experiences.</span
>
<div class="project-entry-actions">
<span><i>No public-facing work</i></span>
<!-- <span><i>No public-facing work</i></span> -->
</div>
</div>

Expand All @@ -118,11 +163,11 @@ <h2 class="project-entry-title">Composable Form</h2>
<span class="chiclet">React</span>
</div>
<span class="project-entry-preview"
>A wrapper library for React Hook Form that makes it easy to create
complex, conditional forms from simple JSON recipes.</span
>TypeScript library that makes it easy to create complex,
conditional forms from simple JSON recipes.</span
>
<div class="project-entry-actions">
<span><i>No public-facing work</i></span>
<!-- <span><i>No public-facing work</i></span> -->
</div>
</div>

Expand Down Expand Up @@ -161,9 +206,8 @@ <h2 class="project-entry-title">Shopify SDK</h2>
<span class="chiclet">Google Optimize</span>
</div>
<span class="project-entry-preview"
>An SDK that enables Shopify retailers to sell extended warranties.
Generated millions of daily impressions and millions in annual
revenue.</span
>An SDK that lets Shopify stores sell warranties. Generated millions
in revenue and millions of daily impressions.</span
>
<div class="project-entry-actions">
<a
Expand All @@ -181,7 +225,6 @@ <h2 class="project-entry-title">Shopify SDK</h2>

<div class="project-entry">
<h2 class="project-entry-title">Pokedex</h2>
<span>Personal</span>
<span class="project-entry-date">Feb. 2021</span>
<div class="project-entry-technologies">
<span class="chiclet">JavaScript</span>
Expand All @@ -204,7 +247,6 @@ <h2 class="project-entry-title">Pokedex</h2>

<div class="project-entry">
<h2 class="project-entry-title">Yardsale Sports</h2>
<span>Personal</span>
<span class="project-entry-date">Sep.-Oct. 2020</span>
<div class="project-entry-technologies">
<span class="chiclet">JavaScript</span>
Expand All @@ -227,7 +269,6 @@ <h2 class="project-entry-title">Yardsale Sports</h2>

<div class="project-entry">
<h2 class="project-entry-title">Pokecycle Game</h2>
<span>Personal</span>
<span class="project-entry-date">Jun.-Jul. 2020</span>
<div class="project-entry-technologies">
<span class="chiclet">JavaScript</span>
Expand Down

0 comments on commit f403bf4

Please sign in to comment.