Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f6b6a6f28 | |||
| ca91f9f53e | |||
| fbd8ebbadc | |||
| c3f8625f3b |
6 changed files with 38 additions and 69 deletions
40
.github/workflows/release.yml
vendored
40
.github/workflows/release.yml
vendored
|
|
@ -1,40 +0,0 @@
|
||||||
name: Compile Latex and Release PDF
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- 'v*'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build_latex:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
pull-requests: write
|
|
||||||
steps:
|
|
||||||
- name: Set up Git repository
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Compile LaTeX document
|
|
||||||
uses: xu-cheng/latex-action@v3
|
|
||||||
with:
|
|
||||||
root_file: main.tex
|
|
||||||
- name: Create Release
|
|
||||||
id: create_release
|
|
||||||
uses: actions/create-release@v1
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
with:
|
|
||||||
tag_name: ${{ github.ref }}
|
|
||||||
release_name: ${{ github.ref }}
|
|
||||||
draft: false
|
|
||||||
prerelease: false
|
|
||||||
- name: Upload Release Asset
|
|
||||||
id: upload-release-asset
|
|
||||||
uses: actions/upload-release-asset@v1
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
with:
|
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
|
||||||
asset_path: ./main.pdf
|
|
||||||
asset_name: leonardo-murca-resume-${{ github.ref_name }}.pdf
|
|
||||||
asset_content_type: pdf
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
# resume
|
# resume
|
||||||
|
|
||||||
This is my resume source code built with LaTeX. Check out and download the [latest release](https://github.com/leomurca/resume/releases).
|
This is my resume source code built with LaTeX. Check out and download the [latest release](https://git.leomurca.xyz/leomurca/resume/releases).
|
||||||
|
|
|
||||||
1
main.tex
1
main.tex
|
|
@ -10,6 +10,7 @@
|
||||||
\address{
|
\address{
|
||||||
\href{mailto:leo@leomurca.xyz}{leo@leomurca.xyz} \\
|
\href{mailto:leo@leomurca.xyz}{leo@leomurca.xyz} \\
|
||||||
\href{https://www.linkedin.com/in/leonardoamurca/?locale=en_US}{linkedin.com/in/leonardoamurca} \\
|
\href{https://www.linkedin.com/in/leonardoamurca/?locale=en_US}{linkedin.com/in/leonardoamurca} \\
|
||||||
|
\href{https://git.leomurca.xyz}{git.leomurca.xyz} \\
|
||||||
\href{https://leomurca.xyz}{leomurca.xyz}
|
\href{https://leomurca.xyz}{leomurca.xyz}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,19 +1,25 @@
|
||||||
\begin{rSection}{EXPERIENCE}
|
\begin{rSection}{EXPERIENCE}
|
||||||
|
|
||||||
\textbf{Android Developer} \hfill May 2022 - current\\
|
\textbf{Android Developer} \hfill May 2022 - current\\
|
||||||
ArcTouch LLC @ Disney \hfill \textit{Florianopolis, Brazil}
|
Disney via ArcTouch \hfill \textit{Florianopolis, Brazil}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\itemsep -3pt {}
|
\itemsep -3pt {}
|
||||||
\item Contributed to the success of migration of automated UI tests from Espresso to
|
\item Contributed to the development of a high-traffic Android app with over 5 million downloads in the U.S.,
|
||||||
UIAutomator, achieving 100\% test coverage transition.
|
delivering high-impact features that elevated engagement and user satisfaction.
|
||||||
\item Increased test coverage by 70\%, improving code reliability and maintainability.
|
\item Led part of the migration of automated UI tests from Espresso to UIAutomator, achieving 100\% coverage
|
||||||
\item Developed and shipped a playlist feature, enhancing user engagement with in-app news content.
|
and establishing a more reliable and maintainable testing framework.
|
||||||
\item Delivered critical features such as deep link integration and onboarding tooltips, improving user navigation and retention.
|
\item Boosted overall test coverage by 70\%, substantially improving app stability, reducing production bugs,
|
||||||
\item Spearheaded the migration from XML layouts to Jetpack Compose, modernizing UI development.
|
and increasing confidence in release quality.
|
||||||
\item Mentored and trained a Junior Android Developer, fostering team growth and knowledge sharing.
|
\item Delivered key user-facing features such as onboarding tooltips, deep linking, and a sticky video player,
|
||||||
\item Authored technical blog posts on Android development, contributing to the company's engineering presence.
|
directly enhancing user engagement and retention metrics.
|
||||||
\item Conducted research and PoCs on Jetpack Compose, ExoPlayer, and Coroutines, driving innovation within the team.
|
\item Modernized UI development by driving the migration from traditional XML layouts to Jetpack Compose,
|
||||||
\item Implemented a sticky video feature, allowing users to continue watching videos while reading articles, enhancing the multimedia experience.
|
improving development velocity and maintainability.
|
||||||
|
\item Took ownership of last-minute, high-priority bug fixes, ensuring smooth and on-time releases even under
|
||||||
|
tight deadlines and production pressure.
|
||||||
|
\item Mentored a Junior Android Developer and fostered a culture of technical excellence and collaboration
|
||||||
|
through knowledge sharing and pair programming.
|
||||||
|
\item Authored internal blog posts and led research initiatives on Jetpack Compose, ExoPlayer, and Coroutines,
|
||||||
|
influencing key architectural and strategic decisions within the team.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\textbf{Android Developer}\hfill Feb 2020 - May 2022\\
|
\textbf{Android Developer}\hfill Feb 2020 - May 2022\\
|
||||||
|
|
@ -41,11 +47,14 @@
|
||||||
Queima Diaria \hfill \textit{Belo Horizonte, Brazil}
|
Queima Diaria \hfill \textit{Belo Horizonte, Brazil}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\itemsep -3pt {}
|
\itemsep -3pt {}
|
||||||
\item Initiated career as a software engineer under the guidance of senior mentors,
|
\item Began my engineering career contributing to a streaming fitness platform popular in Brazil, serving
|
||||||
gaining valuable insights and hands-on experience in Web Development.
|
a large and active user base with live and on-demand workout experiences.
|
||||||
\item Delivered a MVP TV App Streaming Client supporting LG and Samsung OS.
|
\item Developed the MVP TV Streaming App for LG and Samsung Smart TVs, expanding the product's reach to
|
||||||
\item Delivered an integration with Vimeo Player for a livestream feature used by
|
the living room experience and strengthening user engagement across platforms.
|
||||||
more than 200.000 active users.
|
\item Integrated the Vimeo Player to enable a livestream feature used by over 200,000 active users,
|
||||||
|
significantly enhancing the product's interactive capabilities and reliability under high traffic.
|
||||||
|
\item Collaborated closely with senior mentors and cross-functional teams, gaining deep hands-on
|
||||||
|
experience in web development and scalable media streaming solutions.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\end{rSection}
|
\end{rSection}
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
\begin{rSection}{SKILLS}
|
\begin{rSection}{SKILLS}
|
||||||
{\bf Language Skills:} Fluent English, Fluent Portuguese, Intermediate Spanish.
|
{\bf Languages:} English (Fluent), Portuguese (Native), Spanish (Intermediate)
|
||||||
|
|
||||||
{\bf Technical Skills:} Java, Kotlin, MVVM, MVP, MVI, Clean Architecture, RESTful APIs, Retrofit,
|
{\bf Languages \& Tools:} Kotlin, Java, Jetpack Compose, MVVM, MVI, Clean Architecture, Retrofit,
|
||||||
SQLite, Room Persistence Library, JUnit, Espresso, Dagger 2, Hilt, Koin, Jenkins, GitLab,
|
Room, SQLite, ExoPlayer, Coroutines, JUnit, Espresso, UIAutomator, Dagger 2, Hilt, Koin, Jenkins,
|
||||||
Scrum, Kanban, Android Studio, SDK Manager, XML, JSON, Performance Optimization, Android Profiler
|
GitLab, Android Studio, XML, JSON, REST APIs, Kotlin Multiplatform and Android Profiler.
|
||||||
|
|
||||||
{\bf Soft Skills:} Strong problem-solving abilities, effective communication skills for collaborating,
|
{\bf Soft Skills:} Strong problem-solving abilities, effective communication skills for collaborating,
|
||||||
with cross-functional teams, adaptability to rapidly changing environments and technologies,
|
with cross-functional teams, adaptability to rapidly changing environments and technologies,
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
\begin{rSection}{SUMMARY}
|
\begin{rSection}{SUMMARY}
|
||||||
A dynamic and results-driven Senior software engineer with 7 years of experience in
|
Senior Android Developer with 7+ years in software engineering, including 5+ years building
|
||||||
software development and 5 years developing Android applications for the healthcare
|
scalable, user-centric Android applications across healthcare and entertainment sectors.
|
||||||
and entertainment sectors. Proven expertise in creating secure and reliable Android
|
Specialized in modern Android development (Jetpack Compose, ExoPlayer, Bluetooth, UI testing)
|
||||||
applications, with advanced technical skills in Android Jetpack, Bluetooth integration,
|
and architecture patterns (MVVM, MVI, Clean Architecture). Passionate mentor, effective
|
||||||
UI testing, ExoPlayer integration, and Coroutines. Committed to continuous learning and
|
communicator, and advocate of continuous improvement, with a strong focus on quality and team
|
||||||
mentoring, with a strong focus on enhancing team capabilities and delivering high-quality
|
enablement.
|
||||||
software solutions.
|
|
||||||
\end{rSection}
|
\end{rSection}
|
||||||
Loading…
Add table
Reference in a new issue