new layout mimicking my text editor
This commit is contained in:
parent
beececfa8d
commit
6bb81759c6
74
css/main.css
74
css/main.css
@ -1,6 +1,11 @@
|
||||
@font-face {
|
||||
font-family: "SourceCode-Pro";
|
||||
src: url("sorce-code-pro.woff") format('woff');
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: Helvetica, sans-serif;
|
||||
font-family: "SourceCode-Pro", monospace, sans-serif;
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@ -8,7 +13,72 @@ html {
|
||||
src: url("overpass-regular.woff") format('woff');
|
||||
}
|
||||
|
||||
/*
|
||||
h1, h2, h3, h4, h5, h6, .button-primary, .button {
|
||||
font-family: "Overpass", Helvetica;
|
||||
font-family: "Overpass", Helvetica, sans-serif;
|
||||
}
|
||||
*/
|
||||
|
||||
h1 { color: #008700; }
|
||||
h2 { color: #0087af; }
|
||||
h3 { color: #8700af; }
|
||||
|
||||
em {
|
||||
font-style: normal;
|
||||
color: #8700af;
|
||||
}
|
||||
|
||||
a, a:active {
|
||||
color: #0087af;
|
||||
}
|
||||
|
||||
.header {
|
||||
font-size: 2rem;
|
||||
line-height: normal;
|
||||
background-color: #005f87;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.header a,a:active {
|
||||
color: #eeeeee;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.header .tab {
|
||||
background-color: #0087af;
|
||||
color: #eeeeee;
|
||||
padding: 0 1rem 1px 1rem;
|
||||
border-right: 1px solid #005f87;
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.header .tab.selected {
|
||||
background-color: #e4e4e4;
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin-top: 3.5rem;
|
||||
margin-bottom: 3.5rem;
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size: 2rem;
|
||||
line-height: normal;
|
||||
background-color: #005f87;
|
||||
color: #eeeeee;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.footer .scrollpos {
|
||||
float: right;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
BIN
css/source-code-pro.woff
Normal file
BIN
css/source-code-pro.woff
Normal file
Binary file not shown.
303
index.html
303
index.html
@ -4,7 +4,7 @@
|
||||
|
||||
<!-- Basic Page Needs -->
|
||||
<meta charset="utf-8">
|
||||
<title>Brian Picciano - Senior Systems and Backend Programmer - Resume</title>
|
||||
<title>Brian Picciano - Freelance Developer</title>
|
||||
<meta name="author" content="Brian Picciano">
|
||||
|
||||
<!-- No favicon -->
|
||||
@ -17,215 +17,128 @@
|
||||
<link rel="stylesheet" href="css/normalize.css">
|
||||
<link rel="stylesheet" href="css/skeleton.css">
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
<style>
|
||||
|
||||
.section-tail {
|
||||
padding-bottom: 3%;
|
||||
margin-bottom: 2%;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
@media print {
|
||||
* {
|
||||
font-size: .95em !important;
|
||||
}
|
||||
.container {
|
||||
width: 90%;
|
||||
}
|
||||
h1 { font-size: 1.2em !important; }
|
||||
h2, h3, h4, h5, h6 { font-size: 1em !important; }
|
||||
.no-print { display: none !important; }
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="header">
|
||||
<div class="selected tab">/about-me</div><!--
|
||||
--><div class="tab"><a href="resume.html">/resume</a></div><!--
|
||||
--><div class="tab"><a href="contact.html">/contact</a></div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="row" style="margin-top: 2%">
|
||||
<h1 style="margin-bottom:0;">Brian Picciano</h1>
|
||||
<h5 style="margin-bottom:0;font-size:2rem;">Senior Systems and Backend Programmer</h5>
|
||||
<h5 style="font-size:1.8rem;">University of Florida 2013 · BS Software Engineering · Mathematics Minor</h5>
|
||||
</div>
|
||||
<h1>Brian Picciano</h1>
|
||||
<h2>Freelance Developer</h2>
|
||||
|
||||
<div class="row section-tail">
|
||||
<div class="four columns">
|
||||
<a href=".">bgpicciano.com</a><br/>
|
||||
<a href="mailto:bgpicciano@gmail.com"/>bgpicciano@gmail.com</a><br/>
|
||||
<a href="https://github.com/mediocregopher"/>github.com/mediocregopher</a><br/>
|
||||
<a href="https://blog.mediocregopher.com">blog.mediocregopher.com</a><br/>
|
||||
</div>
|
||||
<div class="eight columns">
|
||||
<p>
|
||||
8 years of experience across backend systems, databases, and
|
||||
application development. Passionate about clean code, good
|
||||
documentation, and open source.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Extensively experienced with:</strong><br/>
|
||||
Go, Erlang, Lua, Bash, PHP;<br/>
|
||||
Nginx, Redis, Mongo, Cassandra/BigTable;<br/>
|
||||
Ansible, ELK stack, CentOS/RHEL, Archlinux, GCE.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Familiar with:</strong><br/>
|
||||
Ruby, Python, C, Javascript;<br/>
|
||||
MySQL/MariaDB, Prometheus/Grafana, Chef;<br/>
|
||||
Ubuntu/Debian, CoreOS, AWS, Kubernetes/Docker.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
Hello! My name is <strong>Brian Picciano</strong>. I'm a full-stack
|
||||
developer with a focus on designing <em>secure</em> and
|
||||
<em>scalable</em> backends for web applications.
|
||||
</p>
|
||||
<p>
|
||||
I have gained experience with an <em>extremely diverse</em> set of
|
||||
languages, databases, and products over the last <em>ten years</em>,
|
||||
and I'm always looking for more.
|
||||
</p>
|
||||
<p>
|
||||
Remote work has been my life since 2015. No matter where in the
|
||||
<em>world</em> your team is, I can work with them smoothly and
|
||||
effectively over a variety of communication platforms.
|
||||
</p>
|
||||
|
||||
<div class="row section-tail">
|
||||
<div class="four columns">
|
||||
<h4>Admiral</h4>
|
||||
<p>
|
||||
May 2015 - January 2018<br/>
|
||||
Co-Founder<br/>
|
||||
Senior Backend Developer<br/>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://getadmiral.com">getadmiral.com</a> is a
|
||||
platform to help publishers analyze and recover revenue
|
||||
being lost due to adblocking users.
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight columns">
|
||||
<ul>
|
||||
<li>
|
||||
Wrote a custom analytics platform in Go, using Google
|
||||
BigTable as backing store and Redis/Mongo as aggregation
|
||||
caches. Handled a global load of >27 million new rows
|
||||
an hour, with up-to-the-hour analytics for all
|
||||
customers.
|
||||
</li>
|
||||
<h2>What I Do</h2>
|
||||
|
||||
<li>
|
||||
Implemented a custom, dc-aware service discovery system
|
||||
for our microservices based app, using Etcd &
|
||||
SkyDNS. Included health checking, metrics,
|
||||
rolling-restarts, and more.
|
||||
</li>
|
||||
<p>
|
||||
I help you <em>solve your problems</em>, no matter what stage of
|
||||
development you're at. <a href="contact.html">Contact me</a> if you
|
||||
need someone to:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Create a <em>development roadmap</em>, so your app can scale
|
||||
globally starting from <em>now</em>.
|
||||
</li>
|
||||
<li>
|
||||
Analyze or design your <em>system architecture</em> with an eye to
|
||||
performance, scaling, security, and visibility.
|
||||
</li>
|
||||
<li>
|
||||
Get down into the weeds to <em>debug</em> those pesky network and
|
||||
operating system adjacent issues which eat so much dev time when
|
||||
they show up.
|
||||
</li>
|
||||
<li>
|
||||
Be the <em>one extra super-dev</em> you need to grind out that
|
||||
crucial feature before deadline.
|
||||
</li>
|
||||
<li>
|
||||
Try something new and different! I'm a quick learner and can
|
||||
execute research spikes and MVPs for ideas that have yet to be
|
||||
proven or even fully understood.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<li>
|
||||
Designed Go-based framework for implementing
|
||||
microservices which automatically handled configuration,
|
||||
logging, health checks, metrics, RPC/service discovery,
|
||||
and more.
|
||||
</li>
|
||||
<h2>What I've Done</h2>
|
||||
|
||||
<li>
|
||||
Implemented an internal RFC process for new product
|
||||
features and maintained the internal technical
|
||||
documentation wiki.
|
||||
</li>
|
||||
<p>
|
||||
You can see a breakdown of all my past work at my
|
||||
<a href="resume.html">resume</a> page. Feel free to
|
||||
<a href="contact.html">reach out to me</a> if you have any questions
|
||||
about my past work.
|
||||
</p>
|
||||
|
||||
<li>
|
||||
Contributed to designing and implementing the
|
||||
provisioning/deployment system using Ansible, and began
|
||||
work on migrating to Kubernetes.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<h2>Next Steps</h2>
|
||||
|
||||
<div class="row section-tail" style="">
|
||||
<div class="four columns">
|
||||
<h4>Grooveshark</h4>
|
||||
<p>
|
||||
Senior Systems Engineer (from intern)<br/>
|
||||
2010 - Apr 2015<br/>
|
||||
</p>
|
||||
<p>
|
||||
Grooveshark was a web-based music streaming site in the
|
||||
same vein as Spotify.
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight columns">
|
||||
<ul>
|
||||
<li>
|
||||
Wrote client-to-client communication server in Erlang
|
||||
(with Redis backend) which served as the backbone of the
|
||||
Broadcasts feature, where users host their own
|
||||
radio-like channels, complete with voting, real-time
|
||||
chat, and moderation.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Designed and implemented Feeds feature using PHP and
|
||||
Mongo, where users could see the recent listening
|
||||
activites of their friends in a Facebook-like feed.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Managed and fine-tuned LAMP stack, as well as oversaw
|
||||
migration from Apache to nginx/php-fpm. Maintained
|
||||
complex nginx setup, including use of the lua-scripting
|
||||
module on some domains.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Wrote and maintained the deployment scripts for frontend
|
||||
code, and contributed significantly to the Chef-based
|
||||
provisioning system.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Initiated and oversaw the migration of frontend devs
|
||||
from using a shared development server to individual
|
||||
Vagrant setups.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row section-tail" style="">
|
||||
<div class="four columns">
|
||||
<h4>Open-Source/Personal Projects</h4>
|
||||
<p>
|
||||
<a href="https://github.com/mediocregopher">github.com/mediocregopher</a>
|
||||
contains all public work. Most of it is throw-away projects,
|
||||
but listed here are a few which are actively developed and
|
||||
much loved.
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight columns">
|
||||
<ul>
|
||||
<li>
|
||||
Author of one of the recommended Redis drivers for Go,
|
||||
<a href="https://github.com/mediocregopher/radix.v2">radix.v2</a>,
|
||||
and its much improved sequel,
|
||||
<a href="https://github.com/mediocregopher/radix">radix/v3</a>.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Author of
|
||||
<a href="https://github.com/mediocregopher/mediocre-go-lib">mediocre-go-lib</a>,
|
||||
a Go framework used for personal projects and similar in
|
||||
style to the one written for Admiral.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Main contributor to <a href="https://github.com/mc0/okq">okq</a>,
|
||||
a simple, fast, and scalable job server written in Go
|
||||
and backed by Redis. Used at both Grooveshark and
|
||||
Admiral for extremely high-throughput loads.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Author of small art projects such as
|
||||
<a href="https://blog.mediocregopher.com/2018/11/12/viz-2.html">viz</a>
|
||||
and others featured at
|
||||
<a href="https://blog.mediocregopher.com">blog.mediocregopher.com</a>,
|
||||
mostly written in Clojure.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
Drop by my <a href="contact.html">contact</a> page to schedule a
|
||||
<em>free</em>, 45 minute consultation. We will discuss your project,
|
||||
what sort of assistance you need from me, and a timeline to get it
|
||||
to you.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<div class="scrollpos" id="scrollpos">---</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
function getScrollPct() {
|
||||
|
||||
const heightOfWindow = window.innerHeight,
|
||||
contentScrolled = window.pageYOffset,
|
||||
bodyHeight = document.body.offsetHeight;
|
||||
|
||||
if(bodyHeight - contentScrolled <= heightOfWindow) {
|
||||
|
||||
return "Bot";
|
||||
|
||||
} else if (contentScrolled == 0) {
|
||||
|
||||
return "Top";
|
||||
|
||||
} else {
|
||||
|
||||
const total = bodyHeight - heightOfWindow,
|
||||
got = contentScrolled,
|
||||
percent = parseInt((got/total) * 100);
|
||||
|
||||
return percent + "%"
|
||||
}
|
||||
}
|
||||
|
||||
const scrollposEl = document.getElementById("scrollpos");
|
||||
scrollposEl.textContent = getScrollPct();
|
||||
|
||||
window.addEventListener("scroll", (event) => {
|
||||
scrollposEl.textContent = getScrollPct();
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,93 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<!-- Basic Page Needs -->
|
||||
<meta charset="utf-8">
|
||||
<title>Brian Picciano - Freelance Developer</title>
|
||||
<meta name="author" content="Brian Picciano">
|
||||
|
||||
<!-- No favicon -->
|
||||
<link rel="shortcut icon" href="#" />
|
||||
|
||||
<!-- Mobile Specific Metas -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="css/normalize.css">
|
||||
<link rel="stylesheet" href="css/skeleton.css">
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
<style>
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="row">
|
||||
<div class="four columns">
|
||||
<h1>Hello!</h1>
|
||||
</div>
|
||||
<div class="eight columns">
|
||||
<p>
|
||||
My name is Brian Picciano. I'm a full-stack developer with a
|
||||
focus on designing scalable backend architectures for web
|
||||
applications.
|
||||
</p>
|
||||
<p>
|
||||
I have been in the web development industry for over ten
|
||||
years, and during that time have been involved in every
|
||||
aspect of building a web app. If you're having a problem,
|
||||
there's a good chance I've solved it before.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="four columns">
|
||||
<h1>What I Do</h1>
|
||||
</div>
|
||||
<div class="eight columns">
|
||||
<p>
|
||||
I help you solve your problems, no matter what stage of
|
||||
development you're at. Offerings include:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Development of a technology roadmap, so your app can scale
|
||||
globally starting from <em>now</em>.
|
||||
</li>
|
||||
<li>
|
||||
Analysis of your current architecture to find the
|
||||
weaknesses and bottlenecks which are going to afflict your
|
||||
team down the line, and develop strategies for mitigating
|
||||
them.
|
||||
</li>
|
||||
<li>
|
||||
Getting down into the weeds to track down those
|
||||
impossible-to-find bugs, so you don't have to waste
|
||||
valuable development time chasing them yourself.
|
||||
</li>
|
||||
<li>
|
||||
Actual hands-to-keyboard coding! If you just need one more
|
||||
person to grind out that crucial feature before deadline,
|
||||
I can be there.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<form action="mailto:bgpicciano@gmail.com" >
|
||||
<button class="button-primary">Email to get started!</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
275
resume.html
Normal file
275
resume.html
Normal file
@ -0,0 +1,275 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<!-- Basic Page Needs -->
|
||||
<meta charset="utf-8">
|
||||
<title>Brian Picciano - Senior Systems and Backend Programmer - Resume</title>
|
||||
<meta name="author" content="Brian Picciano">
|
||||
|
||||
<!-- No favicon -->
|
||||
<link rel="shortcut icon" href="#" />
|
||||
|
||||
<!-- Mobile Specific Metas -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="css/normalize.css">
|
||||
<link rel="stylesheet" href="css/skeleton.css">
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
<style>
|
||||
|
||||
.section-tail {
|
||||
padding-bottom: 3%;
|
||||
margin-bottom: 2%;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
@media print {
|
||||
* {
|
||||
font-size: .95em !important;
|
||||
}
|
||||
.container {
|
||||
width: 90%;
|
||||
}
|
||||
h1 { font-size: 1.2em !important; }
|
||||
h2, h3, h4, h5, h6 { font-size: 1em !important; }
|
||||
.no-print { display: none !important; }
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="header">
|
||||
<div class="tab"><a href="index.html">/about-me</a></div><!--
|
||||
--><div class="selected tab">/resume</div><!--
|
||||
--><div class="tab"><a href="contact.html">/contact</a></div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="row" style="margin-top: 2%">
|
||||
<h1 style="margin-bottom:0;">Brian Picciano</h1>
|
||||
<h5 style="margin-bottom:0;font-size:2rem;">Senior Systems and Backend Programmer</h5>
|
||||
<h5 style="font-size:1.8rem;">University of Florida 2013 · BS Software Engineering · Mathematics Minor</h5>
|
||||
</div>
|
||||
|
||||
<div class="row section-tail">
|
||||
<div class="four columns">
|
||||
<a href=".">bgpicciano.com</a><br/>
|
||||
<a href="mailto:bgpicciano@gmail.com"/>bgpicciano@gmail.com</a><br/>
|
||||
<a href="https://github.com/mediocregopher"/>github.com/mediocregopher</a><br/>
|
||||
<a href="https://blog.mediocregopher.com">blog.mediocregopher.com</a><br/>
|
||||
</div>
|
||||
<div class="eight columns">
|
||||
<p>
|
||||
8 years of experience across backend systems, databases, and
|
||||
application development. Passionate about clean code, good
|
||||
documentation, and open source.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Extensively experienced with:</strong><br/>
|
||||
Go, Erlang, Lua, Bash, PHP;<br/>
|
||||
Nginx, Redis, Mongo, Cassandra/BigTable;<br/>
|
||||
Ansible, ELK stack, CentOS/RHEL, Archlinux, GCE.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Familiar with:</strong><br/>
|
||||
Ruby, Python, C, Javascript;<br/>
|
||||
MySQL/MariaDB, Prometheus/Grafana, Chef;<br/>
|
||||
Ubuntu/Debian, CoreOS, AWS, Kubernetes/Docker.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row section-tail">
|
||||
<div class="four columns">
|
||||
<h4>Admiral</h4>
|
||||
<p>
|
||||
May 2015 - January 2018<br/>
|
||||
Co-Founder<br/>
|
||||
Senior Backend Developer<br/>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://getadmiral.com">getadmiral.com</a> is a
|
||||
platform to help publishers analyze and recover revenue
|
||||
being lost due to adblocking users.
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight columns">
|
||||
<ul>
|
||||
<li>
|
||||
Wrote a custom analytics platform in Go, using Google
|
||||
BigTable as backing store and Redis/Mongo as aggregation
|
||||
caches. Handled a global load of >27 million new rows
|
||||
an hour, with up-to-the-hour analytics for all
|
||||
customers.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Implemented a custom, dc-aware service discovery system
|
||||
for our microservices based app, using Etcd &
|
||||
SkyDNS. Included health checking, metrics,
|
||||
rolling-restarts, and more.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Designed Go-based framework for implementing
|
||||
microservices which automatically handled configuration,
|
||||
logging, health checks, metrics, RPC/service discovery,
|
||||
and more.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Implemented an internal RFC process for new product
|
||||
features and maintained the internal technical
|
||||
documentation wiki.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Contributed to designing and implementing the
|
||||
provisioning/deployment system using Ansible, and began
|
||||
work on migrating to Kubernetes.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row section-tail" style="">
|
||||
<div class="four columns">
|
||||
<h4>Grooveshark</h4>
|
||||
<p>
|
||||
Senior Systems Engineer (from intern)<br/>
|
||||
2010 - Apr 2015<br/>
|
||||
</p>
|
||||
<p>
|
||||
Grooveshark was a web-based music streaming site in the
|
||||
same vein as Spotify.
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight columns">
|
||||
<ul>
|
||||
<li>
|
||||
Wrote client-to-client communication server in Erlang
|
||||
(with Redis backend) which served as the backbone of the
|
||||
Broadcasts feature, where users host their own
|
||||
radio-like channels, complete with voting, real-time
|
||||
chat, and moderation.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Designed and implemented Feeds feature using PHP and
|
||||
Mongo, where users could see the recent listening
|
||||
activites of their friends in a Facebook-like feed.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Managed and fine-tuned LAMP stack, as well as oversaw
|
||||
migration from Apache to nginx/php-fpm. Maintained
|
||||
complex nginx setup, including use of the lua-scripting
|
||||
module on some domains.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Wrote and maintained the deployment scripts for frontend
|
||||
code, and contributed significantly to the Chef-based
|
||||
provisioning system.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Initiated and oversaw the migration of frontend devs
|
||||
from using a shared development server to individual
|
||||
Vagrant setups.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row section-tail" style="">
|
||||
<div class="four columns">
|
||||
<h4>Open-Source/Personal Projects</h4>
|
||||
<p>
|
||||
<a href="https://github.com/mediocregopher">github.com/mediocregopher</a>
|
||||
contains all public work. Most of it is throw-away projects,
|
||||
but listed here are a few which are actively developed and
|
||||
much loved.
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight columns">
|
||||
<ul>
|
||||
<li>
|
||||
Author of one of the recommended Redis drivers for Go,
|
||||
<a href="https://github.com/mediocregopher/radix.v2">radix.v2</a>,
|
||||
and its much improved sequel,
|
||||
<a href="https://github.com/mediocregopher/radix">radix/v3</a>.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Author of
|
||||
<a href="https://github.com/mediocregopher/mediocre-go-lib">mediocre-go-lib</a>,
|
||||
a Go framework used for personal projects and similar in
|
||||
style to the one written for Admiral.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Main contributor to <a href="https://github.com/mc0/okq">okq</a>,
|
||||
a simple, fast, and scalable job server written in Go
|
||||
and backed by Redis. Used at both Grooveshark and
|
||||
Admiral for extremely high-throughput loads.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Author of small art projects such as
|
||||
<a href="https://blog.mediocregopher.com/2018/11/12/viz-2.html">viz</a>
|
||||
and others featured at
|
||||
<a href="https://blog.mediocregopher.com">blog.mediocregopher.com</a>,
|
||||
mostly written in Clojure.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<div class="scrollpos" id="scrollpos">---</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
function getScrollPct() {
|
||||
|
||||
const heightOfWindow = window.innerHeight,
|
||||
contentScrolled = window.pageYOffset,
|
||||
bodyHeight = document.body.offsetHeight;
|
||||
|
||||
if(bodyHeight - contentScrolled <= heightOfWindow) {
|
||||
|
||||
return "Bot";
|
||||
|
||||
} else if (contentScrolled == 0) {
|
||||
|
||||
return "Top";
|
||||
|
||||
} else {
|
||||
|
||||
const total = bodyHeight - heightOfWindow,
|
||||
got = contentScrolled,
|
||||
percent = parseInt((got/total) * 100);
|
||||
|
||||
return percent + "%"
|
||||
}
|
||||
}
|
||||
|
||||
const scrollposEl = document.getElementById("scrollpos");
|
||||
scrollposEl.textContent = getScrollPct();
|
||||
|
||||
window.addEventListener("scroll", (event) => {
|
||||
scrollposEl.textContent = getScrollPct();
|
||||
});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user