Skip to content

Commit 88ad965

Browse files
committed
Added about me in the index page.
1 parent 33697b8 commit 88ad965

File tree

4 files changed

+85
-77
lines changed

4 files changed

+85
-77
lines changed

src/components/HomepageFeatures/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ const FeatureList = [
1313
{
1414
title: "Techs",
1515
image: <BookSVG />,
16-
description: "Structured notes for software engineering career.",
16+
description: "My software engineering career structured notes",
1717
path: "/docs/techs",
1818
},
1919
{
2020
title: "Readings",
2121
image: <BookSVG />,
22-
description: "Structured notes for life-long learning.",
22+
description: "My life-long learning structured notes",
2323
path: "/docs/readings",
2424
},
2525
{
2626
title: "Blogs",
2727
image: <BlogSVG />,
28-
description: "Random topics from daily study, work and life.",
28+
description: "My random thoughts about study, work and life.",
2929
path: "/blog",
3030
},
3131
// {
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# My Career Journey
2+
3+
Welcome!👋! I've marked down my career journey as a software engineer,
4+
inspired by the idea of [The Ph.D. Grind: A Ph.D. Student Memoir](https://www.goodreads.com/en/book/show/15731248-the-ph-d-grind)
5+
6+
The software engineer journey is a pursuit of
7+
[craftsmanship](https://manifesto.softwarecraftsmanship.org/) spirit.
8+
Software engineers normally read more, grind more technologies and then use less and elegant code in work.
9+
10+
Computer programming is ultimately an form of art, that was the great insight from [Donald Knuth](https://en.wikipedia.org/wiki/Donald_Knuth), who even wrote a book to emphasize this point:
11+
[The Art of Computer Programming](https://en.wikipedia.org/wiki/The_Art_of_Computer_Programming).
12+
13+
- 🔭 I'm currently working with
14+
15+
- [Python](https://www.python.org/)
16+
- [Golang](https://golang.org/)
17+
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
18+
- [jenkins CI/CD](https://www.jenkins.io/doc/book/pipeline/),
19+
- [Teamcity](https://www.jetbrains.com/help/teamcity/teamcity-documentation.html)
20+
- [Terraform](https://www.terraform.io/)
21+
- [Kubernetes](https://kubernetes.io/)
22+
- [Docker](https://www.docker.com/)
23+
24+
- 🎵️🎶️ I'm currently playing with backend, micro-service, system design, DevOps, CI/CD, Teamcity, data visualization.
25+
26+
- 🌱🌳️ I'm currently learning history, psychology, philosophy, management.
27+
28+
- 🍻️🥂️ I'm looking to collaborate on more interesting open source projects.
29+
30+
- 💬🗒️ Ask me about test automation, philosophy, python.
31+
32+
- ☯️❤️ Fun fact: Life is the most precious journey, only once in the universe, enjoy it everyday.
33+
34+
<h3>
35+
Enjoy cultures across 🀄️🌏️🍁️🗽️🌎️ as a human, love the following
36+
technologies as a geek.{" "}
37+
</h3>
38+
39+
```mermaid
40+
timeline
41+
title My Career Path
42+
section Software Engineer <br> (3+ years)
43+
2014.5-2017.3
44+
: C <br> distributed system development
45+
: Python <br> integration tests
46+
: Agile Development
47+
: System Performance and Profiling
48+
2017.4-2018.2
49+
: C <br> SSD Firmware Development
50+
: Python <br> system testing
51+
section SDET <br> (2+ years)
52+
2018.3-2019.9
53+
: Python <br> system testing
54+
: Python <br> workflow automation
55+
: CICD <br> Teamcity
56+
: TDD <br> test automation system
57+
2019.10-2020.12
58+
: Python <br> system testing
59+
: Docker <br> test agent containerization
60+
: Jenkins <br> CI/CD
61+
: Log & Reporting <br> ELK(Elasticsearch, Logstash, Kibana)
62+
: Groovy <br> Jenkins Pipeline development
63+
section Platform Engineer <br> (3 years)
64+
2021.1-Present
65+
: Python <br> system testing
66+
: Terraform <br> resources management
67+
: Cloud <br> GCP, Azure, AWS
68+
: Kubernetes <br> SAAS application orchestration
69+
: Teamcity <br> CICD
70+
: Docker <br> Tasks containerization
71+
: DevSecOps <br> pipeline designs, cloud security enhancement
72+
: Golang <br> installer development
73+
: JavaScript <br> REST API development
74+
```

src/pages/about_me.mdx

Lines changed: 3 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ email: [email protected]
77
linkedin: https://www.linkedin.com/in/Dingan-will-wang/
88
github: https://github.com/anonyknight/
99
---
10-
1110
# About Me
1211

1312
<div className="flex flex-wrap justify-center">
@@ -48,78 +47,9 @@ github: https://github.com/anonyknight/
4847
</p>
4948
</div>
5049

51-
Welcome!👋! I've marked down my career journey as a software engineer,
52-
inspired by the idea of [The Ph.D. Grind: A Ph.D. Student Memoir](https://www.goodreads.com/en/book/show/15731248-the-ph-d-grind)
53-
54-
The software engineer journey is a pursuit of
55-
[craftsmanship](https://manifesto.softwarecraftsmanship.org/) spirit.
56-
Software engineers normally read more, grind more technologies and then use less and elegant code in work.
57-
58-
Computer programming is ultimately an form of art, that was the great insight from [Donald Knuth](https://en.wikipedia.org/wiki/Donald_Knuth), who even wrote a book to emphasize this point:
59-
[The Art of Computer Programming](https://en.wikipedia.org/wiki/The_Art_of_Computer_Programming).
60-
61-
- 🔭 I'm currently working with
62-
63-
- [Python](https://www.python.org/)
64-
- [Golang](https://golang.org/)
65-
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
66-
- [jenkins CI/CD](https://www.jenkins.io/doc/book/pipeline/),
67-
- [Teamcity](https://www.jetbrains.com/help/teamcity/teamcity-documentation.html)
68-
- [Terraform](https://www.terraform.io/)
69-
- [Kubernetes](https://kubernetes.io/)
70-
- [Docker](https://www.docker.com/)
71-
72-
- 🎵️🎶️ I'm currently playing with backend, micro-service, system design, DevOps, CI/CD, Teamcity, data visualization.
50+
import CareerJourney from '@site/src/components/mdx/CareerJourney.mdx';
7351

74-
- 🌱🌳️ I'm currently learning history, psychology, philosophy, management.
75-
76-
- 🍻️🥂️ I'm looking to collaborate on more interesting open source projects.
77-
78-
- 💬🗒️ Ask me about test automation, philosophy, python.
79-
80-
- ☯️❤️ Fun fact: Life is the most precious journey, only once in the universe, enjoy it everyday.
81-
82-
<h3>
83-
Enjoy cultures across 🀄️🌏️🍁️🗽️🌎️ as a human, love the following
84-
technologies as a geek.{" "}
85-
</h3>
86-
87-
```mermaid
88-
timeline
89-
title My Career Path
90-
section Software Engineer <br> (3+ years)
91-
2014.5-2017.3
92-
: C <br> distributed system development
93-
: Python <br> integration tests
94-
: Agile Development
95-
: System Performance and Profiling
96-
2017.4-2018.2
97-
: C <br> SSD Firmware Development
98-
: Python <br> system testing
99-
section SDET <br> (2+ years)
100-
2018.3-2019.9
101-
: Python <br> system testing
102-
: Python <br> workflow automation
103-
: CICD <br> Teamcity
104-
: TDD <br> test automation system
105-
2019.10-2020.12
106-
: Python <br> system testing
107-
: Docker <br> test agent containerization
108-
: Jenkins <br> CI/CD
109-
: Log & Reporting <br> ELK(Elasticsearch, Logstash, Kibana)
110-
: Groovy <br> Jenkins Pipeline development
111-
section Platform Engineer <br> (3 years)
112-
2021.1-Present
113-
: Python <br> system testing
114-
: Terraform <br> resources management
115-
: Cloud <br> GCP, Azure, AWS
116-
: Kubernetes <br> SAAS application orchestration
117-
: Teamcity <br> CICD
118-
: Docker <br> Tasks containerization
119-
: DevSecOps <br> pipeline designs, cloud security enhancement
120-
: Golang <br> installer development
121-
: JavaScript <br> REST API development
122-
```
52+
<CareerJourney />
12353

12454
<h2 align="center">❤️</h2>
12555
<h2 align="center">
@@ -275,10 +205,9 @@ timeline
275205
</a>
276206
</h2>
277207

278-
279208
<p align="center">
280209
<img
281210
src="https://github-readme-stats.vercel.app/api?username=anonyknight&show_icons=true"
282211
alt="anonyknight"
283212
/>
284-
</p>
213+
</p>

src/pages/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import {
66
HomepageHeader,
77
} from "@site/src/components/HomepageFeatures";
88

9+
import CareerJourney from "@site/src/components/mdx/CareerJourney.mdx";
10+
911
export default function Home() {
1012
const { siteConfig } = useDocusaurusContext();
1113
return (
@@ -17,6 +19,9 @@ export default function Home() {
1719
<main>
1820
<HomepageFeatures />
1921
</main>
22+
<div className="flex flex-col items-center mt-8">
23+
<CareerJourney />
24+
</div>
2025
</Layout>
2126
);
2227
}

0 commit comments

Comments
 (0)