Add post: "Rebuilding my portfolio with an AI agent: the mistakes were the useful part"#15
Merged
Merged
Conversation
…e the useful part" The gadget (a React portfolio on the Cloudflare edge, with a self-hosted contact API + Chatwoot chat on the TrueNAS box) isn't the point — the story is pairing with an AI coding agent and the loop that kept it honest: an animation that ran in code but was imperceptible on screen, a count-up that finished behind its own fade-in, an outside-click handler guarding on a CSS class that never existed in the running SDK, and two "routine" dependency bumps that broke the build (brand-icon removal, ESLint major). Cross-links to the status-page post — same "a check that passes for the wrong reason is worse than no check" lesson. Verified with a strict pinned-Hugo build (hugo --minify --gc, 0 errors); renders at /posts/rebuilding-portfolio-with-ai/, listed on home + posts.
Aswincloud-Bot
approved these changes
Jul 16, 2026
Aswincloud-Bot
left a comment
There was a problem hiding this comment.
Auto-approved: @Aswinmcw is a member of @Aswincloud/admins.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
blog | c5906c0 | Commit Preview URL Branch Preview URL |
Jul 16 2026, 06:56 AM |
There was a problem hiding this comment.
Pull request overview
Adds a new Hugo blog post describing lessons from rebuilding the author’s portfolio while pairing with an AI coding agent, with emphasis on verification, debugging “invisible” UI bugs, and dependency-upgrade pitfalls—tying back to the existing status-page post.
Changes:
- Adds a new post at
content/posts/rebuilding-portfolio-with-ai.mdwith standard front matter (title/date/description/slug). - Includes narrative sections covering: imperceptible animations, a mistimed count-up, a Chatwoot outside-click bug caused by a nonexistent CSS class, and “routine” dependency bumps breaking builds.
- Cross-links to the existing status-page post and references the live portfolio/contact entrypoint.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New post
Rebuilding my portfolio with an AI agent: the mistakes were the useful part —
content/posts/rebuilding-portfolio-with-ai.mdThe portfolio itself lives on the Cloudflare edge, but its contact API and Chatwoot chat are self-hosted on the TrueNAS box — enough homelab to belong here. As with the rest of the blog, the gadget isn't the point; the reliability/debugging story is:
Honest, first-person about the AI pairing: it did the legwork, I made the calls and insisted on proof.
Verification
hugo --minify --gc, 0 errors) — matches CI./posts/rebuilding-portfolio-with-ai/; appears on the home page and the posts index; meta/og:descriptionpresent; 2 terminal-framed code blocks + 2 callouts render; internal cross-link target exists.