Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
Add more launch links, changed releaseapp => releasehub
Browse files Browse the repository at this point in the history
  • Loading branch information
jer-k committed Apr 30, 2021
1 parent 164dbbb commit 473349a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions content/pages/about.md
Expand Up @@ -4,9 +4,9 @@ template: "page"
socialImage:
---

I grew up in Oregon and attended Oregon State University majoring in Computer Science. I received my BS in 2012 and moved to San Francisco to work at a startup, CarWoo! After a year and a half at CarWoo!, [TrueCar](https://truecar.com) acquired us at the end of 2013. On January 1st, 2014 I started at TrueCar and I worked there until 2019; during which I relocated to Santa Monica, CA in 2017. I took a break from working at the end of 2019 and relocated to Portland, OR. After a vacation to Australia and New Zealand, I started working at [Release](https://releaseapp.io) in March of 2020.
I grew up in Oregon and attended Oregon State University majoring in Computer Science. I received my BS in 2012 and moved to San Francisco to work at a startup, CarWoo! After a year and a half at CarWoo!, [TrueCar](https://truecar.com) acquired us at the end of 2013. On January 1st, 2014 I started at TrueCar and I worked there until 2019; during which I relocated to Santa Monica, CA in 2017. I took a break from working at the end of 2019 and relocated to Portland, OR. After a vacation to Australia and New Zealand, I started working at [Release](https://releasehub.com) in March of 2020.

My primary stack includes Javascript (React), Ruby (Rails), and PostgreSQL. I try to use Docker locally, but my laptop fan dislikes me when I do.
My primary stack includes Javascript (React), Ruby (Rails), and PostgreSQL. I try to use Docker locally, but my laptop fan dislikes me when I do.
On the side I like to read about Elixir (Phoenix), Functional Programming, Kubernetes, and DevOps topics.

Outside of programming I enjoy video games, going to the gym, practicing yoga, riding my bike, going on hikes, and trying to learn more about photography.
Expand Down
4 changes: 2 additions & 2 deletions content/pages/publications.md
Expand Up @@ -6,5 +6,5 @@ socialImage:

This is a list of things I've written that have been published on other sites

- [What is an Ephemeral Environment?](https://releaseapp.io/ephemeral-environments) - [Release](https://releaseapp.io)
- [Cutting Build Time In Half with Docker’s Buildx Kubernetes Driver](https://releaseapp.io/blog/cutting-build-time-in-half-docker-buildx-kubernetes) - [Release](https://releaseapp.io)
- [What is an Ephemeral Environment?](https://releasehub.com/ephemeral-environments) - [Release](https://releasehub.com)
- [Cutting Build Time In Half with Docker’s Buildx Kubernetes Driver](https://releasehub.com/blog/cutting-build-time-in-half-docker-buildx-kubernetes) - [Release](https://releasehub.com)
2 changes: 2 additions & 0 deletions content/posts/2021-04-29-first-year-at-release.md
Expand Up @@ -24,6 +24,8 @@ Happy Launch Day! If you weren’t aware, [Release](https://releasehub.com/) cam
- [Release: Limitless environments so developers never have to wait to ship code](https://medium.com/sequoia-capital/release-limitless-environments-so-developers-never-have-to-wait-to-ship-code-a7165fcc763c) - From our lead investor Bogomil Balkansky
- [Sequoia leads $2.7M Seed Round to Launch ReleaseHub, Environments-as-a-Service](https://releasehub.com/blog/launch-press-release) - Launch Press Release
- [Sequoia Leads $2.7M Seed Round to Launch ReleaseHub, Environments-as-a-Service](https://newsdirect.com/news/sequoia-leads-2-7m-seed-round-to-launch-releasehub-environments-as-a-service-181963653) - NewsDirect picked up on our Press Release
- [Sequoia Leads $2.7M Seed Round to Launch ReleaseHub, Environments-as-a-Service](https://finance.yahoo.com/news/sequoia-leads-2-7m-seed-160000177.html) - Yahoo Finance
- [Sequoia Leads $2.7 Million Seed Round to Launch ReleaseHub, Environments-as-a-Service](https://aithority.com/saas/sequoia-leads-2-7-million-seed-round-to-launch-releasehub-environments-as-a-service/) - AIThority

In March in 2020, I made a decision to join Release as a Founding Engineer and the first hire at the company. I had recently taken some time off from work and relocated from Santa Monica, CA to Portland, OR to be closer to friends and family as well as traveled to Australia and New Zealand. The months away from working were refreshing but I was excited to dive back into a very early stage startup and learn as much as I could. It has been quite the year and I wanted to highlight, at a high level, what my experience has been like.

Expand Down
2 changes: 1 addition & 1 deletion src/components/Author/Author.js
Expand Up @@ -47,7 +47,7 @@ const Author = ({ author, isIndex }: Props) => (
<a
target="_blank"
rel="noopener noreferrer"
href="https://releaseapp.io/"
href="https://releasehub.com/"
>
Release
</a>
Expand Down

0 comments on commit 473349a

Please sign in to comment.