Wataru Naotsuka

Born in 2005 and raised around Tokyo and Kanagawa. After graduating from Azabu High School, I entered the University of Tokyo, Science I. I love sweets and programming, especially algorithms, product development, and chocolate cakes.

This site started as a place to publish the notes I had been scattering through Obsidian, especially around Tech, Sweets, and Art. Updates happen at their own pace.

Console Interface

use profile::Profile;
use profile::Link;
use ui::show_profile;

fn main() {
  let me = Profile {
    name: "Wataru Naotsuka",
    role: "Software Engineer",
    affiliation: "UTokyo EEIC '26",
    mail: "********@********.***",
    interests: vec!["Rust", "TypeScript", "React", "Astro", "UI/UX", "System Design", "Visualization", "LLM"],
    highlights: vec![
      "U22Procon: METI Minister's Award".into(),
      "MFG GPU Contest: Grand Prize".into(),
    ],
    links: vec![
      Link::new("GitHub", "https://github.com/WatNeru"),
      Link::new("X", "https://twitter.com/WatRune"),
      Link::new("LinkedIn", "https://www.linkedin.com/in/wataru-naotsuka/"),
    ],
  };
  show_profile(&me);
}

Bio

The University of Tokyo, Faculty of Engineering, EEIC, B2

Received the Minister of Economy, Trade and Industry Award at the 2025 U-22 Programming Contest for LLMView.

Contact

Channel: Email

Press Show to reveal the email address.