Experience
I'm a data engineer based in Curitiba, Brazil. I'm currently working at Electrolux with process automation and data analysis.
I also work as a bot freelancer. Feel free to contact me here.
I'm a Bachelor of Information Systems student at the Federal Technological University of ParanĂ¡ (UTFPR) and a Python developer. Currently focusing on Data Science and creating automation bots.
I'm a data engineer based in Curitiba, Brazil. I'm currently working at Electrolux with process automation and data analysis.
I also work as a bot freelancer. Feel free to contact me here.
Example of a project where manual data entry was required. It was automated to automatically fill in the data in the portal from an input file and generate a result file as an output.
* The video has an apparent window for demonstration purposes.
Example of Webscraping data with Selenium and Pandas. Here, from an executable, the data is extracted from ReclameAqui and consumidor.gov, and the output is a .csv file with the extracted data.
* The video has an apparent window for demonstration purposes.
Example of a web page created using Flask, HTML, and Tailwind designed to provide access to automations with a server-client system.
In the video I show the login process, with pages not accessible if you are not logged in. Next I show some pages of the scripts that can take email, password and files as input; with the output being stored on the server when needed, with a results page to download them. Next I show the admin page with access to the user table in the database. Logins are stored with hashed passwords, and only people with admin privileges can access the admin page.