DEV Community

Cover image for Programming Acronyms You Need To Know
Timi
Timi

Posted on

Programming Acronyms You Need To Know

In Programming, we have many acronyms that we use daily, and It can be hard to memorize all of them in your head. Sometimes we even tend to forget the simple ones. It’ll be fun if you have a list of these acronyms you can return to once in a while as a refresher, so here is a list of Programming Acronyms you need to know.

Web Development

  1. HTML: Abbreviation of HyperText Markup Language. It is the standard markup language for documents designed to be displayed in a web browser.

  2. CSS: Abbreviation of Cascading Style Sheets. CSS is a style sheet language used for describing the presentation of a document written in HTML.

  3. JS: Abbreviation of JavaScript. JavaScript is the main programming language of the Web.

  4. ES: Abbreviation of ECMAScript. ECMAScript (or ES) is a general-purpose programming language initially designed to be a Web scripting language.

  5. DOM: Abbreviation of Document Object Model. The Document Object Model or DOM is a programming interface for HTML and XML documents.

  6. XML: Abbreviation of eXtensible Markup Language. XML is a markup language designed by the World Wide Web Consortium (W3C) to establish a syntax for encoding documents that both machines and humans could read.

  7. AJAX: Abbreviation of Asynchronous JavaScript And XML. Ajax is a set of techniques using web technologies on the client side to create asynchronous communication in web applications.

  8. JSON: Abbreviation of JavaScript Object Notation. It is a data-interchange format.

  9. IIFE: Abbreviation of Immediately invoked function expression. An IIFE is a JavaScript function that runs as soon as it is defined.

  10. REST: Abbreviation of Representational state transfer. REST defines a programming architectural style that provides standards for communication between computer systems.

  11. SMACSS: Abbreviation of Scalable and Modular Architecture for CSS. SMACSS is a style guide based on five categories (base, layout, module, state, and theme).

  12. SEO: Abbreviation of Search Engine Optimization. The SEO Abbreviation is used to define the process of improving the quality and quantity of website traffic by increasing the visibility of a website.

  13. UX: Abbreviation of User Experience. UX abbreviation is used to define the design process to create products that provide meaningful and proper experiences to users.

  14. CDN: Abbreviation of Content delivery network. A CDN is highly distributed servers that help minimize delays in loading web page content by reducing the physical distance between the server and the user.

  15. CMS: Abbreviation of Content management system. A CMS is a software application used for creating and maintaining digital content.


Software Development and Programming

  1. IDE: Abbreviation of Integrated Development Environment. An IDE is a software application that provides facilities to programmers for software development.

  2. API Abbreviation of Application Programming Interface. An API enables two different applications to talk with each other to make some parts of the code available.

  3. SDK: Abbreviation of Software development kit. An SDK is a collection of software development tools in one installable package.

  4. JDK: Abbreviation of Java Development Kit. A JDK is an implementation of the Java Platform.

  5. JRE: Abbreviation of Java Runtime Environment. It is the part of the JDK that contains and organizes the set of tools and minimum requirements for executing Java applications.

  6. JVM: Abbreviation of Java Virtual Machine. The JVM is the virtual machine that allows computers to run Java programs as well as programs written in other languages that are also compiled into Java bytecode.

  7. SOAP: Abbreviation of Simple Object Access Protocol. SOAP is used to define a messaging protocol specification for exchanging structured information by web services.

  8. SQL: Abbreviation of Structured Query Language. The SQL language is used in programming for managing data in a relational database.

  9. JDBC: Abbreviation of Java Database Connectivity. JDBC is an API for the Java language which defines how a client may access a database.

  10. ORM: Abbreviation of Object Relational Mapping. An ORM is a programming technique used for converting data between incompatible systems using object-oriented programming languages.

  11. OOP: Abbreviation of Object-oriented programming. OOP is a programming paradigm based on the notion of objects.

  12. TDD: Abbreviation of Test-driven development. TDD is a software development process that is based on the repetition of a short development cycle: requirements are turned into specific test cases, and then the code is fixed so that the tests pass.

  13. BDD: Abbreviation of Behavior-driven development. BDD is a behavioral-driven development strategy, that has evolved from TDD, but it is not a testing technique. BDD defines a common language among all stakeholders and developers.

  14. XP: Abbreviation of Extreme Programming. XP is a software development method that organizes people to produce higher-quality software more productively and tries to reduce the cost of changes in requirements by having several short development cycles.

  15. UAT: Abbreviation of User Acceptance Testing. UAT is the last phase of the software testing process

  16. YAGNI: Abbreviation of You Ain't Gonna Need It. YAGNI is a principle of XP that states that a programmer should not add functionality until deemed necessary.

  17. GNU: This is a recursive acronym for “GNU's Not Unix. GNU is an extensive collection of free software, which gave rise to the family of operating systems popularly known as Linux.

  18. SOLID: Abbreviation of Single responsibility principle, Open-closed principle, Liskov substitution principle, Interface segregation principle, and Dependency inversion principle. SOLID is a mnemonic acronym for five design principles designed to make software designs more flexible, understandable, and maintainable.

  19. REGEX: Abbreviation of Regular expression. A REGEX is a regular expression of a sequence of characters that define a search pattern.


