Skip to content

Commit 7bec22a

Browse files
committed
更新内容
1 parent 728b25f commit 7bec22a

File tree

2 files changed

+114
-87
lines changed

2 files changed

+114
-87
lines changed

docs/en/introduce/introduce.md

Lines changed: 59 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,82 @@
1-
# Introduction
21

3-
This is a personal study notes forum, maintained irregularly.
42

5-
# Personal Information
3+
# Personal Introduction
64

5+
This is my personal learning note and portfolio, covering key topics in blockchain development and backend engineering. Continuously updated.
6+
7+
---
8+
9+
## 📌 About Me
710

811
<h4 align="center">
912
<strong>
1013
<samp>
11-
I am <em>Eason</em>. I am a Blockchain developer...
12-
<br/> Ethereum Solana Sui Ton lover.
13-
<br/> Rust Golang Typescript Python lover.
14+
Hi, I'm <em>Eason</em> 👋<br/>
15+
Blockchain Developer | Backend Engineer<br/>
16+
Ethereum · Solana · Sui · Ton Enthusiast<br/>
17+
Rust · Golang · TypeScript · Python Developer
1418
</samp>
1519
</strong>
1620
</h4>
1721

22+
[📄 View My PDF Resume](/Eason-BlockchainResume.pdf)
23+
24+
---
25+
26+
## 🚀 Tech Stack
27+
28+
### Web3
29+
- Solidity / Rust / Move
30+
- Multi-chain development: Ethereum, Solana, Sui, Ton, Base
31+
- Frameworks & Tools: Anchor, Foundry
32+
- Ecosystem Tools: The Graph, Alchemy, Chainlink, Switchboard, Pyth
33+
34+
### Backend Development
35+
- Languages: Golang, Java, TypeScript, Python
36+
- Frameworks: Gin, Gorm, GoZero, SpringBoot, SpringCloud, NestJS
37+
- Microservices & Middleware: Kafka, RabbitMQ, ElasticSearch, Etcd, Consul, XXL-Job
38+
- Security & Auth: OAuth2, 2FA
39+
40+
### DevOps & Databases
41+
- Linux basics, deployment & troubleshooting
42+
- Databases: MySQL, PostgreSQL, Redis
43+
- CICD & DevOps: Git, Docker, K8s, Nginx, Jenkins, Harbor
44+
45+
---
46+
47+
## 🧠 Learning Notes
1848

