nit: update my about me + fix node version issue with vinxi

This commit is contained in:
2026-02-25 18:03:05 -05:00
parent 2fb625df9b
commit 9ccadf88c3
5 changed files with 627 additions and 361 deletions

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
20.20.0

950
bun.lock

File diff suppressed because it is too large Load Diff

View File

@@ -2,28 +2,28 @@
"name": "example-with-mdx",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"dev": "bunx vinxi dev",
"build": "bunx vinxi build",
"start": "bunx vinxi start",
"serve": "bunx serve .output/public -l 8085",
"preview": "npx http-server ./.output/public"
},
"dependencies": {
"@mdx-js/mdx": "^3.1.0",
"@solidjs/router": "^0.15.3",
"@solidjs/start": "^1.1.1",
"@mdx-js/mdx": "^3.1.1",
"@solidjs/router": "^0.15.4",
"@solidjs/start": "^1.3.2",
"@tailwindcss/vite": "4.0.0",
"@vinxi/plugin-mdx": "^3.7.2",
"gray-matter": "^4.0.3",
"prismjs": "^1.29.0",
"rehype-prism-plus": "^2.0.1",
"prismjs": "^1.30.0",
"rehype-prism-plus": "^2.0.2",
"remark-toc": "^9.0.0",
"solid-js": "^1.9.5",
"solid-js": "^1.9.11",
"solid-mdx": "^0.0.7",
"tailwind-nord": "^1.3.0",
"tailwindcss": "4.0.0",
"vinxi": "^0.5.3",
"serve": "^14.2.4"
"vinxi": "^0.5.11",
"serve": "^14.2.5"
},
"engines": {
"node": ">=18",
@@ -31,14 +31,14 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@mdx-js/rollup": "^3.1.0",
"@mdx-js/rollup": "^3.1.1",
"@solidjs/meta": "^0.29.4",
"autoprefixer": "^10.4.20",
"dayjs": "^1.11.13",
"autoprefixer": "^10.4.27",
"dayjs": "^1.11.19",
"rehype-mdx-code-props": "^3.0.1",
"remark-frontmatter": "^5.0.0",
"solid-jsx": "^1.1.4",
"typed-css-modules": "^0.9.1",
"vite": "^6.1.1"
"vite": "^6.4.1"
}
}

View File

@@ -1,14 +1,14 @@
[
{
"title": "Software Developer Engineer Intern",
"company": "Amazon Canada",
"company": "Amazon",
"location": "Toronto, Ontario, Canada",
"range": "May 2025 - August 2025",
"url": "https://flex.amazon.ca/"
},
{
"title": "Software Engineer Intern",
"company": "Cisco Canada",
"company": "Cisco",
"location": "Remote",
"range": "January 2023 - May 2023",
"url": "https://developer.cisco.com/docs/modeling-labs/cat-9000v/"

View File

@@ -26,8 +26,7 @@ const Homepage = () => {
<p>Hi, Minh here.</p>
</div>
<p class="mb-1v text-nord-1">
I'm a Computer Engineering student at Concordia University,
Montreal, Canada.
I'm a software engineer in Toronto, Ontario, Canada.
<br />
<br />
Things that I'm most passionate about: distributed systems, backend