import { For } from "solid-js"; import { posts } from "~/data/posts"; import { Posts } from "~/components/Posts"; const links = [ "https://github.com/minhtrannhat", "https://linkedin.com/in/minh-tran-nhat", "https://git.minhtrannhat.com/explore/repos", ]; const Homepage = () => { return (

Hi, Minh here.

I'm Minh Tran, a Computer Engineering student at Concordia University, Montreal, Canada.

I'm most passionate about designing distributed systems that scales but I'm also interested in compilers and systems programming. When I'm not coding, I read books, listen to podcasts or study music theory.

Say hi:{" "} minh@minhtrannhat.com


); }; export default Homepage;