Skip to content

Commit

Permalink
March 2019 update
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossless committed Mar 24, 2019
1 parent bd7a750 commit 6463d5a
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 23 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
sudo: required

services:
- docker
- docker

script:
- docker run --rm -w "/doc" -v "$PWD":/doc thomasweise/texlive make
- docker run --rm -v "$PWD":/data vipintm/xelatex make

deploy:
provider: releases
file: resume.pdf
skip_cleanup: true
api_key:
secure: KHvt02yxxi4MAGKZ7lKrF3J/N1wMIRAGuHhR00rubbs3nk+L3/3q/I/viO0t9/rqiSZSYFtra4ishBbARElICC5aBAyxhNxTSCNRACPTZg7NODx4jbrn9zh2cGddU9brlMs5HZaI7h9HvAKAftD+Mwvt+6sHckK8PVB6h4HQEBlelMaJ9Li9OBTtxeOWMo3TT/QU9G2vb+pQZpCv3qFs0IVs/hK6qbMc8m0QSLJTB8KgyZJ0+I4Qk6lxtPntOUYGvJqE4g9BuA4CaGxA5YLcl6sEBt62aOzuc23DfDc1+ty/902/IagXisBhWYI+Lk8NHswIlTNzZHudrrtVlNqd1ZxZ1tMvp3QA7RHaFqrAANWk31We6c7NNJpIHusD+nKs1hTbTgp6dElCLxhlyjPnOGk/kqyPWq5zc7XOcwraxIUvmoQNV1ihHRxylCvoetY0E6HhCcU1PLvt/F3cMYLrSJZoibbWkjD1VBYS15M6h1y1JDA56D+V8Au6GNv8YXmkaHMOsYx7QBCK/7lJm9Rw+72ardsNUbxvDtcsjENNOBm+gPoKAwpcblhVqWUwggeW6Vax6dS2E90PPLeQBbE6oJwN/bDTbLsPLbEW4R12gX2Nxs1pQ/l0Cbc+PkZ13IMv8falQgn29nb5SCkX4385V5ycMSBVrXzSKb1NLmmhfsI=
file: resume.pdf
on:
tags: true
tags: true
2 changes: 1 addition & 1 deletion awesome-cv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
\begin{center}
\setlength\tabcolsep{1ex}
\setlength{\extrarowheight}{0pt}
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} r L{\textwidth * \real{0.9}}}
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} r L{\textwidth * \real{0.8}}}
}{%
\end{tabular*}
\end{center}
Expand Down
8 changes: 4 additions & 4 deletions resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
% Available options: circle|rectangle,edge/noedge,left/right
% \photo[rectangle,edge,right]{./examples/profile}
\name{Karolis}{Stašaitis}
\position{iOS Developer}
\position{Software Developer}

\mobile{+49 176 45911296}
\email{stkarolis@gmail.com}
\email{contact@carlossless.io}
\homepage{carlossless.io}
\github{carlossless}
\linkedin{carlossless}
Expand Down Expand Up @@ -89,10 +89,10 @@
% Each section is imported separately, open each file in turn to modify content
%-------------------------------------------------------------------------------
\input{sections/summary.tex}
\input{sections/education.tex}
\input{sections/experience.tex}
\clearpage
\pagebreak
\input{sections/skills.tex}
\input{sections/education.tex}
\input{sections/references.tex}


Expand Down
29 changes: 21 additions & 8 deletions sections/experience.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,28 @@

%---------------------------------------------------------
\cventry
{Senior iOS Developer~~~·~~~Frontend Web Developer} % Job title
{\href{https://heyjobs.de}{HeyJobs GmbH}} % Organization
{Team Lead} % Job title
{\href{https://heyjobs.co}{HeyJobs GmbH}} % Organization
{Berlin, Germany} % Location
{April 2016 - PRESENT} % Date(s)
{July 2018 - PRESENT} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Lead the design of cross platform (iOS and Android) application architecture that was based on Xamarin, C\#, ReactiveUI and MVVM.}
\item {Designed, specified and managed implementation of various software components, systems and infrastructure parts throughout our consumer facing, business facing and internal software components.}
\item {Managed a team of software developers, their career progression. Mentored junior colleagues.}
\end{cvitems}
}

%---------------------------------------------------------
\cventry
{Senior iOS Developer~~~·~~~Web Developer} % Job title
{\href{https://heyjobs.co}{HeyJobs GmbH}} % Organization
{Berlin, Germany} % Location
{April 2016 - July 2018} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Designed built and maintained foundations for cross platform (iOS and Android) application architecture, which was based on Xamarin, C\#, ReactiveUI and MVVM.}
\item {Built and maintained continuous delivery mechanisms for mobile applications.}
\item {Built features for the cross platform mobile application, ruby backend and javascript universal front-end webpage.}
\item {Built features for the cross platform mobile application, ruby backend and javascript universal frontend webpage.}
\end{cvitems}
}

Expand Down Expand Up @@ -59,8 +72,8 @@
{December 2012 - PRESENT} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item Created a secure file storage application that uses AES256 encryption and scrypt for key generation - \href{http://appstore.com/seenc}{seenc}. It was the first consumer targeted file encryption solution that used scrypt instead of the more popular (and less secure) PBKDF2.
\item Developed an open source tool to ease iOS application build and distribution - \href{http://github.com/carlossless/tangerine}{Tangerine}.
\item {Created a secure file storage application that uses AES256 encryption and scrypt for key generation - \href{http://appstore.com/seenc}{seenc}. It was the first consumer targeted file encryption solution that used scrypt instead of the more popular (and less secure) PBKDF2.}
\item {Developed an open source tool to ease iOS application build and distribution - \href{http://github.com/carlossless/tangerine}{Tangerine}.}
\end{cvitems}
}

Expand All @@ -80,7 +93,7 @@

%---------------------------------------------------------
\cventry
{Web Developer} % Job title
{Part Time~~~·~~~Web Developer} % Job title
{\href{https://devbridge.com}{Devbridge Group}} % Organization
{Kaunas, Lithuania / Chicago, IL, USA} % Location
{July 2009 - May 2012} % Date(s)
Expand Down
12 changes: 6 additions & 6 deletions sections/skills.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
\begin{cvskills}

%---------------------------------------------------------
\medskip
\cvskill
{Programming Languages} % Category
{Objective-C, C, C\#, Swift, Javascript, Python, Haskell, Ruby, Java, C++, PHP, Rust, Elm, VB.NET, Pascal} % Skills

{Objective-C, Swift, C, Javascript, C\#, Ruby, Rust, Python, Haskell, Java, C++, PHP, Elm, VB.NET, Pascal} % Skills
%---------------------------------------------------------
\medskip
\cvskill
{Other Technologies} % Category
{Cocoa Touch, React, Redux, Express, Reactive Extensions, ASP.NET, HTML, CSS, LaTeX, vim, git, Atom, Xcode} % Skills

{Cocoa Touch, React, Redux, Express.js, Reactive Extensions, Reactive Cocoa, Docker, Terraform, Amazon Web Services, Google Cloud, ASP.NET, HTML, CSS, LaTeX, vim, git, Atom, Xcode} % Skills
%---------------------------------------------------------
\medskip
\cvskill
{Familiar Paradigms} % Category
{Functional Reactive Programing, Test Driven Design, Unit Testing, Continuous Integration} % Skills

%---------------------------------------------------------
\medskip
\cvskill
{Languages} % Category
{Lithuanian \textit{\color{gray}{(native)}}, English \textit{\color{gray}{(fluent)}}, German \textit{\color{gray}{(basic)}}} % Skills

%---------------------------------------------------------
\end{cvskills}

0 comments on commit 6463d5a

Please sign in to comment.