Skip to content

Commit 2b565fb

Browse files
committed
fix: docusa
1 parent 6fca75d commit 2b565fb

File tree

2 files changed

+27
-26
lines changed

2 files changed

+27
-26
lines changed

blog/2024-12-07-welcome/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
slug: my-first-docusaurus-app
3-
title: My First Docusaurus App
2+
slug: docusaurus-ez-app
3+
title: Docusaurus ez app
44
authors: [basit]
55
tags: [docusaurus, react, github-pages, nodejs]
66
---
77

88
# Docusaurus App
99

10-
## Hello everyone! 👋 Today, I want to share my experience creating my first app using **Docusaurus**, a static site generator that simplifies building, deploying, and maintaining websites.
10+
## Hello everyone! 👋 Today, I want to share my experience creating app using **Docusaurus**, a static site generator that simplifies building, deploying, and maintaining websites.
1111

1212
<!-- truncate -->
1313

blog/2024-12-15-resolution/index.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ tags:
88

99
# 2025 Resolution : Guiding the Community on Setting Up Enterprise-Level Applications
1010

11-
Note: I will be uploading and adding links to this blog
1211
As 2025 approaches, I am thrilled to announce my upcoming project: a comprehensive guide on setting up enterprise-level applications. This initiative will be a cornerstone of my personal resolution to give back to the community by sharing knowledge and empowering others to build scalable, maintainable, and robust applications.
1312

1413
## Why This Project?
@@ -23,63 +22,63 @@ The project will focus on building an enterprise-ready Angular application, but
2322

2423
### NX for Workspace Management
2524

26-
#### Setting up a monorepo using NX.
25+
- Setting up a monorepo using NX.
2726

28-
#### Managing multiple applications and libraries efficiently.
27+
- Managing multiple applications and libraries efficiently.
2928

30-
#### Leveraging NX tools for testing and builds.
29+
- Leveraging NX tools for testing and builds.
3130

3231
### 2. State Management with NgRx
3332

34-
#### Implementing NgRx for predictable state management.
33+
- Implementing NgRx for predictable state management.
3534

36-
#### Structuring feature modules and effects for scalability.
35+
- Structuring feature modules and effects for scalability.
3736

3837
### 3. Data Presentation with AG Grid and PrimeNG
3938

40-
#### Using AG Grid for data-intensive applications.
39+
- Using AG Grid for data-intensive applications.
4140

42-
#### Building user-friendly interfaces with PrimeNG.
41+
- Building user-friendly interfaces with PrimeNG.
4342

4443
### 4. Micro Frontends with Module Federation
4544

46-
#### Breaking down applications into independent, shareable modules.
45+
- Breaking down applications into independent, shareable modules.
4746

48-
#### Configuring module federation for Angular projects.
47+
- Configuring module federation for Angular projects.
4948

5049
### 5. Component Libraries with Storybook
5150

52-
#### Creating a design system and reusable components.
51+
- Creating a design system and reusable components.
5352

54-
#### Documenting components for consistency and collaboration.
53+
- Documenting components for consistency and collaboration.
5554

5655
### 6. Automation and Quality Control
5756

58-
#### Enforcing coding standards with commit linting and ESLint.
57+
- Enforcing coding standards with commit linting and ESLint.
5958

60-
#### Automating versioning and release notes using Release It.
59+
- Automating versioning and release notes using Release It.
6160

6261
### 7. CI/CD with Vercel
6362

64-
#### Deploying applications with a reliable CI/CD pipeline.
63+
- Deploying applications with a reliable CI/CD pipeline.
6564

66-
#### Optimizing build and deployment processes.
65+
- Optimizing build and deployment processes.
6766

6867
### 8. Developer Productivity
6968

70-
#### Setting up VSCode with essential extensions.
69+
- Setting up VSCode with essential extensions.
7170

72-
#### Tips and tricks for debugging, code navigation, and more.
71+
- Tips and tricks for debugging, code navigation, and more.
7372

74-
#### How Will It Be Structured?
73+
- How Will It Be Structured?
7574

76-
#### The project will be a multi-part series hosted on an open-source platform, with each part focusing on a specific feature or tool. Accompanying each post will be:
75+
- The project will be a multi-part series hosted on an open-source platform, with each part focusing on a specific feature or tool. Accompanying each post will be:
7776

78-
#### Code examples: Real-world scenarios to demonstrate implementation.
77+
- Code examples: Real-world scenarios to demonstrate implementation.
7978

80-
#### Commands and configurations: Step-by-step guides for setup.
79+
- Commands and configurations: Step-by-step guides for setup.
8180

82-
#### Tips and best practices: Insights from years of enterprise development experience.
81+
- Tips and best practices: Insights from years of enterprise development experience.
8382

8483
## Why Open Source?
8584

@@ -90,3 +89,5 @@ Open source has always been a powerful medium for collaboration and growth. By m
9089
This project is not just about me sharing knowledge; it’s about creating a community of learners and contributors. Together, we can build resources that will help developers worldwide deliver better applications.
9190

9291
If you’re as excited about this as I am, stay tuned! I’ll be sharing updates, previews, and milestones along the way. Let’s make 2025 a year of learning, sharing, and growing together.
92+
93+
Note: I will be uploading and adding links to this blog!

0 commit comments

Comments
 (0)