Skip to content

Commit 8f4b1db

Browse files
committed
完成个人博客定制:更新About页面、首页和归档页描述,创建新文章
1 parent da5e43b commit 8f4b1db

File tree

8 files changed

+689
-108
lines changed

8 files changed

+689
-108
lines changed

_config.yml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Jason's Blog
33
SEOTitle: Jason的博客 | Jason's Blog
44
header-img: img/home-bg.jpg
5-
email: your-email@example.com
6-
description: "这里是 @Jason 的个人博客,记录技术成长与生活感悟"
7-
keyword: "Jason, JasonRobertDestiny, 博客, 个人网站, 技术, 编程, 前端, 后端, 全栈"
5+
email: johnrobertdestiny@gmail.com
6+
description: "这里是 @Jason 的个人博客,记录AI开发、Agent应用与技术成长"
7+
keyword: "Jason, JasonRobertDestiny, 博客, 个人网站, 技术, 编程, AI, Agent, 全栈开发"
88
url: "https://jasonrobertdestiny.github.io" # your host, for absolute URL
99
baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'
1010

@@ -17,6 +17,9 @@ weibo_username:
1717
zhihu_username:
1818
github_username: JasonRobertDestiny
1919
twitter_username:
20+
csdn_username: Soulrobert520
21+
juejin_username: 2637056597039172
22+
bilibili_username: 648236073
2023
#facebook_username:
2124
#linkedin_username: firstname-lastname-idxxxx
2225

@@ -74,7 +77,7 @@ ga_domain: jasonrobertdestiny.github.io
7477

7578
# Sidebar settings
7679
sidebar: true # whether or not using Sidebar.
77-
sidebar-about-description: "热爱技术的程序员 <br> 持续学习中..."
80+
sidebar-about-description: "AI技术研发 · Agent应用开发 <br> 北京信息科技大学 | 通信工程"
7881
sidebar-avatar: https://github.com/JasonRobertDestiny.png # use absolute URL, seeing it's used in both `/` and `/about/`
7982

8083
# Featured Tags
@@ -91,6 +94,10 @@ page-mathjax: false
9194
# Friends
9295
friends:
9396
[
94-
# { title: "朋友名称", href: "https://friend-blog.com/" },
95-
# 在这里添加你的朋友链接
97+
{ title: "GitHub", href: "https://github.com/JasonRobertDestiny" },
98+
{ title: "CSDN博客", href: "https://blog.csdn.net/Soulrobert520" },
99+
{ title: "掘金", href: "https://juejin.cn/user/2637056597039172" },
100+
{ title: "B站", href: "https://space.bilibili.com/648236073" },
101+
{ title: "支付宝百宝箱", href: "https://tbox.alipay.com/pro/share/202412APTgpY00193418?platform=WebService" },
102+
{ title: "MeetSpot项目", href: "https://github.com/JasonRobertDestiny/MeetSpot" },
96103
]

_includes/about/en.md

