"use client" import Image from 'next/image'; import React, { useState, useEffect } from "react"; import Timeline from './components/Timeline' import Photo from './components/Photo' import ContactIcons from './components/ContactIcons'; import Link from 'next/link'; export default function Home() { return (
Win's Mastodon Profile

Win Pattanaphol

A full-stack developer, high schooler, enjoyer of 60s-80s music, language nerd, an electrician, and a professional terrible-jokes-maker from Thailand 🇹🇭

About

My main 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 also have experience working with server infrastructure. I am currently administering the IT infrastructure (servers, networking, firewalls) at my father's company as well as running my own server setup, also known as a homelab.

View my projects and hobbies by clicking on the images!

Education

Contact

Like my work?

Check them out on my GitHub!

See more posts?

Check updates on my Mastodon!

Get in touch?

Send me a message on Discord!

); }