19-
[My Resume](/Eason-BlockchainResume.pdf)
49+
### 🔗 Platforms
50+
- [📘 GitHub](https://github.com/congmucc/note): Project & note repo, continuously updated
51+
- [📘 CSDN](https://blog.csdn.net/m0_73419038?type=blog): Troubleshooting & practice notes
52+
- [📘 Stack Overflow](https://stackoverflow.com/users/23485085/congmu): Active contributor in the dev Q&A community
2053

54+
### 🗂 Commit Preview
55+
![GitHub Commit Preview](../assets/github.png)
2156

22-
## Study Records
23-
My personal study records are generally:
24-
- Github contains my code and all my notes, as shown in my GitHub commit history.
57+
---
2558

26-
![alt text](../../assets/github.png)
59+
## 💼 Work Experience
2760

28-
- CSDN has the problems and solutions I encounter in my projects.
29-
- For details, please click on the **small icon in the upper right corner** for my [Github](https://github.com/congmucc/note) and [CSDN](https://blog.csdn.net/m0_73419038?type=blog) and [stackoverflow](https://stackoverflow.com/users/23485085/congmu).
61+
### MOBIUS ONE PTE. LTD (2024.10 – Present)|Solana Contract Backend Engineer|Remote
3062

31-
## Tech Stack
32-
### WEB3
33-
- Solidity
34-
- Move
35-
> Frameworks
36-
- Anchor
37-
- Foundry
63+
- **Modular Contract Refactoring**: Refactored betting / drawing / settlement modules with Anchor framework to improve reusability and maintainability
64+
- **Multi-Chain Integration & On-Chain Parsing**: Integrated Solana, TON, SUI, Base, Arbitrum and implemented real-time Tick-level data parsing and storage
65+
- **Auto-Betting with State Machine**: Designed strategy-based betting state machine for off-chain logic judgment and on-chain execution, with auto reward distribution
66+
- **Blockchain Recharge System**: Supported multiple tokens (USDT, USDC, SOL, TON), using HD-wallet-like mechanism to generate unique addresses
67+
- **Security & Identity Auth**: Integrated TOTP + Google Authenticator for unified login across chains and wallet aggregation
3868

39-
### Backend
40-
- Golang
41-
- Rust
42-
- Python
43-
- TypeScript
44-
- Java
69+
### PIESAT Information Technology Co., Ltd. (2024.05 – 2024.08)|Backend Engineer|Nanjing
4570

46-
### Frontend
47-
- React
71+
- **High-volume API Sync & Data Cleansing**: Designed efficient pipelines and cleaning logic, removing tens of thousands of dirty records
72+
- **System Architecture Design**: Participated in RBAC-based permission system, logging system, SSO client integration and deployment
73+
- **Server Ops & Deployment**: Assisted with K8s node ops, Docker image uploads, fault diagnosis and system rollout
74+
- **Interface Development**: Designed and implemented complex B-end APIs for high-concurrency scenarios
75+
- **Agile Dev & Client Communication**: Participated in multiple iterations and requirement meetings to ensure timely feature delivery
4876

49-
### SQL
50-
- MySQL
51-
- Redis
52-
- PostgreSQL
77+
---
5378

54-
### Others
55-
- CICD (Jenkins, Docker, K8s, Harbor)
56-
- Linux
57-
- Git
79+
## 📚 Open Source Contribution
5880

59-
::: info
60-
Here, languages are the only dividing lines. For example, Golang includes but is not limited to the Golang ecosystem, such as the rpc framework grpc, the microservice framework Go-Zero, the contract interaction framework Geth, the sql framework Gorm, the network framework Gin, etc.
81+
- Contributed PRs to blockchain ecosystem repos such as `solana-anchor-go`, `sui-go-sdk`
6182

62-
There are also frameworks like:
63-
**The Graph, Alchemy, Pyth, Switchboard, Chainlink**
64-
<br>
65-
ElasticSearch, RabbitMQ, Kafka;
66-
:::

docs/introduce/introduce.md

Lines changed: 55 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,81 @@
1-
# 介绍
1+
# 个人简介
22

3-
这是个人学习笔记论坛,不定时维护
3+
这是我的个人学习笔记与作品集,涵盖了区块链开发与后端工程的主要内容,持续更新中
44

5-
# 个人信息
5+
---
6+
7+
## 📌 关于我
68

79
<h4 align="center">
810
<strong>
911
<samp>
10-
I am <em>Eason</em>. I am a Blockchain developer...
11-
<br/> Ethereum Solana Sui Ton lover.
12-
<br/> Rust Golang Typescript Python lover.
12+
Hi, I'm <em>Eason</em> 👋<br/>
13+
Blockchain Developer | Backend Engineer<br/>
14+
Ethereum · Solana · Sui · Ton Enthusiast<br/>
15+
Rust · Golang · TypeScript · Python Developer
1316
</samp>
1417
</strong>
1518
</h4>
1619

20+
[📄 查看我的PDF简历](/Eason-区块链后端工程师.pdf)
21+
22+
---
23+
24+
## 🚀 技术栈
25+
26+
### Web3
27+
- Solidity / Rust / Move
28+
- 多链开发:Ethereum, Solana, Sui, Ton, Base
29+
- 框架工具:Anchor, Foundry
30+
- 生态工具:The Graph, Alchemy, Chainlink, Switchboard, Pyth
1731

18-
[My Resume](/Eason-区块链后端工程师.pdf)
32+
### 后端开发
33+
- 语言:Golang, Java, TypeScript, Python
34+
- 框架:Gin, Gorm, GoZero, SpringBoot, SpringCloud, NestJS
35+
- 微服务与中间件:Kafka, RabbitMQ, ElasticSearch, Etcd, Consul, XXL-Job
36+
- 安全认证:OAuth2, 2FA
1937

38+
### 运维与数据库
39+
- Linux 常用命令,部署、排错能力
40+
- 数据库:MySQL, PostgreSQL, Redis
41+
- CICD & DevOps:Git, Docker, K8s, Nginx, Jenkins, Harbor
2042

43+
---
2144

22-
## 学习记录
23-
个人的学习记录一般是:
24-
- Github含有我的项目和所有笔记,以下是我的github的提交记录。
45+
## 🧠 学习记录
2546

26-
![alt text](../assets//github.png)
47+
### 🔗 常用平台
48+
- [📘 GitHub](https://github.com/congmucc/note):项目与笔记仓库,持续更新中
49+
- [📘 CSDN](https://blog.csdn.net/m0_73419038?type=blog):问题记录与实战笔记
50+
- [📘 Stack Overflow](https://stackoverflow.com/users/23485085/congmu):开发问答社区活跃用户
2751

28-
- CSDN有我平时项目中遇见的问题和解决方案。
29-
- 详情请点击**右上方小图标**我的[Github](https://github.com/congmucc/note)[CSDN](https://blog.csdn.net/m0_73419038?type=blog)[stackoverflow](https://stackoverflow.com/users/23485085/congmu)
52+
### 🗂 提交记录预览
53+
![GitHub 提交记录](../assets/github.png)
3054

31-
## 技术栈
32-
### WEB3
33-
- Solidity
34-
- Move
35-
> 框架
36-
- Anchor
37-
- Foundry
55+
---
3856

57+
## 💼 工作经历
3958

59+
### MOBIUS ONE PTE. LTD(2024.10 – 至今)|合约后端工程师(Solana)|Remote
4060

41-
### 后端
42-
- Golang
43-
- Rust
44-
- Python
45-
- TypeScript
46-
- Java
61+
- **智能合约模块化重构**:基于 Anchor 框架,重构投注 / 开奖 / 结算模块,提升逻辑复用性与可维护性。
62+
- **多链集成与链上数据解析**:接入 Solana、TON、SUI、Base、Arbitrum,实现链上 Tick 级数据实时解析与入库。
63+
- **自动下注与状态机设计**:基于策略规则设计下注状态机,链下判断、链上调用,自动派发奖励。
64+
- **区块链充值系统搭建**:支持 USDT、USDC、SOL、TON 等多币种充值,采用类 HD 钱包生成唯一地址。
65+
- **安全与身份认证机制**:集成 TOTP + Google Authenticator,支持多链账户统一登录与地址聚合管理。
4766

67+
### 航天宏图信息技术股份有限公司(2024.05 – 2024.08)|后端工程师|南京
4868

49-
### 前端
50-
- React
69+
- **百万级接口对接与数据同步**:设计高效数据管道与清洗机制,成功剔除万级脏数据。
70+
- **系统架构设计**:参与基于 RBAC 的权限系统、日志系统、SSO 客户端集成与部署方案设计。
71+
- **服务器运维与部署**:协助管理 K8s 节点、上传 Docker 镜像、故障排查与上线部署。
72+
- **接口开发**:负责多个复杂业务接口设计与实现,符合 B 端高并发使用场景。
73+
- **敏捷开发与甲方对接**:参与多轮迭代与需求会议,确保功能及时落地。
5174

52-
### Sql
53-
- Mysql
54-
- Redis
55-
- PostgreSQL
75+
---
5676

57-
### 其他
58-
- CICD(Jenkins,Docker,K8s,Harbor)
59-
- Linux
60-
- Git
77+
## 📚 开源贡献
6178

62-
::: info
63-
这里仅以语言为分界线,如Golang,包含但不限于Golang的生态,如rpc框架grpc,微服务框架Go-Zero,与合约交互框架Geth,sql框架Gorm,网络框架Gin等。<br>
79+
- 向 GitHub 项目贡献代码,包括 `solana-anchor-go``sui-go-sdk` 等区块链生态库提交 PR。
6480

65-
还有一些框架:
66-
<br>
67-
**The Graph, Alchemy, Pyth, Switchboard, Chainlink**
68-
<br>
69-
ElasticSearch, RabbitMQ, Kafka;
70-
:::
81+
---

0 commit comments

Comments
 (0)