Skip to content

Instantly share code, notes, and snippets.

@mikiqex
Last active October 26, 2017 07:58
Show Gist options
  • Select an option

  • Save mikiqex/b2d7cd6f8849f1b964427a9ce0aef770 to your computer and use it in GitHub Desktop.

Select an option

Save mikiqex/b2d7cd6f8849f1b964427a9ce0aef770 to your computer and use it in GitHub Desktop.
Dev Dict

https://webstandardssherpa.com/glossary/index.html

Assets: All materials needed to successfully complete a project, typically text content, graphics, photographs, videos, audio files, and databases. API: Interface allowing communication between programs (as opposed to communication beetween human and program).

Boilerplate: Bootcamp: Bootstrap:

CRUD: Create-Read-Update-Delete

Framework: Set of functionalities made to work together.

GUI: Graphical interface between human and program

Markdown or .md: Plain text formatting syntax Mockup

ORM: Methods around database, allowing you to use OOP, instead of e.g. SQL

REST: API, where JSON is used (as opposed to SOAP, where XML is used).

SEO: The process of improving the visibility of a website to search engines. Slug: User friendly URL, e.g. for an article. Scaffolding: Initial template with all common stuff (for HTML it would be structure, meta tags etc.) Skeleton: Class (typically in Java) with pre-generated empty methods SQL: Language for databases

UX: User Experience.

Wireframe: A basic visual guide used in interface design to suggest the structure of a website and relationships between its pages. A webpage wireframe is a similar illustration of the layout of fundamental elements in the interface. Typically, wireframes are completed before any artwork is developed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment