- ๐ญ Iโm currently working in Bloomberg LP
- ๐ฑ Iโm currently learning Rust
- ๐จโ๐ป All of my projects are available at https://matteopossamai.netlify.app/
- ๐ซ How to reach me [email protected]
- ๐ Know about my experiences My Resume
So far I worked in some personal side projects. Here is an overview of some of them.
๐ฐ Pollution - Mad4Feltre: webap where everyone can visualize in a map all the data about the pollution data in the province of Belluno. You can visualize all the data and the history of all the mesurations. It has been built using NodeJS/Express as backend, PostgrSQL as database, and vanilla Javascript HTML/CSS for frontend
๐ Referendum: simple webapp where everyone can sign in, and create a question with only two possible aswer, a sort of survey where other users can vote and also see results. Built using Flask (Python), HTML and CSS.
โฝInShape: simple webapp where the user can insert his data to calculate their body composition, and know how healthy he is. If you sign up, you can have your own page where to insert your body weight changes over the time. Built with Flask (Python), HTML, CSS and Javascript.
๐ moondev.env: simple webapp where user can sign in, create their code online, and also modify it real time. It can be a collaborative tool, in fact you can cooperate with other if you create a common group. So far my biggest project. Built with Node and Express for backend (Javascript), React (Javascript) HTML and CSS for frontend