Skip to content

Commit

Permalink
docs: change
Browse files Browse the repository at this point in the history
  • Loading branch information
MrW1108 committed Jun 24, 2024
1 parent cd4e187 commit f4696ea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions source/_posts/ABT在前端基建中的实践.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: ABT在前端基建中的实践
top: false
cover: true
date: 2023-6-24
summary: 从0到1开发整个A/B Testing SDK,为产品制定AB实验提供技术支撑,SDK可作用于Vue、React、Webpack、Vite、BFF等前端常见的技术场景,为AB实验开发提供全流程支撑
date: 2024-6-24
summary: 从0到1开发整个A/B Testing SDK,为产品制定AB实验提供技术支撑
categories: 前端
tags:
- ABT
Expand Down
4 changes: 2 additions & 2 deletions source/_posts/大文件上传.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: 大文件上传
top: false
cover: true
date: 2023-6-24
summary: 从0到1开发整个upload-sdk,该SDK为所有文件上传特别是**大文件上传**的场景提供前后端的支撑,统一了所有文件上传的开发方式,完成了从**底层协议**、到**工具类**、到**前端组件**、再到**后端中间件**的开发。在实现层面,为保证使用的灵活性,利用多种**设计模式**完成了SDK和上层应用的完全解耦,并对服务器的存储结构进行了精细的设计,保证了文件存储和传输的唯一性。
date: 2024-6-24
summary: 从0到1开发整个upload-sdk,该SDK为所有文件上传特别是大文件上传的场景提供前后端的支撑
categories: 前端
tags:
- 文件上传
Expand Down
4 changes: 2 additions & 2 deletions source/_posts/请求库的封装.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: 请求库的封装
top: false
cover: true
date: 2023-6-24
summary: 从0到1开发整个请求库,以适配项目开发中遇到的所有请求场景,诸如请求并发、串行、幂等、缓存等。同时包含自动化工具,用于根据接口文档生成请求样板代码。请求库不仅完全消除了不同框架间重复的请求代码,极大的缩短了接口联调的时间,为业务开发提效30%,同时带来了更高的可维护性。
date: 2024-6-24
summary: 从0到1开发整个请求库,以适配项目开发中遇到的所有请求场景,诸如请求并发、串行、幂等、缓存等
categories: 前端
tags:
- 网络
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/首屏优化.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 针对特定问题的首屏优化
top: false
cover: true
date: 2023-6-24
date: 2024-6-24
summary: 针对客户反馈的首屏慢问题制定了详细的优化策略并完整参与了优化措施的落地
categories: 前端
tags:
Expand Down

0 comments on commit f4696ea

Please sign in to comment.