HackerTrans
TopNewTrendsCommentsPastAskShowJobs

yoouareperfect

no profile record

Submissions

Ask HN: Would you take your engineering team to Buenos Aires for an offsite?

3 points·by yoouareperfect·3 माह पहले·3 comments

Show HN: Git-walkthrough – Learn unfamiliar codebases by walking through history

github.com
1 points·by yoouareperfect·7 माह पहले·0 comments

Running WordPress under a Next.js app as /blog (without SEO penalties)

mikealche.com
4 points·by yoouareperfect·7 माह पहले·2 comments

Borges on Kalshi

mikealche.com
2 points·by yoouareperfect·7 माह पहले·0 comments

Ask HN: How to start doing LinkedIn outreach to validate SaaS ideas?

3 points·by yoouareperfect·8 माह पहले·1 comments

Show HN: Git Walkthrough – Tool to explore repos from commit #1

twitter.com
5 points·by yoouareperfect·9 माह पहले·1 comments

comments

yoouareperfect
·7 माह पहले·discuss
I’ve been working on a project built with Next.js. Like most projects that want to be discoverable by humans, it needed a blog.

I didn’t want to:

run a headless CMS (Strapi, Contentful, etc.)

build and maintain a full blog UI in Next.js

deal with SEO tradeoffs from putting content on a separate subdomain

So I went with a slightly unfashionable but practical solution: WordPress.

The goal was simple:

Main app at yoursite.ai (Next.js)

Blog at yoursite.ai/blog/...

WordPress doing what it’s good at: writing, previews, publishing

No SEO penalty from split domains

There are a lot of questions online about this setup, and surprisingly little concrete guidance. This is the approach that worked for me.
yoouareperfect
·9 माह पहले·discuss
Hi, this is a short Saturday morning project.

I usually want to learn how big repos work, but looking at the latest commit is not worth it. They more often than not contain a lot of yadda yadda and edge cases that aren't helpful when learning.

So I like to go to the very first commit and step forward.

This tool helps me do that, hope you find it useful as well!