Ubuntu TechHive

活动提案

查看会员提交的想法并支持您将参加的主题。

求婚活动
proposals.index

39 提案

  1. 提议

    Git Fundamentals for Teams: Branches, Merges, Conflicts, and Recovery

    这是一场为期两小时的“团队 Git 基础”实操课程,重点涵盖分支、合并、冲突解决及故障恢复。参会者将通过具体的工程权衡案例进行练习,并获得一份可直接应用于实际团队项目的检查清单。

    难度: 简介 持续时间: 2 小时 目标日期: 2026年十一月14 #fundamentals#git#software-engineering#version-control
  2. 提议

    HTTP From First Principles: Requests, Caching, and APIs

    这是一场面向初学者的深度解析,带你深入了解每个 API、浏览器和后端服务所依赖的网络协议。

    难度: 简介 持续时间: 2 小时 目标日期: 2026年十月24 #api#fundamentals#http#web-development
  3. 提议

    Rust Backend Architecture with Axum: Middleware Order, Auth Boundaries, and Request Context

    关于 Axum 中间件排序、身份验证边界、请求上下文以及更安全的服务组合的实战课程。

    难度: 中级 目标日期: 2026年六月26 #backend#fundamentals#http#rust
  4. 提议

    Rust CI/CD for Backend Services: Tests, Containers, Deployments, and Rollbacks

    一场实用的 DevOps 基础课程,通过 Rust 服务示例,将测试、容器、部署门禁、健康检查和回滚计划串联起来。

    难度: 中级 目标日期: 2027年一月10 #build-systems#dependencies#fundamentals#release
  5. 提议

    Rust CI/CD for Web Backends: Test Stages, Preview Environments, and Rollbacks

    一场实用的 DevOps 会议,通过 Rust Web 服务示例,串联测试阶段、预览环境、部署门禁及回滚规划。

    难度: 中级 目标日期: 2026年十月2 #build-systems#dependencies#fundamentals#release
  6. 提议

    Rust CLI Automation with clap: Exit Codes, Stderr, and Script-Friendly Behavior

    关于脚本友好型行为的 Rust CLI 实践课程:退出代码、输出流、错误处理以及可预测的命令契约。

    难度: 简介 目标日期: 2027年一月15 #cli#configuration#fundamentals#rust
  7. 提议

    Rust CLI Configuration with clap: Files, Environment Variables, and Precedence Rules

    一场实用的 Rust 命令行界面(CLI)分享会,内容涵盖用户易于理解的配置文件、环境变量、默认设置及优先级规则。

    难度: 中级 目标日期: 2026年七月4 #cli#configuration#fundamentals#rust
  8. 提议

    Rust CLI Design with clap: Secrets, Help Text, and Safe Defaults

    这是一场实用的 CLI 基础知识讲座,将通过 clap 示例来讲解帮助文本、配置安全性、密钥处理以及对运维人员友好的默认设置。

    难度: 简介 目标日期: 2026年八月28 #cli#configuration#fundamentals#rust
  9. 提议

    Rust CLI File Operations with clap: Path Validation, Delete Safety, and Recovery Checks

    一场关于安全文件操作的实用 Rust CLI 会话:涵盖路径验证、删除预览、备份以及在执行不可逆更改前的检查。

    难度: 中级 目标日期: 2026年七月14 #cli#configuration#fundamentals#rust
  10. 提议

    Rust CLI Observability with clap: Logs, Errors, and Useful Diagnostics

    一场关于 Rust 命令行界面(CLI)的实战分享,内容涵盖日志、错误信息、标准错误(stderr)与标准输出(stdout)的分离,以及有助于用户快速排查问题的诊断技术。

    难度: 简介 目标日期: 2026年七月26 #cli#configuration#fundamentals#rust
  11. 提议

    Rust CLI Safety with clap: Dry Runs, Confirmation, and Side-Effect Boundaries

    一场关于 Rust CLI 安全性的实践课程,内容涵盖试运行(dry-run)行为、确认流程、文件变更以及可安全自动化的命令。

    难度: 中级 目标日期: 2026年十一月4 #cli#configuration#fundamentals#rust
  12. 提议

    Rust Cargo Workspaces: Package Boundaries, Features, and Release Builds

    这是一场关于 Rust Cargo Workspaces 的两小时实操课程,重点涵盖包边界(Package Boundaries)、特性(Features)及发布构建(Release Builds)。课程以 Rust 作为实现背景,但核心内容聚焦于软件工程基础、可靠性、测试以及运维清晰度。

    难度: 中级 目标日期: 2026年十月24 #build-systems#dependencies#fundamentals#release
  13. 提议

    Rust DevOps Fundamentals with Cargo: Build, Test, Package, and Deploy Small Services

    这是一场实用的 DevOps 基础课程,通过 Rust 示例将本地构建、测试、容器、服务配置和部署检查串联起来。

    难度: 简介 目标日期: 2026年十月14 #build-systems#dependencies#fundamentals#release
  14. 提议

    Rust HTTP APIs with Axum: Pagination, Filtering, and Load-Safe Query Patterns

    关于 Axum API 分页、过滤器、稳定排序以及在高负载下仍能保持可预测性的查询模式的后端基础知识讲座。

    难度: 简介 目标日期: 2026年九月6 #backend#fundamentals#http#rust
  15. 提议

    Rust HTTP Services with Axum: Webhooks, Signatures, and Safe Request Handling

    关于 Axum Webhook 端点的实战课程:涵盖解析、签名校验、幂等性处理,以及面向真实后端系统的清晰错误响应。

    难度: 中级 目标日期: 2026年十二月11 #backend#fundamentals#http#rust
  16. 提议

    Rust Release Readiness: Dependencies, Security Checks, Packaging, and Rollbacks

    一场实用的发布工程研讨会,通过 Rust 服务示例,涵盖依赖项审查、安全检查、打包、发布说明及回滚规划等内容。

    难度: 中级 目标日期: 2026年八月3 #build-systems#dependencies#fundamentals#release
  17. 提议

    Rust Routing with Axum: Specific Paths, Wildcards, and API Boundaries

    一场关于 Axum 的实战分享,涵盖路由设计、通配符匹配、请求边界以及确保 API 行为可预测的测试方法。

    难度: 简介 目标日期: 2026年十月12 #backend#fundamentals#http#rust
  18. 提议

    Rust Web Forms with Axum: Validation, Error States, and Recovery Paths

    关于 Axum 表单处理的实战课程:涵盖验证、错误响应、用户恢复,以及防止提交流程中断的测试方法。

    难度: 简介 目标日期: 2026年十月16 #backend#fundamentals#http#rust
  19. 提议

    Rust Web Services with Axum: CORS, Headers, and Browser-Facing API Safety

    一场关于 CORS、请求头、预检行为以及面向浏览器的 API 契约的 Axum 实战课程,旨在构建真实的 Web 服务。

    难度: 简介 目标日期: 2026年八月18 #backend#fundamentals#http#rust
  20. 提议

    SQL Joins, Indexes, and Query Plans for Beginners

    一场实用的数据库会议,重点探讨如何编写可读性强的查询语句,并深入解析查询缓慢的原因。

    难度: 简介 持续时间: 2 小时 目标日期: 2026年九月18 #data-science#databases#fundamentals#sql
  21. 提议

    Visual Algorithms Lab: Race Sorting Strategies on Real Inputs

    一场可视化编程会议,与会者将观察算法在近乎有序、随机和重复的数据集上表现出的不同行为。

    难度: 简介 持续时间: 2 小时 目标日期: 2026年八月10 #algorithms#fundamentals#programming#visualization
  22. 提议

    Zig CI/CD for Team Projects: Test Pipelines, Containers, and Release Gates

    这是一场实用的 CI/CD 讲座,将通过 Zig 项目示例,演示如何设计对团队友好的流水线、容器检查、发布门禁以及实用的故障报告。

    难度: 中级 目标日期: 2026年十二月28 #build-systems#dependencies#fundamentals#release
  23. 提议

    Zig CLI Automation: Exit Codes, Stderr, and Script-Friendly Behavior

    关于命令行行为的实践课程,内容涵盖在脚本中表现良好的实践:退出代码、输出流、错误处理以及可预测的契约。

    难度: 简介 目标日期: 2026年十一月17 #cli#configuration#fundamentals#tooling
  24. 提议

    Zig CLI Configuration: Files, Environment Variables, and Precedence Rules

    一场实用的命令行界面(CLI)课程,涵盖用户易于理解的配置文件、环境变量、默认设置及优先级规则。

    难度: 中级 目标日期: 2026年七月1 #cli#configuration#fundamentals#tooling