"use client" import Image from 'next/image'; import React from "react"; import ContactIcons from './components/ContactIcons'; import PhotoGrid from './components/PhotoGrid'; import ContactButton from './components/ContactButton'; const frontImages = [ [ { src: '/images/photos/cosplay/tasm-2-asiatique.jpg', href: '/hobbies', alt: 'TASM2 Asiatique Event' }, { src: '/images/photos/software/dateapp.jpg', href: '/projects', alt: 'Date Calculator' }, { src: '/images/photos/iot/raspberrypi.jpg', href: '/projects', alt: 'Raspberry Pi' }, { src: '/images/photos/hardware/freebsd.jpg', href: '/projects', alt: 'PC running FreeBSD' }, ], [ { src: '/images/photos/events/ai-engineering.jpg', href: '/projects', alt: 'CMKL A.I. Engineering Event' }, { src: '/images/photos/company/main-server-rack/20231221_151039.jpg', href: '/projects', alt: 'Office Main Rack' }, { src: '/images/photos/cosplay/spiderverse.jpg', href: '/hobbies', alt: 'The Spider-Verse Cosplay' }, { src: '/images/photos/hardware/homelab.jpg', href: '/projects', alt: 'Homelab' }, ], [ { src: '/images/photos/hardware/dell-optiplex.jpg', href: '/projects', alt: 'Dell Optiplex Modified' }, { src: '/images/photos/robotics/robot.jpg', href: '/projects', alt: 'LEGO League'}, { src: '/images/photos/software/blackboard.jpg', href: '/projects', alt: 'Blackboard of Memory'}, { src: '/images/photos/cosplay/tasm-2-spider-man-2.jpg', href: '/hobbies', alt: 'Spider-Man 2 PS5 Event'}, { src: '/images/photos/electrical/solar-panel.jpg', href: '/projects', alt: 'Off-Grid Electrical Work' }, ], [ { src: '/images/photos/cosplay/spiderverse-photo.jpg', href: '/hobbies', alt: 'Spider-Verse Cosplay #2' }, { src: '/images/photos/software/winnie-http.png', href: '/projects', alt: 'Homemade webserver'}, { src: '/images/photos/hardware/hdd.jpg', href: '/projects', alt: 'Storage Server'}, { src: '/images/photos/software/bkk-raindar.png', href: '/projects', alt: 'Bangkok Rain Radar'}, { src: '/images/photos/events/the-command-center.jpg', href: '/projects', alt: 'True Digital Park' }, ] ]; export default function Home() { return (
Win's Logo

Win Pattanaphol

A hobbyist full-stack developer, undergraduate student, enjoyer of 60s-80s music, language nerd, and a hobbyist electrician.

"I don't want to make a PDF, I'll code one instead."

About Me

Nickname: Win
Age: 16
Nationality: Thai 🇹🇭

My main field of work is server administration. I am running, WinsCloud, my own self-hosted ecosystem as well as currently administering the IT infrastructure (servers, networking, firewalls) at my father's company.

My other field of work is creating web applications. I specialize in backend development with Node.js and PHP, as well as working with relational databases, such as MySQL / MariaDB.

I am currently learning low-level programming using C, along with x86 and RISC-V Assembly for lower level interactions with hardware.

View my projects and hobbies by clicking on the images!

Contact

); }