Files
learning-weekly/docs/04.2024年/01.学习周刊-总第140期-2024年第01周.md
2024-01-04 23:18:42 +08:00

76 lines
3.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 学习周刊-总第140期-2024年第01周
date: 2024-01-04 23:08:08
permalink: /pages/face3c/
categories:
- 周刊
- 学习周刊
- 2024年
tags:
-
feed:
enable: true
description: 学习周刊-总第140期-两个与docker相关的开源项目
---
### 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/) 查看汇总周刊。
🔥 有不少人想单独从博客通过 RSS 订阅周刊的更新,现在它来了,你可以使用这个[🔗 链接](https://wiki.eryajf.net/learning-weekly.xml)进行订阅。
### 1优秀项目
---
- 项目地址:[sigma](https://github.com/go-sigma/sigma)
- 项目说明:一个比 harbor 更为轻量的镜像仓库项目,值得关注。
![](https://t.eryajf.net/imgs/2023/12/1703778786168.jpg)
- 相关文章:[官网文档](https://docs.sigma.tosone.cn/zh/docs/sigma)
---
- 项目地址:[lumberjack](https://github.com/natefinch/lumberjack)
- 项目说明:一个 go 库,用于将日志文件按规则滚动轮替。
---
- 项目地址:[dbgate](https://github.com/dbgate/dbgate)
- 项目说明:又一款支持多平台的数据库管理工具,试用了一下,发现功能很丰富,值得一用。本周刊已收录很多类似的工具,有:[antares](https://github.com/Fabio286/antares)[Sequel-Ace](https://github.com/Sequel-Ace/Sequel-Ace)。
![](https://t.eryajf.net/imgs/2023/12/1703817232098.png)
- 相关文章:[官网](https://dbgate.org/)
---
- 项目地址:[just](https://github.com/casey/just)
- 项目说明:通过 justfile 定义一些脚本,可类比 makefile 之于 make。拥有更多新的特性值得花点时间学习一下。
![](https://t.eryajf.net/imgs/2023/12/1703921713646.png)
- 相关文章:[中文文档](https://just.systems/man/zh/)
---
- 项目地址:[meshy](https://github.com/anup-a/meshy)
- 项目说明:一款设计工具,用于生成美丽多彩的网格渐变。生成网格渐变的多种随机变化以及冷色自定义。导出具有自定义分辨率的 PNG 图像。
![](https://t.eryajf.net/imgs/2023/12/1703926106385.jpg)
---
- 项目地址:[dokemon](https://github.com/productiveops/dokemon)
- 项目说明:一个管理 docker 的开源项目。
![](https://t.eryajf.net/imgs/2023/12/1703948943698.jpg)
---
### 2优秀文章
---
- [一口气看完43个关于 ElasticSearch 的使用建议](https://mp.weixin.qq.com/s/Gsa1rPVISjOdVteol78EoA)
- 如题,得物技术实践
---
- [npm报错构建失败npm ERR! integrity checksum failed when using sha1: wanted xxxx but got yyyy](https://bbchin.com/archives/npm-checksum)
- 如题,可有效解决此问题
---
- [Go项目实现日志按时间及文件大小切割并压缩](https://mp.weixin.qq.com/s/91rGFoRinIbaNthyP1Fwrw)
- 如题
---
### 3优秀博客
---
- 博客地址:[note](https://github.com/vikyd/note)
- 简单说明:蛮不错的技术笔记
---
- 博客地址:[sleele的博客](https://sleele.com/)
- 简单说明:热爱折腾,热爱记录
---