diff --git a/.gitattributes b/.gitattributes index d04fcb3..d97109a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,5 @@ CVFedericoPolidoro[[:space:]]Pero[[:space:]]es[[:space:]]un[[:space:]]pdf[[:space:]]de[[:space:]]imagenes.pdf filter=lfs diff=lfs merge=lfs -text CVFedericoPolidoroImg.pdf filter=lfs diff=lfs merge=lfs -text CVFedericoPolidoro.pdf filter=lfs diff=lfs merge=lfs -text +CVFedericoPolidoroEng.pdf filter=lfs diff=lfs merge=lfs -text +CVFedericoPolidoroEngImg.pdf filter=lfs diff=lfs merge=lfs -text diff --git a/CVFedericoPolidoro.org b/CVFedericoPolidoro.org index c249b60..56f8715 100644 --- a/CVFedericoPolidoro.org +++ b/CVFedericoPolidoro.org @@ -3,11 +3,10 @@ * Sobre Mí Soy estudiante de La Carrera de Ingenieria de software en la UAI, En tercer año. \\ -Tengo 21 años de edad. \\ Curse mis estudios secundarios en el colegio de La Salle, obteniendo el titulo de bachiller con orientacion contable, por lo tanto tengo conocimientos relacionados con la contabilidad, economia y administracion de empresas. \\ Curse estudios de ingles en Cultural Inglesa obtieniendo el titulo otorgado por la Universidad de Cambridge "First B2". \\ -Siempre interesado en aprender. +Tengo 21 años de edad. * Tecnologias que he utilizado - *.Net c#*, \\ diff --git a/CVFedericoPolidoro.pdf b/CVFedericoPolidoro.pdf index d0dfc4d..51a278c 100644 Binary files a/CVFedericoPolidoro.pdf and b/CVFedericoPolidoro.pdf differ diff --git a/CVFedericoPolidoroEng.org b/CVFedericoPolidoroEng.org new file mode 100644 index 0000000..f2f385a --- /dev/null +++ b/CVFedericoPolidoroEng.org @@ -0,0 +1,60 @@ +#+title: CV Federico Polidoro +#+options: date:nil toc:nil author:nil + +* About Me +I am a third-year Software Engineering student at UAI. \\ +I completed my high school studies at La Salle school, obtaining a bachelor's degree with a focus on accounting, which gave me knowledge in accounting, economics, and business administration. \\ +I studied English at Cultural Inglesa and earned the "First B2" certificate awarded by the University of Cambridge. \\ + +I am 21 years old. + +* Technologies I have used +- *.Net C#*, \\ + ~For the final projects at university, I have used .Net 7 and now 8.~ + +- *AspNet Core*, \\ + ~I have used it in multiple projects for university assignments.~ + +- *Entity Framework*, \\ + ~I have used it to both generate tables based on classes and to generate entities/classes from tables.~ + +- *SQL*, \\ + ~I completed both "Databases" and "Advanced Databases" courses at university; I have strong knowledge of SQL.~ + +- *Web Development*, \\ + ~I have worked with React and Svelte on various projects for university.~ + +- *Git*, \\ + ~I commonly use it for local version control on small projects or notes. I run a Gitea instance (a Git forge) where my classmates and I store university notes.~ + +- *GNU/Linux installations*, \\ + ~I have performed installations and maintenance of Debian on my home server.~ + +- *Nginx Web Server Configuration*, \\ + ~Since I host my own website for notes and run several services (like a Gitea instance), I have learned how to configure it.~ + +* Experience +** University Final Projects + +- [April/2024 – Present] \\ + I have designed the database and completed the documentation for the final project in the Software Engineering/Thesis course. I’ve started coding the web APIs using AspNet with a 4-layer model: Entities, Model, Controller, and View. + I use Svelte for the front-end (web). Among the project requirements are a login module with security, a backup annex explaining the backup strategy, and an audit module to track system data changes. + To store contract files, I use MinIO S3 (compatible with AWS S3 but self-hosted) for storing rental contract files. + Based on my estimates, the project will be completed by March or June 2025. + +- [Second Semester 2024] \\ + For the Applied Databases course, I developed a dashboard using React + AspNet + MySQL. + +- [December/2023 – July/2024] \\ + I am developing a system for the Object-Oriented Programming final project, _a university course_, which is a stock management system for a wholesale distributor, including email notifications when stock is low. + +- [August/2024 – December/2024] \\ + I prepared a second iteration of the Object-Oriented Programming final project, incorporating persistence with a database I designed and making graphical improvements (using .Net WinForms). + I presented the project at the December 2024 exam board. Update: I passed and added a reporting module to generate reports based on start and end dates, with the option to filter by client. + +- [] + +* Contact +- Email: federico.nicolas.polidoro@gmail.com +- Secondary email: celu@fedesrv.ddns.net +- Phone: +54 341 3885895 diff --git a/CVFedericoPolidoroEng.pdf b/CVFedericoPolidoroEng.pdf new file mode 100644 index 0000000..a03ce42 Binary files /dev/null and b/CVFedericoPolidoroEng.pdf differ diff --git a/CVFedericoPolidoroEngImg.pdf b/CVFedericoPolidoroEngImg.pdf new file mode 100644 index 0000000..d676380 Binary files /dev/null and b/CVFedericoPolidoroEngImg.pdf differ diff --git a/CVFedericoPolidoroImg.pdf b/CVFedericoPolidoroImg.pdf index a8fa617..4ed96f5 100644 Binary files a/CVFedericoPolidoroImg.pdf and b/CVFedericoPolidoroImg.pdf differ diff --git a/makefile b/makefile index a8c2233..16fcb8f 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,10 @@ + run: pandoc CVFedericoPolidoro.org -o CVFedericoPolidoro.pdf -Vgeometry:margin=2cm pdftoppm CVFedericoPolidoro.pdf output_prefix -png img2pdf output_prefix-*.png -o CVFedericoPolidoroImg.pdf + +eng: + pandoc CVFedericoPolidoroEng.org -o CVFedericoPolidoroEng.pdf -Vgeometry:margin=2cm + pdftoppm CVFedericoPolidoroEng.pdf output_prefix -png + img2pdf output_prefix-*.png -o CVFedericoPolidoroEngImg.pdf