diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2024-09-02 12:31:33 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2024-09-02 12:31:33 -0300 |
commit | 421820bb9348b0b81b529f77cecd20832e0b597b (patch) | |
tree | 30a20bcfdbb91fc547c5964d702b9d7951673e07 /cv-dato.tex | |
parent | 8cf8a112cb46dcd61aae4b0e019ee842a999696b (diff) | |
download | cv-421820bb9348b0b81b529f77cecd20832e0b597b.tar.gz cv-421820bb9348b0b81b529f77cecd20832e0b597b.tar.bz2 |
making some sentences shorter, and putting the articles' url in place
Diffstat (limited to 'cv-dato.tex')
-rw-r--r-- | cv-dato.tex | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/cv-dato.tex b/cv-dato.tex index d9e7f71..347603f 100644 --- a/cv-dato.tex +++ b/cv-dato.tex @@ -34,12 +34,13 @@ Some of my key accomplishments are: \begin{cvitemize} \item Developing multithreading software in \cvemph{C} that communicates with external devices and runs 24/7 non-stop. - \item Programming a library to demux \cvemph{MPEG Transport-Stream} and to decode some codecs, and another one to receive \cvemph{HLS} content. + \item Programming a library to demux \cvemph{MPEG Transport-Stream}, and another one to receive \cvemph{HLS} content. + \item Implementing an algorithm and making a library to compare images and videos and decide if they are similar or not. \item Making clipping software to cut a video without re-encoding, taking advantage of the \cvemph{GOP} structure. - \item Adding hardware support to our products implementing the device API, such as \cvemph{AJA}, \cvemph{Blackmagic}, \cvemph{DekTec}, \cvemph{Hauppauge}, and more. + \item Adding hardware support implementing the device API, such as \cvemph{AJA}, \cvemph{Blackmagic}, \cvemph{DekTec}, \cvemph{Hauppauge}, and more. \item Fixing and improving external projects such as improving the \cvemph{SRT} code in the \cvemph{FFmpeg} library, adding functionality to \cvemph{yt-dlp},\footnote{\href{https://github.com/yt-dlp/yt-dlp/commit/0d531c35eca4c2eb36e160530a7a333edbc727cc}{https://github.com/yt-dlp/yt-dlp/commit/0d531c35eca4c2eb36e160530a7a333edbc727cc}} and improving the \cvemph{TBS} driver.\footnote{\href{https://github.com/tbsdtv/linux\_media/commit/98fa0e79a07a2f4b869eda147a8c52967d1edc51}{https://github.com/tbsdtv/linux\_media/commit/98fa0e79a07a2f4b869eda147a8c52967d1edc51}} \item Working with \cvemph{Perl}, \cvemph{Bash}, and \cvemph{Python} to write small scripts or programs, and sometimes improving our web application using \cvemph{React} and \cvemph{JavaScript}. - \item Traveling to other countries for business. In the year 2021, I went to Mexico to show our products to the government, as they needed a system to monitor the TV and radio broadcast. I also participated in the \cvemph{NAB Show} in 2024.\footnote{National Association of Broadcasters trade show, held in Las Vegas --- \href{https://nabshow.com/2024/}{https://nabshow.com/2024/}} + \item Traveling to other countries for business. In the year 2021, I went to Mexico to show our products to the government, as they needed a system to monitor the TV and radio broadcast. In 2024, I participated in the \cvemph{NAB Show}\footnote{National Association of Broadcasters trade show --- \href{https://nabshow.com/2024/}{https://nabshow.com/2024/}} as an exhibitor in Las Vegas. \end{cvitemize}} \timeitem{2023}{Present}{\cvhref{https://it.borealtech.com/en/}{Boreal IT}}{Freelancer} @@ -50,20 +51,19 @@ \item Reviewed and found an issue with a \cvemph{Siemens PLC} that wasn't working as expected. \item Adding functionalities to an \cvemph{Android} application written in \cvemph{Java}. \item Fixing bugs in a \cvemph{React Native} application. - \item Improving and fixing bugs in a backend written in \cvemph{Java} and \cvemph{Spring JPA}, and another one in \cvemph{.NET} and \cvemph{Entity Framework Core}. + \item Adding functionality to a backend written in \cvemph{Java} and \cvemph{Spring JPA}, and another one in \cvemph{.NET} and \cvemph{Entity Framework Core}. \item Working in frontend with \cvemph{React}. \end{cvitemize}} \timeitem{2020}{2022}{\cvhref{https://www.baeldung.com/}{Baeldung}}{Linux Technical Writer} - {I wrote several technical articles about \cvemph{Linux} and \cvemph{Bash}. In this experience, I improved my writing skills and also my technical knowledge. Here are some of them: + {I wrote several technical articles about \cvemph{Linux} and \cvemph{Bash}. In this experience, I improved my writing skills and also my technical knowledge. Here are some examples of articles I wrote: \begin{cvitemize} - \item \cvhref{https://www.baeldung.com/linux/replace-string-one-line-text-file}{Replace String in a Large One Line, Text File in Linux} - \item \cvhref{https://www.baeldung.com/linux/ipc-performance-comparison}{IPC Performance Comparison: Anonymous Pipes, Named Pipes, Unix Sockets, and TCP Sockets} - \item \cvhref{https://www.baeldung.com/linux/bind-mounts}{Understanding Bind Mounts} - \item \cvhref{https://www.baeldung.com/linux/store-command-in-variable}{Storing a Command in a Variable in a Shell Script} - \item And more.\footnote{Articles I wrote at Baeldung --- \href{https://www.baeldung.com/linux/author/nicolasdato/}{https://www.baeldung.com/linux/author/nicolasdato/}} - \end{cvitemize} - } + \item Replace String in a Large One Line, Text File --- \href{https://www.baeldung.com/linux/replace-string-one-line-text-file}{https://www.baeldung.com/linux/replace-string-one-line-text-file} + \item IPC Performance Comparison --- \href{https://www.baeldung.com/linux/ipc-performance-comparison}{https://www.baeldung.com/linux/ipc-performance-comparison} + \item Understanding Bind Mounts --- \href{https://www.baeldung.com/linux/bind-mounts}{https://www.baeldung.com/linux/bind-mounts} + \item Storing a Command in a Variable in a Shell Script --- \href{https://www.baeldung.com/linux/store-command-in-variable}{https://www.baeldung.com/linux/store-command-in-variable} + \item Here the full list of articles: \href{https://www.baeldung.com/linux/author/nicolasdato/}{https://www.baeldung.com/linux/author/nicolasdato/} + \end{cvitemize}} \timeitem{2009}{2011}{\cvhref{https://www.consultoriaglobal.com.ar/cgweb/?lang=en}{Consultor\'{\i}a Global}}{Ssr Java Developer} {I developed several web applications for financial institutions, using \cvemph{Java} and frameworks such as \cvemph{JSP}, \cvemph{Hibernate}, \cvemph{Spring}. I also worked in frontend using \cvemph{HTML}, \cvemph{JavaScript}, and \cvemph{CSS}. |