1
0
mirror of https://github.com/danbee/cv synced 2025-03-04 08:59:12 +00:00

Compare commits

...

4 Commits

Author SHA1 Message Date
50eca26ecb 🔒 2021-07-14 16:24:25 -05:00
47f568d7fe Add New Bamboo website to TB projects 2021-07-14 13:29:49 -05:00
7145ce10b6 Remove Buoy links 2021-07-14 13:25:17 -05:00
6e80b084a4 Re-word and re-factor 2021-07-14 13:14:45 -05:00
5 changed files with 50 additions and 48 deletions

View File

@ -2,6 +2,9 @@
<section id="profile"> <section id="profile">
<%= partial "sections/_profile.markdown" %> <%= partial "sections/_profile.markdown" %>
</section> </section>
<section id="contact" class="vcard">
<%= partial "sections/_contact.html.erb" %>
</section>
<section id="skills"> <section id="skills">
<%= partial "sections/_skills.markdown" %> <%= partial "sections/_skills.markdown" %>
</section> </section>
@ -11,7 +14,4 @@
<section id="interests"> <section id="interests">
<%= partial "sections/_interests.markdown" %> <%= partial "sections/_interests.markdown" %>
</section> </section>
<section id="contact" class="vcard">
<%= partial "sections/_contact.html.erb" %>
</section>
</main> </main>

View File

@ -2,6 +2,6 @@
<p class="fn n"><span class="given-name">Dan</span> <span class="family-name">Barber</span></p> <p class="fn n"><span class="given-name">Dan</span> <span class="family-name">Barber</span></p>
<p><a class="email" href="mailto:hello@danbarber.me">hello@danbarber.me</a></p> <p><a class="email" href="mailto:hello@danbarber.me">hello@danbarber.me</a></p>
<p><a class="url" href="http://danbarber.me">http://danbarber.me</a></p> <p><a class="url" href="https://danbarber.me">https://danbarber.me</a></p>
<p class="icon-github"> <a class="url" href="http://github.com/danbee">github.com/danbee</a></p> <p class="icon-github"> <a class="url" href="http://github.com/danbee">github.com/danbee</a></p>
<p class="icon-twitter"> <a class="url" href="http://twitter.com/_danbarber">@_danbarber</a></p> <p class="icon-twitter"> <a class="url" href="http://twitter.com/_danbarber">@_danbarber</a></p>

View File

@ -1,34 +1,33 @@
### Experience ### Experience
#### [Buoy Software](https://www.buoysoftware.com) #### Buoy Software
Senior Developer: Feb 2021---Jun 2021 Senior Developer: Feb 2021---Jun 2021
As a senior developer at Buoy Software I was responsible for working with the * Worked with the product team to triage bugs and scope new features for
product team to maintain and expand the software built to run the software built to run the Parachute blood plasma donation centers.
[Parachute](https://www.joinparachute.com) blood plasma donation centers.
* Maintained and expanded a Ruby on Rails web app designed to manage the * Created a new feature for the Parachute management app that consolidates all
facilities and donations. the details of a single donation onto one page. The app uses a Ruby on Rails
GraphQL API and a React front-end.
* Maintained and expanded a React Native mobile app designed to allow donors to * Created a new sign up flow and home screen for the React Native mobile app.
book appointments and manage their accounts.
* Maintained a React Native iPad app designed to manage the donor check in #### [thoughtbot](https://thoughtbot.com) (formerly [New Bamboo](http://legacy.new-bamboo.co.uk))
process in facilities.
#### [thoughtbot](https://thoughtbot.com) (formerly [New Bamboo](http://www.new-bamboo.co.uk))
**Senior Developer**: Nov 2012---Jan 2021 **Senior Developer**: Nov 2012---Jan 2021
As a senior developer at thoughtbot I was responsible for working directly with During my time at thoughtbot I worked on a large number of projects directly
clients. Here are some highlights from the projects I worked on: with clients. Here are some highlights from the projects I worked on:
* Built a content management and subscription system for a marketing * Worked with an external designer to design and build a new website for [New
intelligence firm in London using Ruby on Rails and ElasticSearch. Bamboo](http://legacy.new-bamboo.co.uk).
* Built a form system for a Canadian organisation that funds research in * Built a CMS and subscription system for a marketing intelligence firm using
developing countries using a Ruby on Rails back-end and Angular front-end. Ruby on Rails and ElasticSearch.
* Built a form system for an organisation that funds research in developing
countries using a Ruby on Rails back-end and Angular front-end.
* Built a statistics dashboard for a company that provides cloud based banking * Built a statistics dashboard for a company that provides cloud based banking
solutions using React. solutions using React.
@ -36,11 +35,11 @@ clients. Here are some highlights from the projects I worked on:
* Worked with a company that provides publishing services to musicians to * Worked with a company that provides publishing services to musicians to
upgrade their website to the latest version of Ruby on Rails. upgrade their website to the latest version of Ruby on Rails.
* Built a full MVP with sign up flow for a UK company offering mail order * Built a full MVP with sign up flow for a company offering mail order
prescription medication using Ruby on Rails. prescription medication using Ruby on Rails.
* Worked with a major health insurance provider in the US to augment their web * Worked with a major health insurance provider to augment their web development
development team. I worked on their marketing site built using React. team.
#### [Pixelhum](http://pixelhum.com) #### [Pixelhum](http://pixelhum.com)

View File

@ -3,5 +3,6 @@
* Drumming * Drumming
* Music * Music
* Sound Engineering &amp; Recording * Sound Engineering &amp; Recording
* Video Games
* Photography * Photography
* Cycling * Cycling

View File

@ -2,34 +2,36 @@
#### Front-end web development #### Front-end web development
* Writes well structured, semantic HTML. * HTML5
* CSS3
* Possesses strong knowledge of CSS, including modern CSS features like * Flexbox
Flexbox, Grid and custom properties. * CSS Grid
* JavaScript
* Writes unobtrusive Javascript, using frameworks such as Stimulus, React or * Stimulus
VueJS. * React
* VueJS
#### Back-end web development #### Back-end web development
* Writes well structured web applications using Ruby on Rails or Elixir and * Ruby on Rails
Phoenix. * Elixir/Phoenix
* REST
* GraphQL
* PostgreSQL
* MySQL
* Redis
* ElasticSearch
* Writes well thought out REST and GraphQL API's. #### Mobile/App development
* Knows PostgreSQL well and can write good SQL. * iOS
* macOS
* Familiar with NoSQL databases like Redis and CouchDB and services like * Swift
ElasticSearch. * React Native
#### Mobile development
* Familiar with iOS Development and Swift.
#### Tools and processes #### Tools and processes
* Works in agile teams and is a strong proponent of Scrum. * Agile/Scrum
* Git
* Uses Git for version control. * TDD
* BDD
* Practices TDD and BDD.