helloastro

Welcome to the Blog

This is your first blog post written in MDX.

5 min read
A
AnhDojo

Welcome to the Blog

This is your first blog post written in MDX.

You can use Markdown formatting here, as well as import and use React components:

import { Button } from "@/components/ui/button";
<Button variant="outline">Click me</Button>;

Interactive Code Example

Below is an interactive code example:

example.ts
1// This is a TypeScript example
2function add(a: number, b: number): number {
3return a + b;
4}
5
6console.log(add(5, 7)); // 12

Stay tuned!

We’ll be posting more content soon.

AD

Written by Anh Dojo

Backend developer passionate about building scalable systems and sharing knowledge with the community.