Welcome to my portfolio! This project was created to showcase my skills and projects in the field of development.
This portfolio has been developed using React.js and demonstrates my experience with technologies such as Java, Python, APIs, Webhooks, Security, and DevOps.
Access the online portfolio: https://s-v7.github.io/portfolio-silas
- Java - Backend development and service-oriented architectures
- Python - Rapid development and automation scripts
- APIs - Building and integrating RESTful services
- Webhooks - Event-driven integrations and automated workflows
- Security - Implementing best practices for application security
- DevOps - Streamlining development and operational processes
- React.js - Dynamic and reactive user interface
- TypeScript - Enhancing JavaScript with static typing
- Docker - Containerization for consistent environments
- Nginx - Web server and reverse proxy functionality
- Vite - Fast development environment
- Clone this repository:
git clone https://github.com/s-v7/portfolio-silas.git cd portfolio-silas - Install the dependencies:
npm install
- Start the development server:
npm start
- The project will open at http://localhost:3000
This project is licensed under the MIT License. Feel free to contribute and share!
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.