头图

Technical vocabulary spelling specification memorandum for programmers writing resumes

Write in front

It's the peak season for job hunting again at this time of year.

Before applying for a job, we will spend a lot of time on improving our technical level + preparing for the interview/interview, but we often overlook a rigorous and reliable resume that is the first step in finding a job. The first step for programmers to write resumes is to use various technical vocabulary rigorously and normatively.

If you usually take notes or write blogs, it’s okay. After all, you read a lot by yourself, but it’s best to pay attention when writing your resume!

Of course, some students will say whether this is too nitpicking, and does this have any essential impact on the actual entry job?

Hey, it seems okay to think about it, but it often gives people a less rigorous feeling when screening and reading resumes. Therefore, the specification is always good !

Therefore, this article sorts out commonly used vocabulary spelling notes when programmers write resumes for reference when necessary. At the end of the article, a PDF offline manual document + and the Markdown file has been synchronized to the GitHub open source warehouse. You can get it yourself if you need it.

Of course, the vocabulary listed here may be limited, everyone can brainstorm, welcome to add!

This article has been included in the GitHub open source warehouse "Road to Programming" https://github.com/rd2coding/Road2Coding self-learning routes for 6 major programming directions (posts) , Interview test sites , My resume , Several hardcore pdf notes , and My programmer life and feelings , welcome.

Back-end development related

Normative writingExamples of inappropriate spellingRemark
RESTfulRestful、RestFulREST=Representational State Transfer
Springspring
Spring MVCSpringMVC、SpringmvcThere is a space in Spring MVC!
Spring BootSpringboot、SpringBootThere is a space in Spring Boot!
Spring CloudSpringcloud、SpringCloudThere is a space in Spring Cloud!
OOPoopObject Oriented Programming
POpoPersistant Object
POJOpojoPlain Ordinary Java Object
Webweb、WEB
JavaJAVA、java
JVMjvm、JvmJava Virtual Machine
GCgcGarbage Collection
Java EEjava eeEnterprise Edition
Java SEjava seStandard Edition
Golanggolang
Pythonpython
Linuxlinux
Runtimeruntime
DNSdnsDomain Name System
DIdiDependency Injection
DBdbDataBase
ACIDacidAtomicity+Consistency+Isolation+Durability
DDLddlData Definition Language
DMLdmlData Manipulation Language
MySQLmysql
SQLitesqlite
SQLServersqlserver、SQLserver
NoSQLnosql、NOSQLNoSQL=Not Only SQL
JDBCJdbc、jdbcJava Database Connectivity
ORMormObject/Relational Mapping
JPAJpaJava Persistence API
MyBatismybatis、Mybatis
MyBatis-PlusMyBatisPlus myBatis-plus
Mavenmaven、MAVEN
Redisredis
MongoDBmongoDB
MQmqMessage Queue
RabbitMQrabbitMQ
RocketMQrocketMQ
ActiveMQactiveMQ
Nettynetty
gRPCgrpc
Dubbodubbo
JSONJsonJavaScript Object Notation
JWTjwtJSON Web Token
XMLXmlExtensible Markup Language
APIApiApplication Programming Interface
Jenkinsjk、jenkins
Dockerdocker
UMLUmlUnified Modeling Language
SOASoaService Oriented Architecture
MVCMvcModel–View–Controller
MVVMMvvmModel-View-ViewModel
MVPMvpModel-View-Presenter
Continuously updating...--


Front-end development related

Normative writingExamples of inappropriate spellingRemark
HTTPHttp、httpHyper Text Transfer Protocol
HTTPShttps、HttpsHyper Text Transfer Protocol over SecureSocket Layer
DOMdomDocument Object Model
JavaScriptjavascript、Javascript、js、JS
CSSCss、cssCascading Style Sheets
HTMLHtml、htmlHyper Text Markup Language
jQueryjquery、JQuery
Bootstrapbootstrap
Node.jsnode、NodeJS、nodejs
Vue.jsvue、VUE、vue.js
Reactreact
Angularangular
SPAspaSingle Page Application
MPAmpaMutiple Page Application
Continuously updating...--


Client development related

Normative writingExamples of inappropriate spellingRemark
AppAPP、app
Objective-COC、oc
Xcodexcode、XCODE、XCode
iPhoneiphone
iOSios、IOS
Androidandroid
RxJavaRXJava、rxjava
Android Studioas、android studio
Continuously updating...--


