16.学习周刊-总第103期-2023年第16周.md 3.5 KB
Newer Older
E
eryajf 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
---
title: 学习周刊-总第103期-2023年第16周
date: 2023-04-21 19:32:14
permalink: /pages/415247/
categories:
  - 周刊
  - 学习周刊
  - 2023年
tags:
  -
feed:
  enable: true
description: 学习周刊-总第103期-一款安卓系统上的 rss 阅读软件
---

### 0 ,前言

周刊维护在:[https://github.com/eryajf/learning-weekly](https://github.com/eryajf/learning-weekly)  欢迎投稿,推荐或自荐项目 /文章 /博客,请提交 issue 。

周刊核心为运维周刊,还会侧重Go语言生态,Vue相关技术生态的项目,以及 GitHub 上优秀项目或经验。

你也可以在我的博客 [https://wiki.eryajf.net/learning-weekly/](https://wiki.eryajf.net/learning-weekly/) 查看汇总周刊。


### 1,优秀项目

---
- 项目地址:[go-search-extension](https://github.com/huhu/go-search-extension)
- 项目说明:一个可在浏览器搜索栏检索 go 文档的浏览器扩展。
  ![](http://t.eryajf.net/imgs/2023/02/441fdac4f10b9041.png)
- 相关文章:[README](https://github.com/huhu/go-search-extension#readme),[官方文档](https://go.extension.sh/)
---
- 项目地址:[gofeed](https://github.com/mmcdole/gofeed)
- 项目说明:一个强大的提要解析器,支持解析[RSS](https://en.wikipedia.org/wiki/RSS)[Atom](https://en.wikipedia.org/wiki/Atom_(standard))和[JSON](https://jsonfeed.org/version/1)提要。
- 相关文章:[README](https://github.com/mmcdole/gofeed#readme)
---
- 项目地址:[ReadYou](https://github.com/Ashinch/ReadYou)
- 项目说明:一款安卓系统上的 rss 阅读软件。
  ![](http://t.eryajf.net/imgs/2023/03/30c476eb9a52ef20.png)
- 相关文章:[README](https://github.com/Ashinch/ReadYou/blob/main/README-zh-CN.md)
---
- 项目地址:[fetch](https://github.com/go-zoox/fetch)
- 项目说明:`HTTP Client` For Go,灵感来自 [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)[Axios](https://github.com/axios/axios) + [Got](https://github.com/sindresorhus/got) (Sindre Sorhus)。
- 相关文章:[README](https://github.com/go-zoox/fetch#readme)
---
- 项目地址:[ApiCat_Open](https://github.com/NatosoftCN/ApiCat_Open)
- 项目说明:ApiCat 是一款适合团队进行 API 协作开发的工具软件,开发者可以通过 ApiCat 进行 API 文档管理、API Mock 以及生成 API 的测试调试文件等工作。
- 相关文章:[README](https://github.com/NatosoftCN/ApiCat_Open#readme)
---
- 项目地址:[kafdrop](https://github.com/obsidiandynamics/kafdrop)
- 项目说明:Kafdrop 是一个用于查看 Kafka 主题和浏览消费者组的 Web UI。该工具显示代理、主题、分区、消费者等信息,并允许您查看消息。
  ![](http://t.eryajf.net/imgs/2023/03/1fba2a8ced5a2de5.png)
- 相关文章:[README](https://github.com/obsidiandynamics/kafdrop#readme)
---


### 2,优秀文章

---
- [我的第一个 Github Action 发布了](https://bojieyang.github.io/posts/my-first-github-action-released/)
- 如题
---
- [基于 LDAP 的统一认证服务 Keycloak](https://www.u.tsukuba.ac.jp/~s2036012/tech/webmaster/ldap-integration.html)
- 如题
---

### 3,优秀博客

---
- 博客地址:[plantegg](https://plantegg.github.io/)
- 简单说明:关注基础知识,一次把问题搞清楚,从案例出发深挖相关知识。
---
- 博客地址:[杰子学编程](https://julywhj.cn/)
- 简单说明:涉及 Java,golang,Python
---
- 博客地址:[搞机男](https://www.gaojinan.com/)
- 简单说明:一个超简洁的博客,近乎 text 风格
---