Welcome to Reinvent Notes
· One min read
I started this blog. I will keep sharing personal technical notes, built with Docusaurus + Vercel.
Where this site is headed
- Blog (this page): Things I learn and research notes, posted chronologically
- Docs: A growing collection of structured references and guides
- Scope: Frontend, backend, infrastructure, AI, learning logs, and more
Why Docusaurus
When sharing technical notes, the strength of Docusaurus is that you can host a blog and documentation together on a single site. You can write in Markdown, and tags and RSS come built in, which is great (search is also easy to add with a plugin).
// Sample code block
const greeting: string = 'Hello, Reinvent Notes!';
console.log(greeting);
Math test
Inline as , and as a block:
Diagram test
What I want to write about next
- Setup steps for development environments
- Operational tips for AWS and Terraform
- Development workflows that leverage AI/LLMs (Claude)
- Reading notes and conference write-ups
Thanks for reading.