From e3980625f241b1b383bd9708809dce97de36685d Mon Sep 17 00:00:00 2001 From: Jackmeson1 <130693642+Jackmeson1@users.noreply.github.com> Date: Tue, 14 Oct 2025 19:23:58 -0700 Subject: [PATCH 1/2] Refresh About page copy around agent-driven work --- _config.yml | 2 +- about.md | 51 ++++++++++++++++++++++++------ assets/css/visual-enhancements.css | 30 ++++++++++++++++++ pages/about.md | 49 ++++++++++++++++++---------- 4 files changed, 106 insertions(+), 26 deletions(-) diff --git a/_config.yml b/_config.yml index a14851a..75349d4 100644 --- a/_config.yml +++ b/_config.yml @@ -22,7 +22,7 @@ plugins: author: name: "Jiajun Liang" - picture: "/assets/images/avatar.jpg" + picture: "/assets/images/avatar.jpeg" bio: "Former QA engineer writing about code, markets, travel, and systems." location: "Vancouver, BC" email: "jli785330@gmail.com" diff --git a/about.md b/about.md index 9d283de..abfe81c 100644 --- a/about.md +++ b/about.md @@ -1,17 +1,50 @@ --- -layout: single +layout: page title: "About Jiajun" permalink: /about/ +excerpt: "QA engineer and systems thinker using AI agents to explore infrastructure, markets, and travel routines." --- -### 30-second snapshot +{% include page-author.html %} -- Former QA engineer building systems across **code, markets, travel, and learning**. -- Designing a research cadence that blends risk modeling, automation, and long-form writing. -- Currently slow-traveling out of Vancouver and turning observations into repeatable playbooks. +

QA engineer turned systems thinker using AI agents to pressure-test infrastructure, markets, and travel routines.

-### Elsewhere +## Background -- [GitHub](https://github.com/jackmeson1) -- [LinkedIn](https://www.linkedin.com/in/jiajun-liang-qa/) -- [Email](mailto:jli785330@gmail.com) +- 3+ years testing authentication and networking at Fortinet across LDAP, Kerberos, and HTTP/2/3 stacks. +- Built automation with Python, Ansible, and CI pipelines to keep complex systems observable. +- Apply reliability instincts to infrastructure, markets, and how I move through cities. + +## What I'm iterating on now + +### Using agents as research copilots + +- Chain AI agents to map energy markets, emerging infra, and the capital powering datacenter growth. +- Capture experiments in code, small bets, and daily routines instead of overfitting to one big project. + +### Systems & code + +- Leveling up containerization, observability, and end-to-end testing with Docker, Kubernetes, and Playwright. +- Turning QA rigor into tooling that shortens feedback loops for small, distributed teams. + +### Travel & inner work + +- Designing travel operating systems that protect deep work while staying curious in new cities. +- Tracking how meditation and breathwork influence focus, decision speed, and writing cadence. + +## Why I write + +To learn in public, connect with other systems thinkers, and build shared maps of how software, capital, and travel reinforce each other. + +## Now + +- **Location:** Vancouver, BC +- **Active projects:** Digital garden overhaul, automated market memos, and power-grid data sourcing. +- **Practices:** Daily writing sprints, interval training, and Vipassana sits. + +
+#### Let's connect +- Email: [jli785330@gmail.com](mailto:jli785330@gmail.com) +- GitHub: [jackmeson1](https://github.com/jackmeson1) +- LinkedIn: [jiajun-liang-qa](https://www.linkedin.com/in/jiajun-liang-qa/) +
diff --git a/assets/css/visual-enhancements.css b/assets/css/visual-enhancements.css index 91df67b..7974fa3 100644 --- a/assets/css/visual-enhancements.css +++ b/assets/css/visual-enhancements.css @@ -183,6 +183,36 @@ border-color: rgba(99, 102, 241, 0.2); } +/* ======================================== + ABOUT PAGE AUTHOR PROFILE + ======================================== */ + +.page-author { + align-items: center; + gap: var(--space-6, 1.5rem); +} + +.page-author .author-avatar { + width: clamp(9rem, 22vw, 12rem); + height: clamp(9rem, 22vw, 12rem); + border-radius: 50%; + object-fit: cover; + flex-shrink: 0; + box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.1)); +} + +@media (max-width: 640px) { + .page-author { + flex-direction: column; + text-align: center; + } + + .page-author .author-avatar { + width: clamp(8rem, 45vw, 11rem); + height: clamp(8rem, 45vw, 11rem); + } +} + /* ======================================== ANIMATED GRADIENT BORDERS ======================================== */ diff --git a/pages/about.md b/pages/about.md index 5a588af..d80ab77 100644 --- a/pages/about.md +++ b/pages/about.md @@ -2,32 +2,49 @@ layout: page permalink: /about/ title: "About Jiajun" -subtitle: "Engineer, market researcher, traveler, meditator" -lede: "I’m building a digital garden to document how code, capital, travel, and inner work feed each other." +excerpt: "QA engineer and systems thinker using AI agents to explore infrastructure, markets, and travel routines." --- -## 👤 Who I Am +{% include page-author.html %} -- 🔧 Former QA Engineer @ Fortinet (**Mar 2022 – Sep 2025**) -- 📊 Quant-curious on AI, energy, market structure -- ✈️ Slow traveler optimizing cross-city routines +