Big data/cloud computing related

Normative writingExamples of inappropriate spellingRemark
Hadoophadoop
HDFShdfs、HdfsHadoop Distributed File System
MapReducemapreduce、mr
HBasehbase、Hbase
Hivehive
Yarnyarn
Kafkakafka
ZooKeeperzookeeper、zk
Stormstorm
Flinkflink
Elasticsearchelasticsearch、ElasticSearch、es
Logstashlogstash
Kibanakibana
Kubernetesk8sThe official abbreviation is K8s
Continuously updating...--


Tool or software related

Normative writingExamples of inappropriate spellingRemark
SVNsvnSubversion
GitGIT、git
GitHubgithub、Github
Intellij IDEAintellij idea、idea
Eclipseeclipse
MyEclipsemyeclipse
Postmanpostman
Continuously updating...--


Brainstorming

Due to limited time and energy, the technical vocabulary list compiled here is limited after all.

sorted out in this article has also been in the form of Markdown source files + PDF offline documents to the GitHub repository. The name of the GitHub repository is: " Awesome-Tech-Words "

The GitHub repository is: https://github.com/rd2coding/Awesome-Tech-Words

Everyone is welcome to brainstorm and participate in this open source warehouse, submit and supplement together.

This article has been included in the GitHub open source warehouse "Road to Programming" https://github.com/rd2coding/Road2Coding , which contains my 6 programming directions (posts) + knowledge points combing , Interview test sites , My resume , Hardcore pdf notes , and My programmer life and perception , part of the content is as follows ↓↓, welcome star.


CodeSheep的技术分享
分享虚拟化、容器化、API化、微服务化的WEB技术,更多务实、能看懂、可复现的原创文章尽在作者公众号 Co...
3.4k 声望
7.6k 粉丝
0 条评论
推荐阅读
MiniGPT-4,开源了!
上个月GPT-4发布时,我曾写过一篇文章分享过有关GPT-4的几个关键信息。当时的分享就提到了GPT-4的一个重要特性,那就是多模态能力。比如发布会上演示的,输入一幅图(手套掉下去会怎么样?)。GPT-4可以理解并输...

CodeSheep阅读 1.7k

封面图
「多图预警」完美实现一个@功能
一天产品大大向 boss 汇报完研发成果和产品业绩产出,若有所思的走出来,劲直向我走过来,嘴角微微上扬。产品大大:boss 对我们的研发成果挺满意的,balabala...(内心 OS:不听,讲重点)产品大大:咱们的客服 I...

wuwhs40阅读 4.8k评论 5

封面图
Java8的新特性
Java语言特性系列Java5的新特性Java6的新特性Java7的新特性Java8的新特性Java9的新特性Java10的新特性Java11的新特性Java12的新特性Java13的新特性Java14的新特性Java15的新特性Java16的新特性Java17的新特性Java...

codecraft32阅读 27.6k评论 1

一文彻底搞懂加密、数字签名和数字证书!
微信搜索🔍「编程指北」,关注这个写干货的程序员,回复「资源」,即可获取后台开发学习路线和书籍来源:个人CS学习网站:[链接]前言这本是 2020 年一个平平无奇的周末,小北在家里刷着 B 站,看着喜欢的 up 主视...

编程指北71阅读 33.7k评论 20

ESlint + Stylelint + VSCode自动格式化代码(2023)
安装插件 ESLint,然后 File -> Preference-> Settings(如果装了中文插件包应该是 文件 -> 选项 -> 设置),搜索 eslint,点击 Edit in setting.json

谭光志34阅读 20.8k评论 9

安全地在前后端之间传输数据 - 「3」真的安全吗?
在「2」注册和登录示例中,我们通过非对称加密算法实现了浏览器和 Web 服务器之间的安全传输。看起来一切都很美好,但是危险就在哪里,有些人发现了,有些人嗅到了,更多人却浑然不知。就像是给门上了把好锁,还...

边城32阅读 7.3k评论 5

封面图
涨姿势了,有意思的气泡 Loading 效果
今日,群友提问,如何实现这么一个 Loading 效果:这个确实有点意思,但是这是 CSS 能够完成的?没错,这个效果中的核心气泡效果,其实借助 CSS 中的滤镜,能够比较轻松的实现,就是所需的元素可能多点。参考我们...

chokcoco24阅读 2.3k评论 3

3.4k 声望
7.6k 粉丝
宣传栏