Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
feature: make PDF 2 pages long
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz.czaplinski committed Nov 17, 2019
1 parent 2771f7b commit 3c33088
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 48 deletions.
42 changes: 9 additions & 33 deletions org/experience.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,68 +2,44 @@
** Tooploox
:FROM: 2014-06-07
:TO: 2019-10-31
:POSITION: Fullstack Developer
Joined as a Junior, left on a path to Seniority after 5 years. In the meantime built products with many startups and startup-like companies (listed underneath). Had the chance to take part in explosive growth of the organisation (from 6 to over 150 people).
:POSITION: Senior Fullstack Developer
Took part in explosive growth of the company. In the meantime built products with many startups and startup-like companies (listed underneath).
** One of major car manufacturers
:FROM: 2019-09-01
:TO: 2019-10-31
:POSITION: Freelance Researcher / Developer
Proof-of-concept for API working in car's head unit, providing information about broadcasts based on car location.
Designed update & storage mechanism,
Implemented set of embedded binaries with Go,
Cleaned production data & simulated patching process throughout a year,
Designed & implemented set of embedded binaries, cleaned production data & simulated patching process.
** Quizzpy
:ICON: https://d33wubrfki0l68.cloudfront.net/b0e95300f043b4d28372f8cf19277df987c936bc/b2032/quizzpy-logo.2aacc600.svg
:FROM: 2018-03-01
:TO: 2019-09-01
:POSITION: Tech Lead / Principle Software Engineer
Live trivia show, targeted for Polish audience. Worked in small cross-competence Scrum team.
Spearheaded architecture & scaling efforts,
Took part in implementation of backend in Elixir,
Supported streaming pipeline while reducing infrastructure costs,
Converted infrastructure into IaaC model & maintained it using Ansible & Terraform,
Evaluated several Kanban boards to be used by development team (Trello, Taiga, Zenhub),
** Implementation of Holacracy
Live trivia show, targeted for Polish audience. Startup-like environment, with small team having full control of the product.
Spearheaded architecture & scaling efforts, implemented backend,
Developed infrastructure in IaaC model while reducing costs,
** Holacracy at Tooploox
:ICON: https://images.squarespace-cdn.com/content/5d1239a79c02150001db74d4/1561475648342-TU0F0W6TRID5IAKCKM0E/Holacracy_Primary.png?format=1500w&content-type=image%2Fpng
:FROM: 2018-09-01
:TO: 2019-10-31
:POSITION: Various roles
Part of initial group which evaluated various frameworks for power division in organisation.
Shared knowledge about Holacracy as one of initial mentors,
Spearheaded forming structures around Engineering group as Facilitator, Architect, Estimator and later Strategy Guardian,
:POSITION: Facilitator, Architect, Estimator, Strategy Guardian (Engineering circle),
** Group Nine Media
:ICON: https://en.wikipedia.org/wiki/Group_Nine_Media#/media/File:Group_Nine_Media_Logo.svg
:FROM: 2016-01-01
:TO: 2018-03-01
:POSITION: Data Pipeline Tech Lead
Platform for monitoring & analysis of publishings on social platforms.
Took over PoCs created by AI/ML Engineers, mostly working with CSVs,
Designed initial push into online system based on Lambda architecture,
Lead team of engineers which implemented whole pipeline,
Maintained features for users like Anomaly Detection and Looker integration,
Helped Data Scientists work with over 3TB of data with PySpark, Jupyter and Apache Zeppelin,
Took part in on-call system which helped keep the system online for 2 years,
Implemented and oversaw monitoring using Datadog,
Helped Ops team maintain and extend infrastructure with Chef,
Designed data pipeline based on Lambda architecture & lead team that implemented and maintained it,
** NowThis
:ICON: https://en.wikipedia.org/wiki/NowThis_News#/media/File:Now_This_Logo_White.svg
:FROM: 2014-10-01
:TO: 2016-01-01
:POSITION: Backend Developer
Custom workflow & automatization platform. Worked part-time as part of several backend groups.
Helped design architecture based on EventSourcing and CQRS,
Implemented CI/CD pipeline using Ruby and Jenkins,
Helped developers deploy and debug containers using Docker, Hashicorp Nomad & Vault,
** Golem app
:ICON: https://web.archive.org/web/20160318141954im_/http://golemapp.com/static/images/logo.png
:FROM: 2014-06-07
:TO: 2014-09-01
:POSITION: Junior Fullstack Developer
Remote camera control for iOS devices with Galileo.
Wrote simple backend in Node.js,
Implemented analytics features using MongoDB and Angular 1.0,
Added Hangouts integration with React,
Took care of deployment and maintenance with Fabric on Debian,
* Skills
** Backend
:LEVEL: Senior
Expand Down
19 changes: 4 additions & 15 deletions resources/templates/resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<% safe %>
\section{Contact}
\begin{multicols}{2}
\textbf{email}\\
\noindent\textbf{email}\\
<{resume.basics.email}>\\
\textbf{location}\\
<{resume.basics.location.city}> (<{resume.basics.location.countryCode|upper}>)
Expand All @@ -29,7 +29,7 @@ \section{Profiles}
<% endif %>
<% endfor %> \\
<% for profile in resume.basics.profiles %>
<{ profile.username }> (<{ profile.url }>)
<{ profile.url }>
<% if not forloop.last %>
&
<% endif %>
Expand All @@ -39,7 +39,7 @@ \section{Profiles}
\section{Education}
<% for education in resume.education %>
\datedsubsection{<{education.institution}>}{<{education.startDate|date:"MMM yyyy"}> — <{education.endDate|date:"MMM yyyy"}>}
\textbf{<{education.area}>} - <{education.studyType}>
\noindent\textbf{<{education.area}>} - <{education.studyType}>
<% endfor %>
\section{Skills}
\begin{multicols}{2}
Expand Down Expand Up @@ -72,17 +72,6 @@ \subsubsection{<{ work.position}>}
<% endif %>
<% endfor %>
\section{Interests}
<% for interest in resume.interests %>
\subsection{<{interest.name}>}
<% if interest.keywords|not-empty %>
\begin{itemize}
\setlength\itemsep{0.1em}
<% for keyword in interest.keywords %>
\item <{ keyword|escape-tex }>
<% endfor %>
\end{itemize}
\vspace{0.5em}
<% endif %>
<% endfor %>
<% for interest in resume.interests %><{interest.name}><% if not forloop.last? %>, <% endif %><% endfor %>
\end{document}
<% endsafe %>

0 comments on commit 3c33088

Please sign in to comment.