mirror of
https://github.com/danbee/cv
synced 2025-03-04 08:59:12 +00:00
Re-word and re-factor
This commit is contained in:
parent
f617d178aa
commit
6e80b084a4
@ -2,6 +2,9 @@
|
||||
<section id="profile">
|
||||
<%= partial "sections/_profile.markdown" %>
|
||||
</section>
|
||||
<section id="contact" class="vcard">
|
||||
<%= partial "sections/_contact.html.erb" %>
|
||||
</section>
|
||||
<section id="skills">
|
||||
<%= partial "sections/_skills.markdown" %>
|
||||
</section>
|
||||
@ -11,7 +14,4 @@
|
||||
<section id="interests">
|
||||
<%= partial "sections/_interests.markdown" %>
|
||||
</section>
|
||||
<section id="contact" class="vcard">
|
||||
<%= partial "sections/_contact.html.erb" %>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
@ -4,31 +4,28 @@
|
||||
|
||||
Senior Developer: Feb 2021---Jun 2021
|
||||
|
||||
As a senior developer at Buoy Software I was responsible for working with the
|
||||
product team to maintain and expand the software built to run the
|
||||
[Parachute](https://www.joinparachute.com) blood plasma donation centers.
|
||||
* Worked with the product team to triage bugs and scope new features for
|
||||
software built to run the [Parachute](https://www.joinparachute.com) blood
|
||||
plasma donation centers.
|
||||
|
||||
* Maintained and expanded a Ruby on Rails web app designed to manage the
|
||||
facilities and donations.
|
||||
* Created a new feature for the Parachute management app that consolidates all
|
||||
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
|
||||
book appointments and manage their accounts.
|
||||
|
||||
* Maintained a React Native iPad app designed to manage the donor check in
|
||||
process in facilities.
|
||||
* Created a new sign up flow and home screen for the React Native mobile app.
|
||||
|
||||
#### [thoughtbot](https://thoughtbot.com) (formerly [New Bamboo](http://www.new-bamboo.co.uk))
|
||||
|
||||
**Senior Developer**: Nov 2012---Jan 2021
|
||||
|
||||
As a senior developer at thoughtbot I was responsible for working directly with
|
||||
clients. Here are some highlights from the projects I worked on:
|
||||
During my time at thoughtbot I worked on a large number of projects directly
|
||||
with clients. Here are some highlights from the projects I worked on:
|
||||
|
||||
* Built a content management and subscription system for a marketing
|
||||
intelligence firm in London using Ruby on Rails and ElasticSearch.
|
||||
* Built a CMS and subscription system for a marketing intelligence firm using
|
||||
Ruby on Rails and ElasticSearch.
|
||||
|
||||
* Built a form system for a Canadian organisation that funds research in
|
||||
developing countries using a Ruby on Rails back-end and Angular front-end.
|
||||
* 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
|
||||
solutions using React.
|
||||
@ -36,11 +33,11 @@ clients. Here are some highlights from the projects I worked on:
|
||||
* Worked with a company that provides publishing services to musicians to
|
||||
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.
|
||||
|
||||
* Worked with a major health insurance provider in the US to augment their web
|
||||
development team. I worked on their marketing site built using React.
|
||||
* Worked with a major health insurance provider to augment their web development
|
||||
team.
|
||||
|
||||
#### [Pixelhum](http://pixelhum.com)
|
||||
|
||||
|
||||
@ -3,5 +3,6 @@
|
||||
* Drumming
|
||||
* Music
|
||||
* Sound Engineering & Recording
|
||||
* Video Games
|
||||
* Photography
|
||||
* Cycling
|
||||
|
||||
@ -2,34 +2,36 @@
|
||||
|
||||
#### Front-end web development
|
||||
|
||||
* Writes well structured, semantic HTML.
|
||||
|
||||
* Possesses strong knowledge of CSS, including modern CSS features like
|
||||
Flexbox, Grid and custom properties.
|
||||
|
||||
* Writes unobtrusive Javascript, using frameworks such as Stimulus, React or
|
||||
VueJS.
|
||||
* HTML5
|
||||
* CSS3
|
||||
* Flexbox
|
||||
* CSS Grid
|
||||
* JavaScript
|
||||
* Stimulus
|
||||
* React
|
||||
* VueJS
|
||||
|
||||
#### Back-end web development
|
||||
|
||||
* Writes well structured web applications using Ruby on Rails or Elixir and
|
||||
Phoenix.
|
||||
* Ruby on Rails
|
||||
* 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.
|
||||
|
||||
* Familiar with NoSQL databases like Redis and CouchDB and services like
|
||||
ElasticSearch.
|
||||
|
||||
#### Mobile development
|
||||
|
||||
* Familiar with iOS Development and Swift.
|
||||
* iOS
|
||||
* macOS
|
||||
* Swift
|
||||
* React Native
|
||||
|
||||
#### Tools and processes
|
||||
|
||||
* Works in agile teams and is a strong proponent of Scrum.
|
||||
|
||||
* Uses Git for version control.
|
||||
|
||||
* Practices TDD and BDD.
|
||||
* Agile/Scrum
|
||||
* Git
|
||||
* TDD
|
||||
* BDD
|
||||
|
||||
Loading…
Reference in New Issue
Block a user