From 5708bb8292adcc54d3db3a2b78d2098288414772 Mon Sep 17 00:00:00 2001 From: Diego Smania Date: Sat, 5 Oct 2024 16:47:59 -0300 Subject: [PATCH] [latex]: Impove vertical spacing on longtable rows for experience section --- resume.tex | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/resume.tex b/resume.tex index e722e91..e840b3b 100644 --- a/resume.tex +++ b/resume.tex @@ -173,35 +173,28 @@ \section{Profile} \renewcommand{\getsectionbgcolor}{blue!60} \section{Professional Experience} +\renewcommand{\arraystretch}{1.8} \begin{longtable}{p{0.12\textwidth} | p{0.80\textwidth}} % Company: LLW Ingenierķa SRL. \textit{Jul 2020\newline to \newline Present} & \textbf{Software Developer at LLW Ingenierķa S.R.L.} - \vspace{0.75em} - \newline - Involved in the design, development and maintenance of a system for the telecommunications sector. The system consists of a core application/service developed with \textit{\CS} (\textit{.Net Framework} and \textit{The Mono Project}) for a \textit{Linux} environment, aimed at controlling and managing telephony-related hardware devices to provide voice communication between subscribers lying in two different technologies (\textit{X25/LAPB} and \textit{SIP}). This system is complemented by an administrative web panel, developed using the \textit{Laravel framework}, which allows for provisioning, monitoring, configuration, and overall system management. - \vspace{0.75em} \\ + \vspace{0.75em} \newline + Involved in the design, development and maintenance of a system for the telecommunications sector. The system consists of a core application/service developed with \textit{\CS} (\textit{.Net Framework} and \textit{The Mono Project}) for a \textit{Linux} environment, aimed at controlling and managing telephony-related hardware devices to provide voice communication between subscribers lying in two different technologies (\textit{X25/LAPB} and \textit{SIP}). This system is complemented by an administrative web panel, developed using the \textit{Laravel framework}, which allows for provisioning, monitoring, configuration, and overall system management. \\ & - Maintenance and bug tracking/fixing over a \textit{Softswitch} software developed in \textit{C/\CC} technologies. - \vspace{0.75em} \\ + Maintenance and bug tracking/fixing over a \textit{Softswitch} software developed in \textit{C/\CC} technologies. \\ & - Development of scripts with \textit{Python} to automate tasks at the company for different purposes. - - \vspace{0.75em} \\ + Development of scripts with \textit{Python} to automate tasks at the company for different purposes. \\ % Company: Microtrol SRL. \textit{Sep 2011\newline to \newline Feb 2020} & \textbf{Software Developer at Microtrol S.R.L.} - \vspace{0.75em} - \newline - In the early years of my career, I developed and maintained several interactive applications for digital television transmissions as part of the \textit{GINGA Project}, utilizing \textit{NCL} and \textit{LUA}. One notable project was a soccer statistics application that was broadcast alongside each match of the \textit{Argentine Soccer League}. - \vspace{0.75em} \\ + \vspace{0.75em} \newline + In the early years of my career, I developed and maintained several interactive applications for digital television transmissions as part of the \textit{GINGA Project}, utilizing \textit{NCL} and \textit{LUA}. One notable project was a soccer statistics application that was broadcast alongside each match of the \textit{Argentine Soccer League}. \\ & - As I gained experience, I transitioned into firmware development for \textit{Set-Top Boxes (STBs)} with various architectures (\textit{SH4}, \textit{ARM}), primarily using \textit{C/\CC}. My key contributions during this phase included integrating the latest \textit{GINGA Middleware} into \textit{STB} devices, implementing a custom \textit{MPEG-DASH Adaptive Streaming} protocol, and developing a new generation of \textit{STBs (non-Android)} that supported native multimedia applications, including \textit{Twitter} and \textit{YouTube} clients. - \vspace{0.75em} \\ + As I gained experience, I transitioned into firmware development for \textit{Set-Top Boxes (STBs)} with various architectures (\textit{SH4}, \textit{ARM}), primarily using \textit{C/\CC}. My key contributions during this phase included integrating the latest \textit{GINGA Middleware} into \textit{STB} devices, implementing a custom \textit{MPEG-DASH Adaptive Streaming} protocol, and developing a new generation of \textit{STBs (non-Android)} that supported native multimedia applications, including \textit{Twitter} and \textit{YouTube} clients. \\ & In the final and most extended phase of my role, I focused on developing and maintaining a web-based system that managed logistics, monitoring, and remote support for a set of \textit{Android} devices distributed to the education sector as part of a government program. I worked with technologies such as \textit{PHP}, \textit{JavaScript/jQuery}, \textit{HTML5/CSS3}, \textit{SQL}, and frameworks/libraries like \textit{Bootstrap}, \textit{AdminLTE}, and \textit{Laravel}. Additionally, I handled bug tracking and troubleshooting in the \textit{Android} device firmware and the underlying agent responsible for reporting device information to the web system. \end{longtable}