joe преди 2 години
родител
ревизия
f812a4f5e2
променени са 2 файла, в които са добавени 23 реда и са изтрити 0 реда
  1. 2 0
      content/res/best-sites.md
  2. 21 0
      content/res/github_projects.md

+ 2 - 0
content/res/best-sites.md

@@ -75,6 +75,8 @@ draft: false
 - [Game released with source code(leaked)](https://en.wikipedia.org/wiki/List_of_commercial_video_games_with_available_source_code#Games_with_source_code_available_on_release)
 - [RabbitMq 实战指南](https://zq99299.github.io/mq-tutorial/rabbitmq-ac/)
 - [go101](https://gfw.go101.org/article/101.html)
+- [refactoring.guru](https://refactoring.guru)
+> makes it easy for you to discover everything you need to know about refactoring, design patterns, SOLID principles, and other smart programming topics.
 
 ## 阅读
 

+ 21 - 0
content/res/github_projects.md

@@ -53,12 +53,23 @@ draft: false
 - [beanstalkd](https://github.com/beanstalkd/beanstalkd)
 - [wrk](https://github.com/wg/wrk)
 - [civetweb](https://github.com/civetweb/civetweb)
+> Embedded C/C++ web server
 - [lua](https://github.com/lua/lua)
 - [lwan](https://github.com/lpereira/lwan)
 - [memcached](https://github.com/memcached/memcached)
 - [PLY](https://github.com/dabeaz/ply)
 - [qhttpd](https://github.com/wolkykim/qhttpd)
 - [redis](https://github.com/redis/redis)
+- [netdata](https://github.com/netdata/netdata)
+> Real-time performance monitoring, done right!
+- [scylladb](https://github.com/scylladb/scylladb)
+> NoSQL data store using the seastar framework, compatible with Apache Cassandra
+- [duckdb](https://github.com/duckdb/duckdb)
+> DuckDB is an in-process SQL OLAP Database Management System
+- [immudb](https://github.com/codenotary/immudb)
+> immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
+- [surrealdb](https://github.com/surrealdb/surrealdb)
+> A scalable, distributed, collaborative, document-graph database, for the realtime web
 
 ### Golang
 
@@ -76,6 +87,8 @@ draft: false
 - [hummingbot](https://github.com/CoinAlpha/hummingbot)
 - [algo](https://github.com/trailofbits/algo)
 > Set up a personal VPN in the cloud
+- [roxy-wi](https://github.com/hap-wi/roxy-wi)
+> Web interface for managing Haproxy, Nginx, Apache and Keepalived servers
 
 ### Js/Ts
 
@@ -83,12 +96,18 @@ draft: false
 > A fancy self-hosted monitoring tool
 - [react-admin](https://github.com/marmelab/react-admin)
 > 后台 admin 库
+- [tremor](https://www.tremor.so/)
+> 後臺組件
+- [refine](https://refine.dev/)
+> react-admin 同類產品
 - [Chakra UI](https://github.com/chakra-ui/chakra-ui)
 > 前端库
 - [mantine](https://github.com/mantinedev/mantine)
 > 前端库
 - [MUI](https://github.com/mui/material-ui)
 > 前端库
+- [nginx-proxy-manager](https://github.com/NginxProxyManager/nginx-proxy-manager)
+> Docker container for managing Nginx proxy hosts with a simple, powerful interface
 
 ### Rust
 
@@ -132,3 +151,5 @@ draft: false
 ### DevOps
 
 - [podman](https://github.com/containers)
+- [playwright](https://github.com/microsoft/playwright)
+> 測試瀏覽器的作品