Electrical Engineer → Software & Cloud Engineer
I build practical, real‑world solutions at the intersection of electrical systems and modern software. Recently focused on AWS cloud, backend & full‑stack JavaScript, and security‑minded engineering.
- LinkedIn: https://www.linkedin.com/in/roland-lulando/
- Email: lulangoroland46@gmail.com
- Portfolio: (coming soon)
“Engineering gave me discipline for problem‑solving. Tech gives me tools to build solutions.”
# Clone
git clone <REPO_URL> && cd <REPO_NAME>
# Backend
npm i
npm run dev
# Frontend (if separate)
cd client
npm i
npm run dev