2024-11-12 17:18:40 +00:00
|
|
|
<!doctype html>
|
2024-03-22 12:20:10 +00:00
|
|
|
<html lang="en">
|
2024-03-22 13:04:31 +00:00
|
|
|
|
2024-11-12 18:38:43 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
|
|
<title>Andrzej Stepien : Coder for Hire</title>
|
2024-11-12 19:46:26 +00:00
|
|
|
<link rel="stylesheet" href="css/defaults.css?v=3" />
|
|
|
|
<link rel="stylesheet" href="css/styles.css?v=3" />
|
2024-11-12 22:22:52 +00:00
|
|
|
|
|
|
|
<!-- Twitter card meta -->
|
|
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
|
|
<meta name="twitter:title" content="Andrzej Stepien - Coder for Hire" />
|
|
|
|
<meta name="twitter:description"
|
|
|
|
content="My name is Andrzej. I am an experienced fullstack web developer from England, currently residing in Spain." />
|
2024-11-12 22:56:17 +00:00
|
|
|
<meta name="twitter:image" content="https://demos.ajstepien.xyz/images/cv.png" />
|
2024-11-12 22:22:52 +00:00
|
|
|
|
2024-11-12 22:27:10 +00:00
|
|
|
<!-- Open graph meta -->
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:title" content="Andrzej Stepien - Coder for Hire" />
|
|
|
|
<meta property="og:description"
|
|
|
|
content="My name is Andrzej. I am an experienced fullstack web developer from England, currently residing in Spain." />
|
|
|
|
<meta property="og:url" content="https://demos.ajstepien.xyz" />
|
2024-11-12 22:56:17 +00:00
|
|
|
<meta property="og:image" content="https://demos.ajstepien.xyz/images/cv.png" />
|
2024-11-12 22:22:52 +00:00
|
|
|
|
2024-11-12 18:38:43 +00:00
|
|
|
</head>
|
2024-04-24 14:24:08 +00:00
|
|
|
|
2024-11-12 18:38:43 +00:00
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<h1>Andrzej Stepien: Coder for Hire</h1>
|
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
<section>
|
|
|
|
<div class="container">
|
|
|
|
<h3>Allow me to introduce myself...</h3>
|
|
|
|
<img src="images/cv.png" class="image" alt="A photo of myself, smiling to camera." />
|
|
|
|
|
|
|
|
<div id="intro">
|
|
|
|
<p>
|
2024-11-12 22:22:52 +00:00
|
|
|
My name is Andrzej. I am an experienced fullstack web developer from England, currently residing in Spain.
|
2024-11-12 18:38:43 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
If you are reading this, you most likely followed a link here from
|
|
|
|
my CV. I thought this page would be the best way to demonstrate
|
|
|
|
what I'm capable of.
|
|
|
|
</p>
|
2024-11-12 17:18:40 +00:00
|
|
|
</div>
|
2024-11-12 18:38:43 +00:00
|
|
|
</div>
|
|
|
|
<div class="container">
|
|
|
|
<h1 id="this-website">This website...</h1>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<b>… is hosted on bespoke hardware.</b> A mini-pc in my living
|
|
|
|
room, to be precise!
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<b>… is served by a custom-coded http server written in Java.</b>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<b>… has self-managed security certificates, scoring an 'A' grade
|
|
|
|
on
|
|
|
|
<a href="https://www.ssllabs.com/ssltest/analyze.html?d=sonarrr.ajstepien.xyz">sslabs.com</a>.</b>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<b>… is fully compliant with
|
|
|
|
<a href="https://www.w3.org/WAI/standards-guidelines/wcag/">Web Content Accessibility Guidelines</a>.</b>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<b>… is styled with careful consideration for Responsive Web
|
|
|
|
Design principles.</b>
|
|
|
|
</li>
|
|
|
|
<li><b>… follows system light/dark theming.</b></li>
|
|
|
|
<li>
|
|
|
|
<b>… hosts a collection of projects demonstrating my proficiency
|
|
|
|
in both frontend and backend development</b>
|
|
|
|
including projects written in CSS, Html, Javascript, React,
|
|
|
|
Nextjs, Nodejs, Sql, Lua, Golang, Java and Bash.
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<b>… is deployed via a self-hosted Jenkins CI/CD system.</b>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<b>… is fully source-available</b> on
|
|
|
|
<a href="https://projects.ajstepien.xyz/Resume">my self-hosted git server.</a>
|
|
|
|
</li>
|
|
|
|
<li><b>… was lovingly hand-coded by myself.</b></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<h1>Professional highlights</h1>
|
|
|
|
<section id="professional-highlights">
|
|
|
|
<div class="container">
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
I designed and implemented an order system for the English company
|
|
|
|
Woodmech Ltd. lowering administration costs by 25%.
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
I built a website for the English social enterprise company
|
|
|
|
Excluded Ltd, gaining them thousands of daily impressions, and
|
|
|
|
significant growth in their customer base.
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
I administered the website and educational platform of The Adrian
|
|
|
|
Hawley School of English.
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
I offer a multi-user file synchronization service for several
|
|
|
|
clients, significantly lowering expenditure in the face of
|
|
|
|
ever-increasing cloud bills.
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<h1>Certifications</h1>
|
|
|
|
<section>
|
|
|
|
<div class="container">
|
|
|
|
<figure>
|
|
|
|
<figcaption>Freecodecamp certificates</figcaption>
|
|
|
|
<ul class="link-list">
|
2024-11-12 17:18:40 +00:00
|
|
|
<li>
|
2024-11-12 18:38:43 +00:00
|
|
|
<a
|
|
|
|
href="https://www.freecodecamp.org/certification/fcc60e22726-0a94-4738-8702-3e216d14fdb2/front-end-development-libraries">Front
|
|
|
|
End Development Libraries</a>
|
2024-11-12 17:18:40 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2024-11-12 18:38:43 +00:00
|
|
|
<a
|
|
|
|
href="https://www.freecodecamp.org/certification/fcc60e22726-0a94-4738-8702-3e216d14fdb2/responsive-web-design">Responsive
|
|
|
|
Web Design</a>
|
2024-11-12 17:18:40 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2024-11-12 18:38:43 +00:00
|
|
|
<a
|
|
|
|
href="https://www.freecodecamp.org/certification/fcc60e22726-0a94-4738-8702-3e216d14fdb2/javascript-algorithms-and-data-structures">Javascript
|
|
|
|
Algorithms and Data Structures</a>
|
2024-11-12 17:18:40 +00:00
|
|
|
</li>
|
|
|
|
</ul>
|
2024-11-12 18:38:43 +00:00
|
|
|
</figure>
|
|
|
|
</div>
|
|
|
|
<div class="container">
|
|
|
|
<figure>
|
|
|
|
<figcaption>IBM certificates</figcaption>
|
|
|
|
<ul class="link-list">
|
2024-11-12 17:18:40 +00:00
|
|
|
<li>
|
2024-11-12 18:38:43 +00:00
|
|
|
<a href="https://courses.edx.org/certificates/0ac958dec5424747b59860843844bd22">Introduction to Cloud
|
|
|
|
Computing</a>
|
2024-11-12 17:18:40 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2024-11-12 18:38:43 +00:00
|
|
|
<a href="https://courses.edx.org/certificates/f7a2d211241a432785f298df38336098">Introduction to Cloud
|
|
|
|
Development with HTML, CSS, and
|
|
|
|
JavaScript</a>
|
2024-11-12 17:18:40 +00:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</figure>
|
2024-11-12 18:38:43 +00:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<h1>Selected projects</h1>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<figure>
|
|
|
|
<ul id="project-list">
|
|
|
|
<li class="ghost-container"></li>
|
|
|
|
<li class="container">
|
|
|
|
<a href="https://subman.ajstepien.xyz">
|
|
|
|
<h3>Subman</h3>
|
|
|
|
</a>
|
|
|
|
<div class="gallery">
|
|
|
|
<a href="images/subman.png"><img src="images/subman.png" alt="A screenshot of subman in action."
|
|
|
|
class="desktop-screen" /></a>
|
|
|
|
<a href="images/subman-mobile.png"><img src="images/subman-mobile.png" class="mobile-screen"></a>
|
2024-11-12 21:33:25 +00:00
|
|
|
<a href="images/subman-mobile-2.png"><img src="images/subman-mobile-2.png" class="mobile-screen"></a>
|
2024-11-12 18:38:43 +00:00
|
|
|
</div>
|
|
|
|
<p>
|
|
|
|
A self-hosted literary submission management system comprising a
|
|
|
|
Nextjs web-app with Sqlite back-end. CRUD app styled with
|
|
|
|
Tailwind.
|
|
|
|
</p>
|
|
|
|
<div class="links-container">
|
|
|
|
<a href="https://subman.ajstepien.xyz">demo</a>
|
|
|
|
<a href="https://projects.ajstepien.xyz/Resume/subman-nextjs">source</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li class="container">
|
|
|
|
<a href="https://demos.ajstepien.xyz/movie-explorer">
|
|
|
|
<h3>Movie-Explorer</h3>
|
|
|
|
</a>
|
|
|
|
<div class="gallery">
|
|
|
|
<a href="images/movie-explorer.png"><img src="images/movie-explorer.png"
|
|
|
|
alt="A screenshot of Movie-Explorer in action." class="desktop-screen"></a>
|
|
|
|
<a href="images/movie-explorer-mobile.png"><img src="images/movie-explorer-mobile.png"
|
|
|
|
alt="A screenshot of Movie-Explorer in action on a mobile device." class="mobile-screen"></a>
|
2024-11-12 21:33:25 +00:00
|
|
|
<a href="images/movie-explorer-mobile-2.png"><img src="images/movie-explorer-mobile-2.png"
|
|
|
|
alt="A screenshot of Movie-Explorer in action on a mobile device." class="mobile-screen"></a>
|
2024-11-12 18:38:43 +00:00
|
|
|
</div>
|
|
|
|
<p>
|
|
|
|
An app for when you don't know what movie to watch, written in
|
|
|
|
Typescript/React and vanilla CSS.
|
|
|
|
</p>
|
|
|
|
<div class="links-container">
|
|
|
|
<a href="https://demos.ajstepien.xyz/movie-explorer">demo</a>
|
|
|
|
<a href="https://projects.ajstepien.xyz/Resume/movie-explorer">source</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li class="container">
|
|
|
|
<a href="https://projects.ajstepien.xyz/andrzej/gopaper">
|
|
|
|
<h3>GoPaper</h3>
|
|
|
|
</a>
|
|
|
|
<a href="images/gopaper.png"><img src="images/gopaper.png" alt="A screenshot of GoPaper in action."
|
|
|
|
class="desktop-screen" /></a>
|
2024-11-12 18:53:49 +00:00
|
|
|
<p>A cross-platform wallpaper demon, built to ensure color harmony, written in Go.</p>
|
2024-11-12 18:38:43 +00:00
|
|
|
<div class="links-container">
|
|
|
|
<a href="https://projects.ajstepien.xyz/andrzej/gopaper">source</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li class="container">
|
|
|
|
<a href="https://projects.ajstepien.xyz/andrzej/micro365">
|
|
|
|
<h3>Micro365</h3>
|
|
|
|
</a>
|
|
|
|
<p>
|
|
|
|
A bot for posting single-word writing prompts to social media.
|
|
|
|
Node.js with an SQLite backend.
|
|
|
|
</p>
|
|
|
|
<div class="links-container">
|
|
|
|
<a href="https://projects.ajstepien.xyz/andrzej/micro365">source</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li class="container">
|
|
|
|
<a href="https://demos.ajstepien.xyz/calculator">
|
|
|
|
<h3>Calculator</h3>
|
|
|
|
</a>
|
|
|
|
<a href="images/calculator.png"><img src="images/calculator.png"
|
|
|
|
alt="A screenshot of the calculator app in action." class="mobile-screen"></a>
|
|
|
|
<p>A simple calculator app written in React and vanilla CSS. Scales responsively to look great on any
|
|
|
|
screen.</p>
|
|
|
|
<div class="links-container">
|
|
|
|
<a href="https://demos.ajstepien.xyz/calculator/">demo</a>
|
|
|
|
<a href="https://projects.ajstepien.xyz/Resume/calculator">source</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</figure>
|
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
</body>
|
|
|
|
|
2024-03-22 12:20:10 +00:00
|
|
|
</html>
|