Lines changed: 75 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,75 @@
1-
Hey, I am Huang, Xuan (a.k.a. _@huxpro_). I worked on the [React Team](https://beta.reactjs.org/community/meet-the-team#react-core) at <del>Facebook</del>Meta.
2-
3-
I considered myself as a hybrid between a software engineer specifically into the programming languages theories and implementations domain (i.e. compiler, type system, type-based formal verification, virtual machine, runtime systems, garbage collection), and a creative technologiest deeply caring about many humanistic aspects (e.g. visual, sound, interaction) in UI and HCI in general.
4-
5-
I also worked on the [Hermes JavaScript Engine](https://hermesengine.dev/), some other projects under the [Reality Labs (Research)](https://tech.fb.com/ar-vr/), and [ReasonML](https://reasonml.github.io/) (now [ReScript](https://rescript-lang.org/)) efforts at Meta (Facebook).
6-
7-
In the past, I worked on [Alitrip (Fliggy)](https://www.alitrip.com/) mobile and web apps under the [Alibaba Group](https://en.wikipedia.org/wiki/Alibaba_Group), found and lead front-end infrastructure team at an unicorn startup company [Beijing Weiying (a.k.a. WePiao, now acquired by Maoyan)](https://www.crunchbase.com/organization/beijing-weiying-technology), and helped [Ele.me (now acquired by Alibaba)](https://en.wikipedia.org/wiki/Ele.me) to upgrade their mobile web site into [the first influential PWA (progressive web app) in China](https://medium.com/elemefe/upgrading-ele-me-to-progressive-web-app-2a446832e509).
8-
9-
I studied BA, Digital Media Art at [Communication University of China](https://en.wikipedia.org/wiki/Communication_University_of_China) and MS, Computer Science (with a focus on programming languages, mainly supervised by [Prof. Matthew Fluet](https://www.cs.rit.edu/~mtf/)) at [Rochester Institute of Technology](https://en.wikipedia.org/wiki/Rochester_Institute_of_Technology).
10-
11-
##### Appearence
12-
13-
- [React Labs: What We've Been Working On – June 2022][12] · React Blog · 2022
14-
- [React Without Memo][11] · [React Conf 2021](https://conf.reactjs.org/)
15-
- [Toward Hermes being the Default][11] · React Native Blog · 2021
16-
- React Native 0.64 with Hermes for iOS · [The RN Show Podcast Ep #5](https://www.callstack.com/podcast-react-native-show) · 2021
17-
- [Upgrading to Progressive Web Apps][9] · [JSConf China Shanghai 2017](http://2017.jsconf.cn/)
18-
- Building Progressive Web Apps · [CSDI Guangzhou 2017](http://www.csdisummit.com/)
19-
- The State of Progressive Web App · GDG IO Redux Beijing 2017
20-
- PWA Rehashing · Baidu HQ Beijing 2017
21-
- [Service Worker 101][5] · GDG DevFest Beijing 2016
22-
- [Progressive Web Apps][4] · QCon Shanghai 2016
23-
- Progressive Web App in my POV · GDG IO Redux Beijing 2016
24-
- [CSS Still Sucks 2015][2] · 2015
25-
- [JavaScript Modularization Journey][1] · 2015
26-
27-
[1]: //huangxuan.me/2015/07/09/js-module-7day/
28-
[2]: //huangxuan.me/2015/12/28/css-sucks-2015/
29-
[3]: //huangxuan.me/2016/06/05/pwa-in-my-pov/
30-
[4]: //huangxuan.me/2016/10/20/pwa-qcon2016/
31-
[5]: //huangxuan.me/2016/11/20/sw-101-gdgdf/
32-
[6]: https://yanshuo.io/assets/player/?deck=58ac8598b123db0067292f92 "PWA Rehashing"
33-
[7]: https://yanshuo.io/assets/player/?deck=593ad6fbfe88c2006a0a0d6d "The State of PWA"
34-
[8]: https://yanshuo.io/assets/player/?deck=594d673d570c357d0698a950 "Building PWA"
35-
[9]: //huangxuan.me/jsconfcn2017/
36-
[10]: https://reactnative.dev/blog/2021/10/26/toward-hermes-being-the-default
37-
[11]: https://youtu.be/lGEMwh32soc
38-
[12]: https://reactjs.org/blog/2022/06/15/react-labs-what-we-have-been-working-on-june-2022.html
1+
Hey, I am Jason!
2+
3+
I'm an undergraduate student from Beijing Information Science and Technology University, majoring in Communication Engineering. I specialize in AI technology R&D and full-stack development, with extensive hands-on experience in Agent application development. I've won the Best Application Award from Alipay Treasure Box and the Best Application Award in Programming Marathon.
4+
5+
### 🏆 Awards & Achievements
6+
7+
**Alipay Treasure Box Best Application Award**
8+
- Project: 邻里帮 (Neighbor Help) - Provides convenient ordering, intelligent guidance, video tutorials, and efficient solutions
9+
- Link: [Alipay Treasure Box](https://tbox.alipay.com/pro/share/202412APTgpY00193418?platform=WebService)
10+
11+
**Programming Marathon Best Application Award**
12+
- Project: MeetSpot - Intelligent meeting point recommendation Agent
13+
- GitHub: [MeetSpot](https://github.com/JasonRobertDestiny/MeetSpot)
14+
15+
**L'Oréal Group First Beauty Tech Hackathon Finalist**
16+
- Project: L'Oréal Data Insight Assistant
17+
- Link: [ModelScope Platform](https://www.modelscope.cn/studios/JasonRobert/loreal-insight-agent/summary)
18+
19+
### 💻 Technical Expertise
20+
21+
**AI & Agent Development**:
22+
- Large Language Model application development
23+
- Agent design and implementation
24+
- Natural Language Processing
25+
- Machine Learning algorithm applications
26+
27+
**Full-Stack Development**:
28+
- Frontend: HTML5, CSS3, JavaScript, React, Vue.js
29+
- Backend: Python, Java, Node.js
30+
- Databases: MySQL, MongoDB, Redis
31+
- Cloud services: Alibaba Cloud, AWS
32+
33+
**Mobile Development**:
34+
- WeChat Mini Program development
35+
- Cross-platform application development
36+
37+
### 🎓 Education
38+
39+
**Beijing Information Science and Technology University** · Communication Engineering · Undergraduate
40+
- Focus on the integration of communication technology and artificial intelligence
41+
- Active participation in programming competitions and technology innovation projects
42+
43+
### 🚀 Project Highlights
44+
45+
I'm passionate about combining AI technology with real-world scenarios to develop intelligent applications that solve practical problems. My projects span various fields from life services to data analysis, committed to making life better through technology.
46+
47+
### 📖 Tech Sharing
48+
49+
I regularly share learning insights and project experiences on major tech platforms:
50+
- **CSDN**: [Tech Blog](https://blog.csdn.net/Soulrobert520)
51+
- **Juejin**: [Tech Articles](https://juejin.cn/user/2637056597039172)
52+
- **Bilibili**: [Tech Videos](https://space.bilibili.com/648236073)
53+
54+
### 🎯 Interests & Hobbies
55+
56+
Beyond programming, I love:
57+
- 🤖 Exploring cutting-edge AI technologies and applications
58+
- 📱 Mobile app product design
59+
- 🎮 Game development and interactive design
60+
- 📚 Reading technical books
61+
- �‍♂️ Sports and fitness
62+
63+
### 📞 Contact
64+
65+
If you're interested in my projects or want to discuss AI technology topics, feel free to contact me:
66+
67+
- 📧 Email: [johnrobertdestiny@gmail.com](mailto:johnrobertdestiny@gmail.com)
68+
- 🐱 GitHub: [JasonRobertDestiny](https://github.com/JasonRobertDestiny)
69+
- 🌐 Blog: [https://jasonrobertdestiny.github.io](https://jasonrobertdestiny.github.io)
70+
- 💻 GitHub: [@JasonRobertDestiny](https://github.com/JasonRobertDestiny)
71+
- 📱 WeChat: JasonZhao2024
72+
73+
---
74+
75+
*"Code changes the world, innovation drives the future."*

_includes/about/zh.md

Lines changed: 75 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,75 @@
1-
Hey,我是黄玄(a.k.a. Hux, _@huxpro_),一个略懂计算机科学与艺术的斜杆不动青年,自诩是一个[广院](https://baike.baidu.com/item/%E4%B8%AD%E5%9B%BD%E4%BC%A0%E5%AA%92%E5%A4%A7%E5%AD%A6)数字媒体艺术系与 RIT 计算机科学系(师从 [Prof. Matthew Fluet](https://www.cs.rit.edu/~mtf/) 专攻编程语言)杂交出来的[黑客与画家](https://book.douban.com/subject/6021440/)
2-
3-
现为 <del>Facebook</del> Meta 签约软件工程师,就职于开源技术<del>网红</del>团队 [React](https://beta.reactjs.org/community/meet-the-team#react-core),曾参与 [Hermes JavaScript 引擎](https://hermesengine.dev/)[ReasonML](https://reasonml.github.io/) (现 [ReScript](https://rescript-lang.org/)),以及 [Reality Labs](https://tech.fb.com/ar-vr/) 某保密项目等。在国内期间,曾被招募为阿里巴巴 · [阿里旅行(飞猪)](http://alitrip.com)· 前端工程师、微影时代 · 微票儿 · 前端基础设施工程团队负责人、[饿了么](https://ele.me/) · 大前端团队 · [PWA 顾问](https://medium.com/elemefe/upgrading-ele-me-to-progressive-web-app-2a446832e509) 等。
4-
5-
6-
目前的物理活动范围主要在美帝纽约与硅谷,也想当个数字游<del>民</del>侠。虚拟分身日常出没于[微博](https://weibo.com/huxpro)[知乎](https://www.zhihu.com/people/huxpro/pins/posts)[B站](https://space.bilibili.com/43271611)[Instagram](https://www.instagram.com/huxpro/)[推特](https://twitter.com/Huxpro/)[Github](https://github.com/huxpro) 等。
7-
8-
9-
##### 技术演讲
10-
11-
- [我的大前端世界观][20] · [FEDAY](https://fequan.com/2023/) · 2023
12-
- [前端已死,前端永生][21] · [掘金年度技术演讲](https://juejin.cn/meetings/talk2023) · 2023
13-
- [React 国情咨文 2022][13] · 第七届中国开源年会 · 2023
14-
- [React Labs: What We've Been Working On – June 2022][12] · React Blog
15-
- [React Without Memo][11] · [React Conf 2021](https://conf.reactjs.org/)
16-
- [Toward Hermes being the Default][11] · React Native Blog · 2021
17-
- React Native 0.64 with Hermes for iOS · [The RN Show Podcast Ep #5](https://www.callstack.com/podcast-react-native-show) · 2021
18-
- [Upgrading to Progressive Web Apps][9] · [Youtube](https://www.youtube.com/watch?v=RWzMF-1fjJ8&t=1s) · [JSConf CN 上海 2017](http://2017.jsconf.cn/)
19-
- Building Progressive Web Apps · [CSDI 广州 2017](http://www.csdisummit.com/)
20-
- The State of Progressive Web App · GDG IO Redux 北京 2017
21-
- 炒冷饭 · PWA 到底是个什么玩意?· Baidu HQ 北京 2017
22-
- [Service Worker 101][5] · GDG DevFest 北京 2016
23-
- [Progressive Web App,复兴序章][4] · [QCon 上海 2016](http://2016.qconshanghai.com/presentation/3111)
24-
- Progressive Web App 之我见 · GDG IO Redux 北京 2016
25-
- [CSS Still Sucks 2015][2] · 2015
26-
- [JavaScript 模块化七日谈][1] · 2015
27-
28-
29-
##### 媒体关注
30-
31-
- [Hux 黄玄:从全局视角看 React 生态][14] · 直播 · 图灵 8 点半 · 2023
32-
- [2022 中国开源先锋 33 人][18] · SegmentFault · 2023
33-
- [React 黄玄:不懂艺术的 B-Boy 不是 Swag 的程序员][16] · Gitee 封面人物 · 2022
34-
- [在硅谷当程序员是怎样的体验?][17] · 知乎[《我所向往的职业啊》](https://movie.douban.com/subject/36015036/) · 2022
35-
36-
<!--
37-
- [掘金 AMA:我是前端娱乐圈的老人 & Facebook 实习生 -- 黄玄][19] · 2018
38-
-->
39-
40-
41-
[1]: //huangxuan.me/2015/07/09/js-module-7day/
42-
[2]: //huangxuan.me/2015/12/28/css-sucks-2015/
43-
[3]: //huangxuan.me/2016/06/05/pwa-in-my-pov/
44-
[4]: //huangxuan.me/2016/10/20/pwa-qcon2016/
45-
[5]: //huangxuan.me/2016/11/20/sw-101-gdgdf/
46-
[6]: https://yanshuo.io/assets/player/?deck=58ac8598b123db0067292f92 "PWA Rehashing"
47-
[7]: https://yanshuo.io/assets/player/?deck=593ad6fbfe88c2006a0a0d6d "The State of PWA"
48-
[8]: https://yanshuo.io/assets/player/?deck=594d673d570c357d0698a950 "Building PWA"
49-
[9]: //huangxuan.me/jsconfcn2017/
50-
[10]: https://reactnative.dev/blog/2021/10/26/toward-hermes-being-the-default
51-
[11]: https://youtu.be/lGEMwh32soc
52-
[12]: https://reactjs.org/blog/2022/06/15/react-labs-what-we-have-been-working-on-june-2022.html
53-
[13]: https://www.bilibili.com/video/BV1LY411Q7hC/?spm_id_from=333.999.0.0
54-
[14]: https://appycyfaqcq1951.pc.xiaoe-tech.com/p/t_pc/course_pc_detail/video/v_64477dbfe4b0cf39e6c11d2a
55-
[15]: https://segmentfault.com/a/1190000043208486
56-
[16]: https://gitee.com/gitee-stars/30
57-
[17]: https://www.zhihu.com/zvideo/1542577108190068737?page=ogv
58-
[18]: https://segmentfault.com/a/1190000043208486
59-
[19]: https://juejin.cn/post/6844903750155419655
60-
[20]: https://www.bilibili.com/video/BV1SC4y1c7ju/
61-
[21]: https://www.bilibili.com/video/BV1uz421d7Ch/
1+
你好,我是Jason!
2+
3+
我是一名来自北京信息科技大学通信工程专业的本科生,专注于AI技术研发和全栈开发。目前在Agent应用开发领域有着丰富的实战经验,曾获得支付宝百宝箱最佳应用奖和编程马拉松最佳应用奖。
4+
5+
### 🏆 获奖经历
6+
7+
**支付宝百宝箱最佳应用奖**
8+
- 项目:邻里帮 - 提供便捷下单、智能引导、视频指导与高效解决方案
9+
- 链接:[支付宝百宝箱](https://tbox.alipay.com/pro/share/202412APTgpY00193418?platform=WebService)
10+
11+
**编程马拉松最佳应用奖**
12+
- 项目:MeetSpot (聚点) - 智能会面点推荐Agent
13+
- GitHub:[MeetSpot](https://github.com/JasonRobertDestiny/MeetSpot)
14+
15+
**欧莱雅集团首届美妆科技黑客松大赛决赛作品**
16+
- 项目:L'Oréal 数据洞察助手
17+
- 链接:[ModelScope平台](https://www.modelscope.cn/studios/JasonRobert/loreal-insight-agent/summary)
18+
19+
### 💻 技术专长
20+
21+
**AI & Agent开发**
22+
- 大语言模型应用开发
23+
- Agent智能体设计与实现
24+
- 自然语言处理
25+
- 机器学习算法应用
26+
27+
**全栈开发**
28+
- 前端:HTML5、CSS3、JavaScript、React、Vue.js
29+
- 后端:Python、Java、Node.js
30+
- 数据库:MySQL、MongoDB、Redis
31+
- 云服务:阿里云、AWS
32+
33+
**移动开发**
34+
- 微信小程序开发
35+
- 跨平台应用开发
36+
37+
### 🎓 教育背景
38+
39+
**北京信息科技大学** · 通信工程专业 · 本科在读
40+
- 专注于通信技术与人工智能的结合应用
41+
- 积极参与各类编程竞赛和技术创新项目
42+
43+
### 🚀 项目亮点
44+
45+
我热衷于将AI技术与实际场景结合,开发解决真实问题的智能应用。我的项目涵盖了从生活服务到数据分析等多个领域,致力于用技术让生活更美好。
46+
47+
### 📖 技术分享
48+
49+
我经常在各大技术平台分享学习心得和项目经验:
50+
- **CSDN**[技术博客](https://blog.csdn.net/Soulrobert520)
51+
- **掘金**[技术文章](https://juejin.cn/user/2637056597039172)
52+
- **B站**[技术视频](https://space.bilibili.com/648236073)
53+
54+
### 🎯 兴趣爱好
55+
56+
除了编程,我还热爱:
57+
- 🤖 探索最新的AI技术和应用
58+
- 📱 移动应用产品设计
59+
- 🎮 游戏开发和交互设计
60+
- 📚 技术书籍阅读
61+
- 🏃‍♂️ 运动健身
62+
63+
### 📞 联系方式
64+
65+
如果你对我的项目感兴趣,或者想要交流AI技术相关话题,欢迎联系我:
66+
67+
- 📧 Email: [johnrobertdestiny@gmail.com](mailto:johnrobertdestiny@gmail.com)
68+
- 🐱 GitHub: [JasonRobertDestiny](https://github.com/JasonRobertDestiny)
69+
- 🌐 博客:[https://jasonrobertdestiny.github.io](https://jasonrobertdestiny.github.io)
70+
- 💻 GitHub: [@JasonRobertDestiny](https://github.com/JasonRobertDestiny)
71+
- 📱 微信:JasonZhao2024
72+
73+
---
74+
75+
*"代码改变世界,创新驱动未来。"*

0 commit comments

Comments
 (0)