Welcome to my personal portfolio repository! This project showcases my professional experience, skills, and contributions as a Software Engineer specialized in Human-Centered AI (HCAI) and full-stack web development.
I am a Software Engineer with experience in developing innovative web applications and AI-driven systems, with a particular focus on human-AI interaction. My background covers full-stack development, where I have led frontend implementations and contributed to backend services.
I have experience in prompt engineering and designing LLM-based multi-agent systems. As a collaborative team member, I thrive in interdisciplinary environments, working effectively with both technical and non-technical stakeholders to create practical, user-centered solutions. I am passionate about continuous learning and applying new technologies to solve emerging challenges in software development and AI.
This portfolio application is built using Angular.
- Framework: Angular (v16)
- Language: TypeScript
- Styling: SCSS / CSS
- Other Tools: RxJS, Angular Material
Follow these instructions to get a copy of the project up and running on your local machine.
Make sure you have Node.js and npm installed on your system. You can use nvm to obtain the Node version used in the project via the .nvmrc file.
-
Clone the repository:
git clone https://github.com/GabrielEGonzalez97/portfolio.git
-
Navigate into the project directory:
cd portfolio -
Install the dependencies:
npm install
To start the development server:
npm startOr directly via the Angular CLI:
ng serveNavigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
To build the project for production:
npm run buildThe build artifacts will be stored in the dist/ directory.
This portfolio is an adaptation of the developerFolio template created by saadpasta.
This project is for personal portfolio purposes. All rights reserved.