Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tower1229/frontend-weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
tower1229 committed Mar 29, 2024
2 parents 309dc2e + a8d3d94 commit 54e0c25
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
path: "/2024/", // 可选的, 标题的跳转链接,应为绝对路径且必须存在
collapsable: false,
sidebarDepth: 1,
children: ["2024/phase-1"],
children: ["2024/phase-1", "2024/phase-2"],
},
{
title: "2023 年", // 必要的
Expand Down
36 changes: 26 additions & 10 deletions docs/2024/phase-2.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,44 @@
# 前端周刊:2024-2 期

[![](../img/bing/20220809.jpg?imageMogr2/thumbnail/960x)](https://cn.bing.com/search?q=洛斯马诺斯岩画)
[![](../img/bing/20220809.jpg?imageMogr2/thumbnail/960x)](https://cn.bing.com/search?q=Roques+de+Benet+rocks+Spain&form=hpcapt&filters=HpDate:%2220240307_0800%22)

## 前端开发

- [VTable: Not only a high-performance multi-dimensional data analytics table, but also a grid artist created between columns!](https://visactor.io/vtable/guide/introduction)

> 字节出品的表格插件
- [Web 文件系统(OPFS 及工具)介绍](https://hughfenghen.github.io/posts/2024/03/14/web-storage-and-opfs/)
- [Rust by Example](https://doc.rust-lang.org/rust-by-example/primitives.html#primitives)

> 文件系统是往往是构建大型软件的基石之一,很长一段时间 Web 平台因缺失成熟的文件系统成为构建大型软件的阻碍,如今 OPFS (opens new window)可弥补这一缺憾。
> Rust by Example (RBE) 是一个可运行示例的集合,用于说明各种 Rust 概念和标准库。
- [自适应 iframe 高度](https://mp.weixin.qq.com/s/8NmYRzPlTTihJVUybkqqOQ)

> 在 HTML5 之前,有很多使用 JavaScript 的 Hack 技巧,代码量大,而且很难通用。随着现代浏览器引入了新的 ResizeObserver API,解决 iframe 高度问题就变得简单了。
- [Web 终极拦截技巧(全是骚操作)](https://hughfenghen.github.io/posts/2023/12/23/web-spy/)

> 如果系统的控制权、代码完全被掌控,很容易添加中间层;现实情况我们往往无法控制系统的所有环节,所以需要使用一些 “非常规”(拦截) 手段来增加中间层。
> 如果系统的控制权、代码完全被掌控,很容易添加中间层;现实情况我们往往无法控制系统的所有细节,所以需要使用一些 “非常规”(拦截) 手段来增加中间层。
- [JS 多线程并发](https://hughfenghen.github.io/posts/2023/03/27/js-concurrent/)

> 10 个线程同时执行 1000 个任务,如何避免某个任务被重复执行?
- [一文搞懂 React Hooks](https://mp.weixin.qq.com/s/WS8Z-8hfvhhkdTORU6P-ZQ)

> 主要演示 v16 提供的 10 种和 v18 中提供的 5 种 React Hooks API 的使用
- [搭一个和阿里云类似的 OSS 服务](https://devops.aliyun.com/lingma/login?port=37510&state=2-45ff83047a4148259ead4026c489b2d1)

> minio 可以实现和阿里云 OSS 一样的功能
- [一句话总结:TS 何时选择 interface 或 type](https://hughfenghen.github.io/posts/2024/02/17/ts-choose-interface-type/)
- [在线缩小 MP3 文件尺寸](https://www.mp3smaller.com/zh/)

> TS 的 interface 和 type 的区别
> MP3Smaller 是免费的 MP3 压缩工具,能够让您在线缩小 MP3 文件的尺寸,在线压缩 MP3 音频文件。
- [CSS 框架排名](https://www.ruanyifeng.com/blog/2024/03/weekly-issue-295.html)
- [入行 15 年,我还是觉得编程很难](https://mp.weixin.qq.com/s/B7Z0ROkiBqqxVKkLNR9BxQ)

> 按 GitHub 星星数量排序前 40 个最受欢迎的 CSS 框架
> 不论公司多大、项目多牛,在实际工作中遇见好代码,仍然是小概率事件。
## 行业周边

Expand All @@ -38,9 +54,9 @@

> 【腾讯云】云服务器等爆品抢先购,低至 4.2 元/月
- [Z2H -在线生成字贴](https://paper.z2h.cn/)
- [AITDK 扩展 流量 & Whois & 网站 SEO 分析](https://aitdk.com/zh-CN/extension/)

> 用正确的方法刻意练习,每个人都能写出一手漂亮的字
> AITDK 是一款多功能的浏览器扩展,旨在提供全面的网站分析。凭借其强大的功能,AITDK 能够跟踪网站流量,执行 Whois 查询,并进行 SEO 分析。
## 加群交流

Expand Down
61 changes: 61 additions & 0 deletions docs/2024/phase-3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# 前端周刊:2024-3 期

[![](../img/bing/20220809.jpg?imageMogr2/thumbnail/960x)](https://cn.bing.com/search?q=Roques+de+Benet+rocks+Spain&form=hpcapt&filters=HpDate:%2220240307_0800%22)

## 前端开发

- [Text2Image 文生图的发展脉络](https://www.yuque.com/xinntao/nm1yxs/wvritz5ulgv3qriu)

> 这篇介绍将简略地从技术角度聊聊他们的发展脉络。希望看完之后,能够了解 Text2Image 文生图这个领域中耳熟能详的方法。
- [NoSleep.js](https://github.com/richtr/NoSleep.js/)

> 在任何浏览器中防止显示屏休眠并启用唤醒锁定。
- [Web 文件系统(OPFS 及工具)介绍](https://hughfenghen.github.io/posts/2024/03/14/web-storage-and-opfs/)

> 文件系统是往往是构建大型软件的基石之一,很长一段时间 Web 平台因缺失成熟的文件系统成为构建大型软件的阻碍,如今 OPFS (opens new window)可弥补这一缺憾。
- [Web 终极拦截技巧(全是骚操作)](https://hughfenghen.github.io/posts/2023/12/23/web-spy/)

> 如果系统的控制权、代码完全被掌控,很容易添加中间层;现实情况我们往往无法控制系统的所有环节,所以需要使用一些 “非常规”(拦截) 手段来增加中间层。
- [一句话总结:TS 何时选择 interface 或 type](https://hughfenghen.github.io/posts/2024/02/17/ts-choose-interface-type/)

> TS 的 interface 和 type 的区别
- [CSS 框架排名](https://www.ruanyifeng.com/blog/2024/03/weekly-issue-295.html)

> 按 GitHub 星星数量排序前 40 个最受欢迎的 CSS 框架
## 行业周边

- [【七牛云】新人免费试用](https://s.qiniu.com/vmUnIr)

> 【七牛云】 多款云产品长期免费使用
- [【阿里云】云服务器,精选特惠](https://www.aliyun.com/daily-act/ecs/activity_selection?userCode=y31qmczl)

> 【阿里云】新老同享
- [【腾讯云】云服务器等爆品抢先购,低至 4.2 元/月](https://cloud.tencent.com/act/cps/redirect?redirect=2446&cps_key=55b0d6026f97f5980bceec15fcefa0af&from=console)

> 【腾讯云】云服务器等爆品抢先购,低至 4.2 元/月
- [黄仁勋斯坦福大学演讲](https://www.ruanyifeng.com/blog/2024/03/weekly-issue-293.html)

> 2024 年 3 月初,英伟达 CEO 黄仁勋回到母校美国斯坦福大学,参加了斯坦福商学院 SIEPR 经济峰会以及 View From The Top 系列活动。
- [Z2H -在线生成字贴](https://paper.z2h.cn/)

> # 用正确的方法刻意练习,每个人都能写出一手漂亮的字
## 加群交流

添加好友,备注“加群”

![refned_x](../img/a/refined-x.jpg)

## 前端周刊

更新内容请访问[《前端周刊》](https://frontend-weekly.com/)
Binary file added docs/img/bing/20240307.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 54e0c25

Please sign in to comment.