Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aneasystone/weekly-practice
日拱一卒,功不唐捐。
https://github.com/aneasystone/weekly-practice
Last synced: 5 days ago
JSON representation
日拱一卒,功不唐捐。
- Host: GitHub
- URL: https://github.com/aneasystone/weekly-practice
- Owner: aneasystone
- License: mit
- Created: 2022-02-12T01:59:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T00:43:50.000Z (13 days ago)
- Last Synced: 2025-01-20T22:07:52.194Z (12 days ago)
- Language: Java
- Homepage:
- Size: 69.8 MB
- Stars: 109
- Watchers: 10
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weekly-practice
这里记录的是我每周的学习笔记,希望每周都能学点新技术。
* WEEK059 - [实战 PDF 解析](./notes/week059-pdf-parser-libraries/README.md)
* WEEK058 - [使用 GraalVM 构建 Java 原生应用](./notes/week058-java-native-app-with-graalvm/README.md)
* WEEK057 - [基于 LangGraph 创建智能体应用](./notes/week057-create-agents-with-langgraph/README.md)
* WEEK056 - [Java 21 初体验(三)](./notes/week056-java-21-notes-3/README.md)
* WEEK055 - [Java 21 初体验(二)](./notes/week055-java-21-notes-2/README.md)
* WEEK054 - [高级 RAG 技术学习笔记](./notes/week054-advanced-rag-notes/README.md)
* WEEK053 - [开源大模型 Llama 实战](./notes/week053-llama-in-action/README.md)
* WEEK052 - [提示工程学习笔记(二)](./notes/week052-prompt-engineering-notes-2/README.md)
* WEEK051 - [提示工程学习笔记](./notes/week051-prompt-engineering-notes/README.md)
* WEEK050 - [Java 21 初体验](./notes/week050-java-21-notes/README.md)
* WEEK049 - [在 Kubernetes 中调度 GPU 资源](./notes/week049-scheduling-gpus-in-kubernetes/README.md)
* WEEK048 - [学习 Kubernetes 流量管理之 Ingress](./notes/week048-kubernetes-traffic-management-ingress/README.md)
* WEEK047 - [基于结构化数据的文档问答](./notes/week047-structured-data-qa/README.md)
* WEEK046 - [学习 Kubernetes 流量管理之 Service](./notes/week046-kubernetes-traffic-management-service/README.md)
* WEEK045 - [使用 Arthas 排查线上问题](./notes/week045-trouble-shooting-with-arthas/README.md)
* WEEK044 - [大模型应用开发框架 LangChain 学习笔记(二)](./notes/week044-llm-application-frameworks-langchain-2/README.md)
* WEEK043 - [大模型应用开发框架 LangChain 学习笔记](./notes/week043-llm-application-frameworks-langchain/README.md)
* WEEK042 - [使用 Embedding 技术打造本地知识库助手](./notes/week042-doc-qa-using-embedding/README.md)
* WEEK041 - [容器运行时 containerd 学习笔记](./notes/week041-containerd-notes/README.md)
* WEEK040 - [基于 ChatGPT 实现一个划词翻译 Chrome 插件](./notes/week040-chrome-extension-with-chatgpt/README.md)
* WEEK039 - [读源码剖析 Spring Security 的实现原理](./notes/week039-dive-into-spring-security-sources/README.md)
* WEEK038 - [基于 Argo CD 的 GitOps 实践笔记](./notes/week038-gitops-with-argocd/README.md)
* WEEK037 - [使用 Google Colab 体验 AI 绘画](./notes/week037-ai-painting-with-google-colab/README.md)
* WEEK036 - [使用 RSSHub 为任意网址生成订阅源](./notes/week036-feed-everything-with-rsshub/README.md)
* WEEK035 - [使用 Istio 和 Envoy 打造 Service Mesh 微服务架构](./notes/week035-istio-envoy-service-mesh/README.md)
* WEEK034 - [实战 APISIX 服务发现](./notes/week034-apisix-service-discovery/README.md)
* WEEK033 - [gRPC 快速入门](./notes/week033-grpc-quickstart/README.md)
* WEEK032 - [实战 Docker 容器网络](./notes/week032-docker-network-in-action/README.md)
* WEEK031 - [使用 Helm 部署 Kubernetes 应用](./notes/week031-deploying-kubernetes-app-with-helm/README.md)
* WEEK030 - [APISIX 使用小记](./notes/week030-apisix-notes/README.md)
* WEEK029 - [构建多架构容器镜像实战](./notes/week029-build-multi-arch-images/README.md)
* WEEK028 - [细数 JDK 自带的那些调试和诊断工具](./notes/week028-jvm-diagnostic-tools/README.md)
* WEEK027 - [实战 Kubernetes 的动态扩缩容](./notes/week027-kubernetes-auto-scaling/README.md)
* WEEK026 - [基于 OpenTelemetry 的可观测性实战](./notes/week026-opentelemetry-observability/README.md)
* WEEK025 - [WebAssembly 学习笔记](./notes/week025-webassembly-notes/README.md)
* WEEK024 - [Java 8 之 Stream API 用法总结](./notes/week024-java-streams/README.md)
* WEEK023 - [搭建自己的镜像仓库](./notes/week023-build-your-own-image-registry/README.md)
* WEEK022 - [etcd 学习笔记](./notes/week022-etcd-notes/README.md)
* WEEK021 - [使用 Visual Studio Code 进行 Go 开发](./notes/week021-go-in-visual-studio-code/README.md)
* WEEK020 - [写一个简单的 Kubernetes Operator](./notes/week020-create-a-kubernetes-operator/README.md)
* WEEK019 - [ZooKeeper 在不同场景下的使用](./notes/week019-various-usage-of-zookeeper/README.md)
* WEEK018 - [使用 GitHub Actions 跟踪 GitHub 趋势项目](./notes/week018-tracking-github-trending/README.md)
* WEEK017 - [使用 qiankun 开发微前端应用](./notes/week017-qiankun-micro-frontends/README.md)
* WEEK016 - [在 Kubernetes 环境中开发 Spring Boot 项目](./notes/week016-spring-boot-on-kubernetes/README.md)
* WEEK015 - [实战 ELK 搭建日志系统](./notes/week015-elk-in-action/README.md)
* WEEK014 - [Spring Boot 生产就绪特性 Actuator](./notes/week014-spring-boot-actuator/README.md)
* WEEK013 - [Kubernetes 使用小记](./notes/week013-playing-with-kubernetes/README.md)
* WEEK012 - [搭建自己的 Git 服务器](./notes/week012-build-your-own-git-server/README.md)
* WEEK011 - [在 Docker 环境中开发 Spring Boot 项目](./notes/week011-spring-boot-on-docker/README.md)
* WEEK010 - [Kubernetes 安装小记](./notes/week010-install-kubernetes/README.md)
* WEEK009 - [Spring 官方入门指南](./notes/week009-spring-guides/README.md)
* WEEK008 - [实战 Prometheus 搭建监控系统](./notes/week008-prometheus-in-action/README.md)
* WEEK007 - [Envoy 学习笔记](./notes/week007-envoy-quickstart/README.md)
* WEEK006 - [Dapr 学习笔记](./notes/week006-dapr-quickstart/README.md)
* WEEK005 - [学习 JHipster](./notes/week005-jhipster-notes/README.md)
* WEEK004 - [使用 Spring 项目脚手架](./notes/week004-creating-spring-project/README.md)
* WEEK003 - [Docker 快速入门](./notes/week003-docker-getting-started/README.md)
* WEEK002 - [在 VirtualBox 上安装 Docker 服务](./notes/week002-install-docker/README.md)
* WEEK001 - [在 VirtualBox 上安装 CentOS 实验环境](./notes/week001-centos-on-virtualbox/README.md)### 项目实践
* PRO004 - [LM Studio - Discover, download, and run local LLMs](./projects/pro004-lmstudio/README.md)
* PRO003 - [mem0ai/mem0 - 个性化 AI 记忆层](./projects/pro003-mem0ai-mem0/README.md)
* PRO002 - [Nepxion/Discovery - 企业级云原生微服务解决方案](./projects/pro002-Nepxion-Discovery/README.md)
* PRO001 - [dromara/liteflow - 轻量,快速,稳定可编排的组件式规则引擎](./projects/pro001-dromara-liteflow/README.md)