forked from SwiftOldDriver/iOS-Weekly
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
74 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# 老司机 iOS 周报 #1 | 2021-03-25 | ||
|
||
![ios-weekly](https://github.com/SwiftOldDriver/iOS-Weekly/blob/master/assets/ios-weekly.png?raw=true) | ||
老司机 iOS 周报,只为你呈现有价值的信息。 | ||
|
||
你也可以为这个项目出一份力,如果发现有价值的信息、文章、工具等可以到 [Issues](https://github.com/SwiftOldDriver/iOS-Weekly/issues) 里提给我们,我们会尽快处理。记得写上推荐的理由哦。有建议和意见也欢迎到 [Issues](https://github.com/SwiftOldDriver/iOS-Weekly/issues) 提出。 | ||
|
||
## 新闻 | ||
|
||
> 行业相关的新闻、趣事、看法 | ||
|
||
## 新手推荐 | ||
|
||
> 收集一些对新手友好且质量不错的文章 | ||
|
||
## 文章 | ||
|
||
### 🐢 [深入理解 WKWebView(入门篇)—— WebKit 源码调试与分析](https://mp.weixin.qq.com/s/VdkVBIQwj7WkAk8-5wppmQ) | ||
|
||
[@享耳先森](https://github.com/iblacksun):移动互联网时代,网页依旧是内容展示的重要媒介,开发者经常需要与 `WKWebView` 打交道,但当遇到疑难问题时官方文档不足以解惑。本系列文章介绍了如果从 WebKit 源码入手,建立可调试工程,基于此深入理解 WebKit 核心内容。 | ||
|
||
## 摸鱼周报 | ||
|
||
[@摸鱼周报 #11](https://mp.weixin.qq.com/s/hE9wYlLX8F1sKjIF5eIPVQ):本期摸鱼周报带来了 | ||
|
||
## 工具 | ||
|
||
> 开发过程中常用的工具,及一些新工具的介绍 | ||
|
||
## 代码 | ||
|
||
### [世界上第一个浏览器源码](https://github.com/cynthia/WorldWideWeb) | ||
|
||
[@折腾范儿_唯敬](https://www.weibo.com/agvicking/home?wvr=5):这个 repo 其实算得上是一个考古 repo 。维基百科上记载,世界上第一个浏览器是在 NextStep 的电脑上(repo 的 readme 上有索引),用 C 和 Objective-C 语言完成的,被 repo 作者从原始 WorldWideWeb 的仓库中剥离,保存于此。虽然这个项目中的代码过于老旧,已经无法编译,但有兴趣的人还是可以前往一探究竟,看看上古时代的浏览器代码大概是什么样子 | ||
|
||
## 书 | ||
|
||
> 比较不错的书的推荐和书评 | ||
|
||
## 音视频 | ||
|
||
### 🐢 [“Structured concurrency” with special guest Doug Gregor](https://www.swiftbysundell.com/podcast/99/) | ||
|
||
[@老驴](https://www.weibo.com/6090610445):这期 Swift By Sundell 节目请到了 Swift 开发组的成员之一 Doug Gregor 来聊聊 Swift Concurrency 和背后的故事。 | ||
|
||
## 赞助者 | ||
|
||
虚位以待.. | ||
|
||
**非常感谢以上赞助者的支持,如果你也有赞助我们的兴趣,欢迎添加微信 iTDriverr 哦~** | ||
|
||
## 内推 | ||
|
||
老司机周报团队联合知识小集和 SwiftGG 翻译组收录了一份靠谱的内推职位。 | ||
|
||
如果你想**找工作**,点这里:https://www.yuque.com/iosalliance/article/bhutav | ||
|
||
如果你想**招人**,点这里:https://www.yuque.com/iosalliance/article/ycyhf3 | ||
|
||
当然,也欢迎你关注我们每一期的周报,我们会在每期周报底部及时更新编辑内推岗位。 | ||
|
||
## 关注我们 | ||
|
||
我们开通了公众号,每期发布时公众号(LSJCoding)会推送消息,欢迎关注。 | ||
|
||
![](https://github.com/SwiftOldDriver/iOS-Weekly/blob/master/assets/qrcode_for_wechat.jpg?raw=true) | ||
|
||
同时也支持了 RSS 订阅:https://github.com/SwiftOldDriver/iOS-Weekly/releases.atom 。 | ||
|
||
## 说明 | ||
|
||
🚧 表示需某工具,🌟 表示编辑推荐 | ||
|
||
预计阅读时间:🐎 很快就能读完(1 - 10 mins);🐕 中等 (10 - 20 mins);🐢 慢(20+ mins) |