DEV Community

noelle
noelle

Posted on • Updated on

Acronym

As I continue to blog, I will come back and edit this post with short description and additional acronyms.

Programming

  • HTTP - HyperText Transport Protocol
  • URL - Uniform Resource Locator
  • XML - eXtensible Markup Language
  • IDE - Integrated Development Environment
  • CLI - Command Line Interface
  • AJAX - Asyn Javascript And XML
  • HTML - HyperText Markup Language
  • JSON - JavaScript Object Notation
  • CSS - Cascading Style Sheet
  • SQL - Structured Query Language
  • ECMAScript(ES) - European Computer Manufactures Association Script
  • ASCII - American Standard Code for Information Interchange
  • REGEX - Regular Expression
  • API - Application Programming Interface
  • OAuth - Open Authentication
  • SDK - Software Development Kit
  • NPM - Node Package Manager
  • TDD - Test-Driven Design

Conventions / Patterns / Techniques

  • CRUD - Create, Read, Update, Delete
  • REST - Representational State Transfer
  • OOP - Object Oriented Programming
  • MVC - Model Views Controller
  • BEM - Block Element Modifier - naming convention for CSS classes.
  • CMS - Content Management System
  • ORM - Object Relational Mapping
  • DRY - Don't Repeat Yourself

Top comments (0)