CV — Manvinder Singh
Viewing: Italian
Full-Stack Developer — Italy

MANVINDER SINGH DAYAL

I value time and structure, making every minute count toward growth and improvement. My goal is to learn through real-world experience while delivering results that exceed expectations. I specialize in clean, minimal designs paired with intuitive functionality. I continuously challenge myself to evolve, adapt, and transform ideas into practical, high-impact solutions.

See my work
3+
Year exp.
12+
Projects
Coffee
api.controller.js
// GET /products/:id
const getProduct = async (req, res) => {
const { id } = req.params;
const product = await Product.findById(id);
if (!product) return res
.status(404).json({ error: 'Not found' });
res.json({ success: true, product });
};
module.exports = { getProduct };
01
3+
Years
12+
Projects
Full-Stack Development Vite & Vue Laravel & Node.js Docker & DevOps Database Design REST API Open Source Home Lab n8n Full-Stack Development Vite & Vue Laravel & Node.js Docker & DevOps Database Design REST API Open Source Home Lab n8n
About me
A DEV
WHO GETS
THINGS DONE.
M.S.D

I'm a Full-Stack Developer based in Brescia, Italy. I start from the database and work all the way up to the interface — making sure every layer actually works in production, not just on localhost.

I've worked with startups and SMEs building products from scratch: well-structured REST APIs, reactive frontends with Vue and React, containerized deployments with Docker. I'm self-sufficient, methodical and obsessed with details.

In my spare time I run a Proxmox home server, contribute to open-source projects and study C to have no excuses left about memory management.

Frontend
85%
Backend
90%
DevOps
70%
Database
80%
Selected work
WHAT I'VE
BUILT.
03
01
HOMELAB PROXMOX
Self-hosted infrastructure with Proxmox: containerized services including Nextcloud and WireGuard VPN with remote secure access and monitoring
Proxmox Docker WireGuard Nextcloud Linux
2024
02
SELF-HOSTED WEBSITE
Personal website hosted on Raspberry Pi with Nginx, custom domain, SSL configuration and remote deployment management
Raspberry Pi Nginx SSL DNS Linux
2024
03
BOOLBNB
Full-stack web app for apartment booking with fake payment system via API and map integration showing approximate locations for privacy. Includes user and host dashboards
Vue / Vite Laravel API Maps MySQL
2023
Technologies
FULL
STACK.
Frontend
React Vue 3 TypeScript Vite HTML/CSS
Backend
Laravel Node.js PHP Express REST API
Database
MySQL Firebase
DevOps & Infra
Docker Linux Proxmox WireGuard Nginx GitHub Actions
Get in touch
LET'S WORK
TOGETHER?