From 69f4250dd942dc3151e8d621e37b72e2c4b49668 Mon Sep 17 00:00:00 2001 From: zevav Date: Wed, 1 Aug 2018 16:48:11 -0400 Subject: [PATCH] ... --- blog/index.html | 58 ----------------------------------- index.html | 80 ------------------------------------------------- projects.html | 71 ------------------------------------------- 3 files changed, 209 deletions(-) delete mode 100644 blog/index.html delete mode 100644 index.html delete mode 100644 projects.html diff --git a/blog/index.html b/blog/index.html deleted file mode 100644 index 8133b7b..0000000 --- a/blog/index.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - Zev Averbach - - - - - - - - - -
- - - - - -
-
- - -
Blog Posts
- - - - -
- - \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 20dba0a..0000000 --- a/index.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - Zev Averbach - - - - - - - - - -
- - - - - -
-
- - - - -

Hi, my name is Zev. I live in Burlington, Vermont, in the United States.

- -

As of August 2018 I'm available for full-time employment as a back-end Flask engineer. - My preferred stack is

- - - -

I'm also familiar with Node.js, PHP, and Django.

- -

I love to help small businesses solve their worst headaches via technology. Here - are a few projects I've completed to that effect. You'll notice that most of those projects are businesses - unto themselves: I've started a couple of web-based service businesses, so I have an intimate understanding - of the challenges entrepreneurs face, and how to strategically apply code and off-the-shelf technology to those challenges.

- -

I also love contributing to open source software, as you can see on my Github timeline (external link).

- -

You can reach me at zev@averba.ch I'll get back to you within a day or so.

- - -
- - \ No newline at end of file diff --git a/projects.html b/projects.html deleted file mode 100644 index 33820fe..0000000 --- a/projects.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - Zev Averbach - - - - - - - - - -
- - - - - -
-
- - -
- Tappt -

In 2015 a couple friends and I made Tappt (external link) at a hackathon. It's a web app that allows users to search for keywords inside videos. We've since fleshed it out into a commercial service. It's running on Python 3.6 and uses Celery. -

- -
- Auto-Assigner -

In the fall of 2017 I designed, implemented, and deployed a work assigner for Averbach Transcription (external link) in Python 3.6. This is run as a background process, assigning transcription work automatically based on transcribers' current workloads and general capacities. It saves Averbach Transcription 5-10 hours of labor every week in assigning and re-assigning transcription projects. This is a private project.

-
- -
- Automatic Invoice Generation -

In the summer of 2016 I designed, implemented, and deployed automatic invoice generation for Averbach Transcription (external link) in Python 3.5. This integrates with Freshbooks web API v2.1, generating invoices from completed transcription projects. It saves Averbach Transcription 10+ hours of labor every month compared to the old manual invoicing process. This is a private project.

-
- - -
- Budget Bot (for Twilio blog) -

In the summer of 2017 I made a fun little proof of concept SMS budget bot for a blog post (external link) I wrote for the Twilio Voices Blog. -

- - -
- - \ No newline at end of file