Hello Markdown Blog
A first post showing frontmatter, GitHub-flavored markdown, tables, and highlighted code in this Next.js blog.

NestJS Ninja
Backend lessons & architecture notes
TypeScript servers
Practical writing on modules, providers, queues, testing, microservices, and the decisions that keep backend codebases easy to change.
@Module({
imports: [
ConfigModule.forRoot(),
QueueModule,
ObservabilityModule,
],
controllers: [ArticlesController],
providers: [ArticlesService],
})
export class AppModule {}Latest
A first post showing frontmatter, GitHub-flavored markdown, tables, and highlighted code in this Next.js blog.
The baseline SEO pieces every App Router site should have: root metadata, canonical URLs, sitemap, robots.txt, and article metadata.