You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2024-12-07-welcome/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
-
slug: my-first-docusaurus-app
3
-
title: My First Docusaurus App
2
+
slug: docusaurus-ez-app
3
+
title: Docusaurus ez app
4
4
authors: [basit]
5
5
tags: [docusaurus, react, github-pages, nodejs]
6
6
---
7
7
8
8
# Docusaurus App
9
9
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.
Copy file name to clipboardExpand all lines: blog/2024-12-15-resolution/index.md
+24-23Lines changed: 24 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ tags:
8
8
9
9
# 2025 Resolution : Guiding the Community on Setting Up Enterprise-Level Applications
10
10
11
-
Note: I will be uploading and adding links to this blog
12
11
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.
13
12
14
13
## Why This Project?
@@ -23,63 +22,63 @@ The project will focus on building an enterprise-ready Angular application, but
23
22
24
23
### NX for Workspace Management
25
24
26
-
####Setting up a monorepo using NX.
25
+
- Setting up a monorepo using NX.
27
26
28
-
####Managing multiple applications and libraries efficiently.
27
+
- Managing multiple applications and libraries efficiently.
29
28
30
-
####Leveraging NX tools for testing and builds.
29
+
- Leveraging NX tools for testing and builds.
31
30
32
31
### 2. State Management with NgRx
33
32
34
-
####Implementing NgRx for predictable state management.
33
+
- Implementing NgRx for predictable state management.
35
34
36
-
####Structuring feature modules and effects for scalability.
35
+
- Structuring feature modules and effects for scalability.
37
36
38
37
### 3. Data Presentation with AG Grid and PrimeNG
39
38
40
-
####Using AG Grid for data-intensive applications.
39
+
- Using AG Grid for data-intensive applications.
41
40
42
-
####Building user-friendly interfaces with PrimeNG.
41
+
- Building user-friendly interfaces with PrimeNG.
43
42
44
43
### 4. Micro Frontends with Module Federation
45
44
46
-
####Breaking down applications into independent, shareable modules.
45
+
- Breaking down applications into independent, shareable modules.
47
46
48
-
####Configuring module federation for Angular projects.
47
+
- Configuring module federation for Angular projects.
49
48
50
49
### 5. Component Libraries with Storybook
51
50
52
-
####Creating a design system and reusable components.
51
+
- Creating a design system and reusable components.
53
52
54
-
####Documenting components for consistency and collaboration.
53
+
- Documenting components for consistency and collaboration.
55
54
56
55
### 6. Automation and Quality Control
57
56
58
-
####Enforcing coding standards with commit linting and ESLint.
57
+
- Enforcing coding standards with commit linting and ESLint.
59
58
60
-
####Automating versioning and release notes using Release It.
59
+
- Automating versioning and release notes using Release It.
61
60
62
61
### 7. CI/CD with Vercel
63
62
64
-
####Deploying applications with a reliable CI/CD pipeline.
63
+
- Deploying applications with a reliable CI/CD pipeline.
65
64
66
-
####Optimizing build and deployment processes.
65
+
- Optimizing build and deployment processes.
67
66
68
67
### 8. Developer Productivity
69
68
70
-
####Setting up VSCode with essential extensions.
69
+
- Setting up VSCode with essential extensions.
71
70
72
-
####Tips and tricks for debugging, code navigation, and more.
71
+
- Tips and tricks for debugging, code navigation, and more.
73
72
74
-
####How Will It Be Structured?
73
+
- How Will It Be Structured?
75
74
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:
77
76
78
-
####Code examples: Real-world scenarios to demonstrate implementation.
77
+
- Code examples: Real-world scenarios to demonstrate implementation.
79
78
80
-
####Commands and configurations: Step-by-step guides for setup.
79
+
- Commands and configurations: Step-by-step guides for setup.
81
80
82
-
####Tips and best practices: Insights from years of enterprise development experience.
81
+
- Tips and best practices: Insights from years of enterprise development experience.
83
82
84
83
## Why Open Source?
85
84
@@ -90,3 +89,5 @@ Open source has always been a powerful medium for collaboration and growth. By m
90
89
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.
91
90
92
91
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