Data and File Management

  1. CSV: Abbreviation of Comma-separated values. A CSV file is a delimited text file that uses a comma to separate values.

  2. ETL: Abbreviation of Extract, Transform, Load. The ETL abbreviation is used to define a type of data integration that refers to the three steps (extract, transform, load) used to mix data from multiple sources.

  3. CRUD: Abbreviation of Create, read, update, and delete. In programming, create, read, edit, and delete are the four essential functions of data manipulation.

  4. EOF: Abbreviation of End of File. The EOF abbreviation is used to indicate the end of a file.

  5. AVIF: Abbreviation of AV1 Image File Format. It is a new, highly efficient image compression format.


System and Architecture

  1. MVC: Abbreviation of Model, View, and Controller. MVC abbreviation is used to define a software design pattern commonly used for developing user interfaces that distribute the program logic into three elements.

  2. ERP: Abbreviation of Enterprise resource planning. ERP abbreviation is used to refer to a sort of software that organizations use to manage day-to-day business activities.

  3. FIFO: Abbreviation of First In First Out. The FIFO abbreviation is used to indicate that the first item is the first item out in a queue.

  4. FTP: Abbreviation of File Transfer Protocol. The FTP abbreviation is used to refer to a protocol widely used to transfer files between computers.

  5. AD: Abbreviation of Active Directory. AD is Microsoft's proprietary directory service.

  6. SAAS: Abbreviation of Software as a Service. SaaS is a software solution that is purchased from a cloud service provider on a pay-per-use model.


Time and Identification

  1. UTC: Abbreviation of Coordinated Universal Time. UTC is the primary time standard by which the world regulates clocks and time.

  2. UUID: Abbreviation of Universally unique identifier. A UUID is a 128-bit number used to identify information in computer systems.


User Interface

  1. GUI: Abbreviation of Graphic User Interface. A GUI or graphical user interface is a form of user interface that allows users to interact with electronic devices through a graphical interface.

  2. WYSIWYG: Abbreviation of What you see is what you get. Microsoft Word is a common example to define a WYSIWYG editor. You have a blank page with some format tools, words, images, tables, and so forth. What you see on the screen is exactly what you see when you print the document.


Version Control

CVS: Abbreviation of Concurrent Versioning System. CVS is a version control system that tracks all changes in a set of files.

Conclusion

Make sure to take the time to read this, and remember you can’t just force all these acronyms into your head in one night, It’s okay to not know it all.

If you enjoyed this post, make sure to follow me on Twitter

Top comments (0)