EUNO.NEWS EUNO.NEWS
  • All (20349) +286
  • AI (3104) +14
  • DevOps (907) +7
  • Software (10509) +190
  • IT (5781) +75
  • Education (48)
  • Notice
  • All (20349) +286
    • AI (3104) +14
    • DevOps (907) +7
    • Software (10509) +190
    • IT (5781) +75
    • Education (48)
  • Notice
  • All (20349) +286
  • AI (3104) +14
  • DevOps (907) +7
  • Software (10509) +190
  • IT (5781) +75
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 1周前 · software

    谈论 Writing Better Go:10 次 Code Reviews 的经验教训

    阅读更多关于《คุยกันเรื่อง Writing Better Go: Lessons from 10 Co...》

    #Go #error handling #code review #best practices #programming
  • 1周前 · software

    我的 Node.js API 最佳实践 2025年

    Node.js 已经为生产环境的 API 提供动力超过十年了,在 2025 年,它已经不再是“新”或实验性的,而是基础设施。正是这种成熟度使得 c...

    #Node.js #API design #best practices #performance #security #backend development #JavaScript #2025
  • 1周前 · devops

    对您的 S3 存储桶的基本保护

    S3 安全基础(无额外费用) S3 是 AWS 最受欢迎的存储服务之一,因为它简单。您可以轻松存储大量数据用于…

    #AWS #S3 #encryption #cloud security #best practices
  • 1周前 · devops

    说他们的语言:沟通画像如何防止敏捷交付中断

    敏捷交付失败通常会用舒适的借口来解释。backlog 不清晰。scope 变更了。estimates 错误。architecture …

    #devops #tutorials #best-practices
  • 1周前 · devops

    在 AWS EKS/Fargate 上使用 CDK 构建容器化 Quarkus API 与 CI/CD 流水线

    在最近的一篇文章中,我演示了使用 AWS ECS Elastic Container Service、Quarkus 和 CDK Cloud Development Kit 的好处,以实现……

    #devops #tutorials #best-practices
  • 1周前 · software

    当 React 开始像 jQuery 那样行事(而且你完全能看出来 😅)

    不是粉丝——只是工具使用者 我并不是任何单一框架的粉丝。对我来说,框架是工具。就像我更喜欢一把结实的锤子,而不是一把生锈的……

    #React #jQuery #JavaScript #front‑end development #frameworks #code quality #best practices
  • 1周前 · software

    提交信息格式

    提交信息格式 每个提交信息由标题、正文和脚注组成。标题采用特殊格式,包含类型、可选范围,……

    #git #commit-message #conventional-commits #version-control #best-practices
  • 1周前 · software

    你在前端使用架构反模式吗?

    前端架构及其反模式 在启动一个项目时,无论是 frontend 还是 backend,通常我们会定义很多方面的我们的…

    #frontend #software architecture #anti-pattern #design patterns #best practices #code quality
  • 1周前 · software

    常见 Git 错误(以及如何修复)

    常见的 Git 错误及其修复方法 1. 在 main 分支上提交而不是在特性分支上 解决方法: bash git checkout -b feature-branch git reset --soft HEAD~1 git ...

    #git #version-control #branching #merge-conflicts #commit-messages #security #environment-variables #git-revert #best-practices
  • 1周前 · software

    构建安全的 Demo Banking App(第1部分)

    介绍 当构建软件项目或应用程序时,必须意识到技术的快速演进。开发工具和编程…

    #banking app #application security #fintech #secure coding #software development #CRUD #best practices
  • 1周前 · software

    Python 文件处理精通:摆脱常见陷阱,使用 Pathlib 与 Context Managers

    引言 文件处理 bug 往往难以捉摸——它们通常不会导致程序崩溃,却会悄悄地损坏数据或泄漏资源。这些问题在……

    #python #file-handling #pathlib #context-managers #io #best-practices #debugging
  • 1周前 · software

    Python 推导式是声明式的(以及这为何重要)

    两种在列表中对每个数字求平方的 Python 方法 **Version A** ```python squares = [] for num in numbers: squares.append(num ** 2) ``` **Version B** ```python squares = [num ** 2 for num in numbers] ```

    #python #list-comprehensions #declarative-programming #imperative-vs-declarative #code-style #best-practices

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026