专业的编程技术博客社区

网站首页 > 博客文章 正文

开发人员自我提升 - 软件开发技术术语表

baijin 2025-05-28 15:17:05 博客文章 7 ℃ 0 评论

开发工具与环境

  • IDE (集成开发环境)
    • Visual Studio Code
    • IntelliJ IDEA
    • Eclipse
    • PyCharm
  • Version Control (版本控制)
    • Git
    • SVN
    • Mercurial
  • Build Tools (构建工具)
    • Maven
    • Gradle
    • npm
    • pip
  • CI/CD Tools (持续集成/部署工具)
    • Jenkins
    • GitLab CI
    • Travis CI
    • CircleCI

编程语言

  • Frontend (前端)
    • HTML5
    • CSS3
    • JavaScript/TypeScript
    • React
    • Vue
    • Angular
  • Backend (后端)
    • Java
    • Python
    • Node.js
    • PHP
    • Go
    • Ruby
  • Mobile (移动端)
    • Swift
    • Kotlin
    • React Native
    • Flutter
  • Database (数据库)
    • SQL
    • NoSQL
    • MongoDB
    • Redis

架构与设计

  • Architecture Patterns (架构模式)
    • Microservices (微服务)
    • Monolithic (单体架构)
    • Serverless (无服务器)
    • Event-Driven (事件驱动)
  • Design Patterns (设计模式)
    • Singleton (单例)
    • Factory (工厂)
    • Observer (观察者)
    • Strategy (策略)
  • Cloud Platforms (云平台)
    • AWS
    • Azure
    • Google Cloud
    • Alibaba Cloud

网络与安全

  • Network Protocols (网络协议)
    • HTTP/HTTPS
    • TCP/IP
    • WebSocket
    • gRPC
  • Security (安全)
    • Authentication (认证)
    • Authorization (授权)
    • Encryption (加密)
    • SSL/TLS
  • API (应用程序接口)
    • REST
    • GraphQL
    • SOAP
    • WebHooks

数据存储与处理

  • Database Types (数据库类型)
    • Relational (关系型)
    • Document (文档型)
    • Key-Value (键值对)
    • Graph (图形)
  • Data Processing (数据处理)
    • ETL
    • Stream Processing
    • Batch Processing
    • Real-time Processing
  • Storage (存储)
    • Object Storage
    • File System
    • Block Storage
    • Cache

测试与质量

  • Testing Types (测试类型)
    • Unit Testing (单元测试)
    • Integration Testing (集成测试)
    • E2E Testing (端到端测试)
    • Performance Testing (性能测试)
  • Quality Tools (质量工具)
    • SonarQube
    • ESLint
    • JUnit
    • Selenium

运维与监控

  • DevOps Tools (运维工具)
    • Docker
    • Kubernetes
    • Ansible
    • Terraform
  • Monitoring (监控)
    • Prometheus
    • Grafana
    • ELK Stack
    • New Relic
  • Logging (日志)
    • Log4j
    • Winston
    • Logstash
    • Fluentd

项目管理

  • Methodologies (方法论)
    • Agile (敏捷)
    • Scrum
    • Kanban
    • Waterfall (瀑布)
  • Tools (工具)
    • Jira
    • Trello
    • Asana
    • Confluence

性能优化

  • Frontend (前端)
    • Lazy Loading
    • Code Splitting
    • Minification
    • Caching
  • Backend (后端)
    • Caching
    • Load Balancing
    • Connection Pooling
    • Indexing
  • Database (数据库)
    • Query Optimization
    • Indexing
    • Partitioning
    • Sharding

云原生技术

  • Containers (容器)
    • Docker
    • Containerd
    • Podman
  • Orchestration (编排)
    • Kubernetes
    • Docker Swarm
    • OpenShift
  • Service Mesh (服务网格)
    • Istio
    • Linkerd
    • Consul
  • Serverless (无服务器)
    • AWS Lambda
    • Azure Functions
    • Google Cloud Functions

Tags:

本文暂时没有评论,来添加一个吧(●'◡'●)

欢迎 发表评论:

最近发表
标签列表