The personal portfolio of Stefan Anatolio Bobrowski — a Senior Front-End Developer and Full-Stack Engineer with over a decade of professional experience.
This site showcases select work, technical accomplishments, and development interests, with a focus on clean UI/UX, performance, and maintainable code.
- Frontend: React (Create React App)
- Styling: SCSS / CSS3
- Language: JavaScript (ES6+)
- Hosting: Nginx on Ubuntu (DigitalOcean VPS)
npm install
npm startBuild for production:
npm run buildThe site is deployed manually using scp to a DigitalOcean server running Nginx. After building:
npm run build
scp -r build/* user@your-server-ip:/var/www/htmlMake sure your Nginx config points to /var/www/html.
Created by @stefanbobrowski
🌐 stefanbobrowski.com
This project is licensed under the MIT License.