Hi! I'm Toby Nguyen.

A Software Engineer with 3 years of experience building scalable systems, modern web apps, and smooth user experiences using Laravel + React.

It's me, Toby :)

About Me

Tech enthusiast with a passion for |.

fetch-quote.js
fetch('/api/quotes', {
    method: 'POST',
    body: JSON.stringify({ title: 'New Quote' }),
})
.then(res => res.json())
.then(console.log);
QuoteController.php
<?php
class QuoteController {
    public function store($data) {
        return Quote::create($data);
    }
}

I enjoy building tools that make work smoother and faster — from backend systems to beautiful UIs.

Skills & Tech Stack

and still learning more...

My Projects

Project to Quote System (P2Q)
Project to Quote System (P2Q)
A CRM-like tool built with Laminas + React for managing projects, quotes, and customer data.
LaminasReactSQL Server
Portfolio Site
Portfolio Site
My personal portfolio built with Next.js, Tailwind, and shadcn/ui.
Next.jsTailwindCSSshadcn/ui
Data Dashboard
Data Dashboard
An admin dashboard visualizing admin role with Laravel + NextJS.
LaravelInertiaJSReactshadcn/uiNeonDB

Experience

Full-stack Web Developer - Centura

Sep 2023 - Sep 2025

Building and maintaining enterprise systems (P2Q), implementing new features, and optimizing database performance.

Junior Web Developer - Humber College

April 2022 - Sep 2023

Maintained and extended internal applications such as the student information portal and faculty scheduling system, ensuring stability and adding requested features using PHP, JavaScript, and SQL Server.

Get In Touch

I'm always open to discussing new opportunities, collaborations, or side projects.

Say Hello 👋
Built with Next.js, TailwindCSS & shadcn/ui — Deployed on Vercel