chore: enhance sample posts with author, tags, and coverImage frontmatter
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
---
|
||||
title: "Mastering TypeScript: From Basics to Advanced Patterns"
|
||||
date: "2025-01-15"
|
||||
excerpt: "A comprehensive TypeScript tutorial covering type system fundamentals, utility types, generics, decorators, and real-world architectural patterns for building robust applications."
|
||||
excerpt: "A comprehensive guide to TypeScript's type system, from basic types to advanced patterns like conditional types, mapped types, and generics."
|
||||
author: Alex Chen
|
||||
tags:
|
||||
- typescript
|
||||
- programming
|
||||
- tutorial
|
||||
coverImage: /images/typescript-cover.jpg
|
||||
---
|
||||
|
||||
Welcome to this comprehensive TypeScript tutorial! Whether you are migrating a JavaScript project or starting fresh, this guide will walk you through TypeScript's type system from fundamentals to advanced patterns used in production codebases.
|
||||
|
||||
Reference in New Issue
Block a user