Welcome to my personal portfolio. This project showcases my academic background, professional experience, publications, and software projects as a Telecommunications Engineer.
Visit the live site at: arthurcadore.github.io
- Profile: Telecommunications Engineer journey.
- Academic: Master's at ITA and Bachelor's at IFSC.
- Professional: Experience at Intelbras and Flin.
- Publications: Papers and thesis with DOI integration.
- Software: Projects like the ARGOS-3 Simulator.
- Resources: Dark mode and responsive design.
- Runtime: Bun
- Frontend: React 19 + TypeScript
- Meta-framework: Vite
- Routing: TanStack Router
- Styling: Tailwind CSS 4
- UI Components: Radix UI / Shadcn UI
- Icons: Lucide React
- Visualization: Recharts
- Deployment: GitHub Pages
Requires Bun.
-
Clone & Install:
git clone https://github.com/arthurcadore/arthurcadore.github.io.git cd arthurcadore.github.io make install -
Development:
make run
-
Build:
make build
├── src/
│ ├── assets/ # Images and assets
│ ├── components/ # UI components (Shadcn/Radix)
│ ├── routes/ # Routes (TanStack Router)
│ ├── lib/ # Utilities
│ └── main.tsx # Entry point
├── vite.config.ts # Vite config
└── package.json # Dependencies
Automated via GitHub Actions to GitHub Pages. Manual deploy: make deploy.
Licensed under the Apache License 2.0.