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.
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);
} Status: Active
Wataru Naotsuka Lv.20
CLASSUTokyo EEIC'26
ORIGINTokyo / Kanagawa
BORN2005
AWARDU22Procon METI Award
Rust / Systems88%
Algorithm75%
Love for CakeMAX
Booting WatNeru_OS
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.