Skip to content

nhatvu148/nhatvu148

Repository files navigation

wakatime

Hi, I'm Vu

Studied aerospace, ended up building software. Now working on AI agents, 3D visualization, and desktop apps.

use ai::{agents, mcp, rag};
use graphics::{threejs, webgl, ceetron};

#[derive(Debug, Clone, CoffeePowered)]
pub struct Vu {
    langs: Vec<&'static str>,
    building: Vec<&'static str>,
}

impl Vu {
    pub fn init() -> Self {
        Self {
            langs: vec!["TypeScript", "Python", "Rust", "C++"],
            building: vec![
                "Full-stack apps",
                "AI Agents & RAG",
                "3D/CAE visualization",
                "Tauri desktop apps",
            ],
        }
    }

    pub fn run(&self) -> Result<(), Burnout> {
        for project in &self.building {
            self.build(project)?;
            self.learn()?;
            self.coffee()?;
        }
        Ok(())
    }
}

fn main() -> Result<(), Burnout> {
    Vu::init().run()
}

Things I play with

TypeScript   Python   Rust   C++   React   Angular   PostgreSQL   MongoDB   Redis   Docker  

This week

WakaTime Activity


nhatvu148.dev

About

A brief introduction to my Github page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •