
Hi, my name is
John Vincent Basto
Full-Stack Web Developer +3 years
Code that performs | Interfaces that impress
Backends that scale | Create what matters
Let’s build your next big idea.
Hi, I'm vince. A full-stack web developer with +3 years of professional experience building fastscalableresponsive web apps and backend APIs. I specialize in modern tools like next jsnode jsmongodbtypescript
I'm currently focused on backend architecture, deployment, and experimenting with AI technologies to expand my skill set.

// React Js
const Code = ({ children }) => {
return <span>Hello World!</span>
}
// Node.js
const http = require("http")
http.createServer((req, res) => res.end("Hello")).listen(3000)
// Express.js
const express = require("express")
const app = express()
app.get("/", (req, res) => res.send("Hello"))
// MongoDB Shell
use myDatabase
db.users.find()
-- MySQL
SELECT * FROM users;
// Flutter
void main() => runApp(MyApp());
# Linux Command
ls -la /var/www
# Git
git commit -m "Initial commit"

Real Estate
This is a real-estate app with maps, app is yet to be completed, since I just wanted to make this as a playground for testing / learning aws services while making it also a project


Multi Tenant MongoDB
A typical multi-tenant api application using Node js, MongoDB and Express.js which can connect to multiple mongo uri and access its databases. It can setup a project per database wtih authentication