QA engineer turned systems thinker using AI agents to pressure-test infrastructure, markets, and travel routines.

-## 🎓 Background +## Background -- M.Eng., Peking University · M.Sc., University of Victoria +- 3+ years testing authentication and networking at Fortinet across LDAP, Kerberos, and HTTP/2/3 stacks. +- Built automation with Python, Ansible, and CI pipelines to keep complex systems observable. +- Apply reliability instincts to infrastructure, markets, and how I move through cities. -## 💡 Why This Site +## What I'm iterating on now -To create space for cross-disciplinary learning—technical craft, finance frameworks, travel systems, and mind practices—captured in public. +### Using agents as research copilots -## 📍 Now +- Chain AI agents to map energy markets, emerging infra, and the capital powering datacenter growth. +- Capture experiments in code, small bets, and daily routines instead of overfitting to one big project. -- **Location**: Vancouver · **Learning**: Docker, Kubernetes, Playwright +### Systems & code -*Last updated: {{ site.time | date: "%b %d, %Y" }}* +- Leveling up containerization, observability, and end-to-end testing with Docker, Kubernetes, and Playwright. +- Turning QA rigor into tooling that shortens feedback loops for small, distributed teams. -## 📬 Connect +### Travel & inner work -Email: [jli785330@gmail.com](mailto:jli785330@gmail.com) · GitHub: [jackmeson1](https://github.com/jackmeson1) · LinkedIn: [jiajun-liang](https://www.linkedin.com/in/jiajun-liang-qa/) +- Designing travel operating systems that protect deep work while staying curious in new cities. +- Tracking how meditation and breathwork influence focus, decision speed, and writing cadence. -**Want my full resume?** View on LinkedIn or download the CV. +## Why I write + +To learn in public, connect with other systems thinkers, and build shared maps of how software, capital, and travel reinforce each other. + +## Now + +- **Location:** Vancouver, BC +- **Active projects:** Digital garden overhaul, automated market memos, and power-grid data sourcing. +- **Practices:** Daily writing sprints, interval training, and Vipassana sits. + +
+#### Let's connect +- Email: [jli785330@gmail.com](mailto:jli785330@gmail.com) +- GitHub: [jackmeson1](https://github.com/jackmeson1) +- LinkedIn: [jiajun-liang-qa](https://www.linkedin.com/in/jiajun-liang-qa/) +
From f690bb972addc5b23820741a6ff50a60161c546e Mon Sep 17 00:00:00 2001 From: Jackmeson1 <130693642+Jackmeson1@users.noreply.github.com> Date: Tue, 14 Oct 2025 19:33:03 -0700 Subject: [PATCH 2/2] Consolidate About page copy into shared include --- _includes/about-content.md | 24 +++++++++++++++++++ about.md | 47 ++++---------------------------------- pages/about.md | 47 ++++---------------------------------- 3 files changed, 34 insertions(+), 84 deletions(-) create mode 100644 _includes/about-content.md diff --git a/_includes/about-content.md b/_includes/about-content.md new file mode 100644 index 0000000..470ba0a --- /dev/null +++ b/_includes/about-content.md @@ -0,0 +1,24 @@ +

QA engineer who thinks in systems, using AI copilots to explore markets, energy, and infrastructure—not to chase buzzwords.

+ +## Background + +- 3+ years testing authentication and networking at Fortinet across LDAP, Kerberos, and HTTP/2/3 stacks. +- Built automation with Python, Ansible, and CI pipelines to keep complex systems observable. +- Apply reliability instincts to infrastructure, markets, and the way I move through cities. + +## Now (Vancouver, BC) + +- Using AI tools to research whatever I'm curious about—markets, energy, and system design. +- Testing ideas through code, small bets, and daily routines instead of overexplaining case studies. +- Writing notes to separate what actually works from what just sounds good. + +## Why I write + +To learn in public, connect with fellow systems thinkers, and compare maps of how software, capital, and travel reinforce each other. + +
+#### Let's connect +- Email: [jli785330@gmail.com](mailto:jli785330@gmail.com) +- GitHub: [jackmeson1](https://github.com/jackmeson1) +- LinkedIn: [jiajun-liang-qa](https://www.linkedin.com/in/jiajun-liang-qa/) +
diff --git a/about.md b/about.md index abfe81c..cfcfc8d 100644 --- a/about.md +++ b/about.md @@ -2,49 +2,12 @@ layout: page title: "About Jiajun" permalink: /about/ -excerpt: "QA engineer and systems thinker using AI agents to explore infrastructure, markets, and travel routines." +excerpt: "QA engineer and systems thinker using AI copilots to explore markets, energy, and infrastructure." --- {% include page-author.html %} -

