Hi! My name is Dario

I'm a Full Stack Web Developer!

I consider myself a problem-solver that enjoys challenges that push my limits, it's out of the comfort zone where I give my best. I got a curious mind that loves to learn, and loves to share knowledge with others!

Having recently discovered my passion for developing software solutions, I'm determined to make a career in programming that I can love and grow into. I believe I have the potential, mentality, and working ethics to become a great Developer.

I enjoy working in teams and collaborating with peers, so we can together overcome challenges and reach goals. I am looking for opportunities to meet interesting people, and maybe even work together - If you are interested too, contact me!

code

Experience


Full-stack Developer Intern

jul 2021 – ago 2021

Project developed as a group internship for the Wipit company on August 2021. Wipit is a platform that connect developers of different seniorities looking to help each other to overcome problems. You can post your assignment for help and a colleague can join on a pair programming session.

  • Working in a team using SCRUM, I took part as a co-leader and Full-Stack developer.
  • Led the development of the models for the application and managed the version control of the code.
  • Implemented live notifications using socket.io and laid down the style of the page using Chakra UI.
  • Helped with the integration of authentication and JWT.
  • Technologies used: React - Redux - Node.js - Express - Chakra UI - socket.io

Projects


Jam Central

Jam Central is a web-app developed as a social network for musicians and aficionados of music to share concert events. Develop following a .Net course within three weeks.
  • Using ASP MVC for the back-end.
  • Vanilla JS and CSS on the front-end.
  • Entity as the ORM connected to a SQLServer database.
  • Develop with a full suite of unit-tests and intergration-tests using NUnit and Ninject.
  • Deployed by myself on Azure alongside database.
  • ASP MVC Entity Ninject

Henry-TI Pokemon

Individual project developed in July 2021 as the PI for soyHenry Bootcamp, made from scratch within 2 weeks was my first implementation using PERN stack.

  • Used Node.js for the backend and ExpressJS for the server.
  • The database was made in PostgreSQL and Sequelize as the ORM.
  • The frontend is implemented with React and Redux.
  • Styles were made with vanilla CSS.
  • Deployed to vercel for the live demo.
  • React Redux Node.js Express

Do Smart

An interactive task manager app with multiple functionalities on an minimalist design.Developed from scratch within a week utilizing .Net framework.
  • Using ASP MVC for the back-end (controller-action pattern)
  • Razor on the front-end (plain views) using vanilla JS for DOM manipulations and plain CSS
  • Entity as the ORM (laying down migrations for easy deployment) connected to a SQLServer database.
  • Implemented with authentication and deployed as a WebApp on azure.
  • ASP MVC Entity