After my two-year exchange in Japan, a country surrounded by technology, I decided to change careers completely. I was approved in a selection process in a Web Development school (Kenzie Academy Brazil) and as soon as I started my studies I fell completely in love with programming. After two months, I started my internship. Currently, I am opening a startup with four other programmers with whom I worked on a project at Kenzie Academy and I am looking for a full-time job as a programmer, to learn more and more and to challenge myself every day.
ToDo List
In this application, after registering, the user can write down tasks and access them on any device, just by logging into the site. Built in JavaScript and React. For styling, styled-components was used.
Application Banking
Add bank transactions, either incoming or outgoing. Built in JavaScript and Next.js. For styling, styled-components was used.
Hamburguer Shop
A simple e-commerce, in which you can add and remove products from your cart. The mobile layout is different from the layout for computers. Built in JavaScript and Next.js. For styling, styled-components was used.
Developer Hub
After registering, the user can add information about him/herself such as technologies that he/she is proficient in and the level of proficiency in these technologies. He/She can also edit and delete this information. Built in TypeScript and React. For styling, styled-components was used.
restful API - real estate management
A restful API for real estate management, with 5 routes: users, login, categories, properties and schedules. Developed in Node.js, Express.js, TypeScript and TypeORM, with the database in PostegreSQL. For security, the bcryptjs and json-web-token packages were used. Throughout the project, Docker was used. Tests for all routes were created. The diagram is inside the project folder.