QA engineer turned systems thinker using AI agents to pressure-test infrastructure, markets, and travel routines.

- -## Background - -- 3+ years testing authentication and networking at Fortinet across LDAP, Kerberos, and HTTP/2/3 stacks. -- Built automation with Python, Ansible, and CI pipelines to keep complex systems observable. -- Apply reliability instincts to infrastructure, markets, and how I move through cities. - -## What I'm iterating on now - -### Using agents as research copilots - -- Chain AI agents to map energy markets, emerging infra, and the capital powering datacenter growth. -- Capture experiments in code, small bets, and daily routines instead of overfitting to one big project. - -### Systems & code - -- Leveling up containerization, observability, and end-to-end testing with Docker, Kubernetes, and Playwright. -- Turning QA rigor into tooling that shortens feedback loops for small, distributed teams. - -### Travel & inner work - -- Designing travel operating systems that protect deep work while staying curious in new cities. -- Tracking how meditation and breathwork influence focus, decision speed, and writing cadence. - -## Why I write - -To learn in public, connect with other systems thinkers, and build shared maps of how software, capital, and travel reinforce each other. - -## Now - -- **Location:** Vancouver, BC -- **Active projects:** Digital garden overhaul, automated market memos, and power-grid data sourcing. -- **Practices:** Daily writing sprints, interval training, and Vipassana sits. - -
-#### Let's connect -- Email: [jli785330@gmail.com](mailto:jli785330@gmail.com) -- GitHub: [jackmeson1](https://github.com/jackmeson1) -- LinkedIn: [jiajun-liang-qa](https://www.linkedin.com/in/jiajun-liang-qa/) -
+{% capture about_content %} +{% include about-content.md %} +{% endcapture %} +{{ about_content | markdownify }} diff --git a/pages/about.md b/pages/about.md index d80ab77..5117791 100644 --- a/pages/about.md +++ b/pages/about.md @@ -2,49 +2,12 @@ layout: page permalink: /about/ title: "About Jiajun" -excerpt: "QA engineer and systems thinker using AI agents to explore infrastructure, markets, and travel routines." +excerpt: "QA engineer and systems thinker using AI copilots to explore markets, energy, and infrastructure." --- {% include page-author.html %} -

QA engineer turned systems thinker using AI agents to pressure-test infrastructure, markets, and travel routines.

- -## Background - -- 3+ years testing authentication and networking at Fortinet across LDAP, Kerberos, and HTTP/2/3 stacks. -- Built automation with Python, Ansible, and CI pipelines to keep complex systems observable. -- Apply reliability instincts to infrastructure, markets, and how I move through cities. - -## What I'm iterating on now - -### Using agents as research copilots - -- Chain AI agents to map energy markets, emerging infra, and the capital powering datacenter growth. -- Capture experiments in code, small bets, and daily routines instead of overfitting to one big project. - -### Systems & code - -- Leveling up containerization, observability, and end-to-end testing with Docker, Kubernetes, and Playwright. -- Turning QA rigor into tooling that shortens feedback loops for small, distributed teams. - -### Travel & inner work - -- Designing travel operating systems that protect deep work while staying curious in new cities. -- Tracking how meditation and breathwork influence focus, decision speed, and writing cadence. - -## Why I write - -To learn in public, connect with other systems thinkers, and build shared maps of how software, capital, and travel reinforce each other. - -## Now - -- **Location:** Vancouver, BC -- **Active projects:** Digital garden overhaul, automated market memos, and power-grid data sourcing. -- **Practices:** Daily writing sprints, interval training, and Vipassana sits. - -
-#### Let's connect -- Email: [jli785330@gmail.com](mailto:jli785330@gmail.com) -- GitHub: [jackmeson1](https://github.com/jackmeson1) -- LinkedIn: [jiajun-liang-qa](https://www.linkedin.com/in/jiajun-liang-qa/) -
+{% capture about_content %} +{% include about-content.md %} +{% endcapture %} +{{ about_content | markdownify }}