push pdfs en ingles
Signed-off-by: fede <federico.nicolas.polidoro@gmail.com>
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -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
|
||||
|
||||
@@ -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#*, \\
|
||||
|
||||
Binary file not shown.
60
CVFedericoPolidoroEng.org
Normal file
60
CVFedericoPolidoroEng.org
Normal file
@@ -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
|
||||
BIN
CVFedericoPolidoroEng.pdf
Normal file
BIN
CVFedericoPolidoroEng.pdf
Normal file
Binary file not shown.
BIN
CVFedericoPolidoroEngImg.pdf
Normal file
BIN
CVFedericoPolidoroEngImg.pdf
Normal file
Binary file not shown.
Binary file not shown.
6
makefile
6
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
|
||||
|
||||
Reference in New Issue
Block a user