Category: Programming

JS Framework

A JavaScript framework is an application for developing user interfaces and applications. It helps single page applications and websites perform faster and more efficiently. Examples include React.js, Vue.js, and AngularJS. These frameworks are becoming more popular due to the increased performance they provide and the ability to work with CMSs such as Drupal and WordPress.

JSON

JSON (JavaScript Object Notation) is a lightweight, text-based, language-independent data interchange format. It was derived from the Javascript/ECMAScript programming language, but is programming language independent. JSON is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays.

Minification

Minify – In computer programming, this is the process by which all unnecessary parts of the source code are removed without hindering it’s functionality.

Natural Language Processing (NLP)

Natural Language Processing, also known as NLP, is the way in which computers process and analyze data that is composed of natural language.

Robots.txt File

This file prevents web spiders/crawlers such as Googlebot from accessing all or parts of your website which is publically viewable.

Wildcard

The * character means a wildcard that takes the place of any other character or string of characters.