This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Malauzai Software Austin, TX — Contract Ruby Developer | |
August 2017 - November 2017 | |
As a contract developer I provided basic-level service support on servers, workstations, and network operating systems, including problem resolution, technical change implementation and maintenance for Malauzai Software clients | |
Lawgix, Austin, TX — Software Developer September 2016 - August 2017 | |
I worked with React and Redux on the frontend of the 3.0 platform while also working with Ruby on Rails and Postgres on the backend of the 2.0 platform. Use Git to commit and track code across multiple repositories. Push and deploy completed code to staging and production environments with AWS, Heroku, and Codeship. Research and implement test suite for engineering team. | |
Conversion Fanatics, Ninbitsu, Jackrabbit Mobile Freelan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ruby:2.4-alpine | |
ENV PATH /root/.yarn/bin:$PATH | |
RUN apk update && apk upgrade && \ | |
apk add --no-cache bash git openssh build-base nodejs tzdata | |
RUN apk update \ | |
&& apk add curl bash binutils tar gnupg \ | |
&& rm -rf /var/cache/apk/* \ |