Glossary
- ACL
Access Control List - Read more about ACLs on Wikipedia.
- Angular
Angular is a TypeScript web application framework. Read more about Angular on Wikipedia.
- Angular Material
A UI component library for Angular. Read more about Angular Material. Read more about the Angular Material Component Dev Kit (CDK).
- Auth
In computing, Auth is often a abbreviation for both Authentication and Authorization because most people do not know their is a difference.
- Bootstrap
Bootstrap is a CSS library used in Playground applications.
- Continuous Integration
Continuous integration (CI) is the practice of integrating source code changes frequently and ensuring that the integrated codebase is in a workable state. Read more on Continuous integration at Wikipedia.
- Composer
Composer manages packages for PHP applications.
- CSR
Most SPAs use Client Side Rendering, from a dist build.
- ECMAScript
ECMAScript is a fancy name for JavaScript and superset languages such as TypeScript. Read more about ECMAScript on Wikipedia.
- GitHub Actions
Provides customizable workflows for your code repositories on GitHub. See the GitHub Actions Documentation for more information.
- Laravel
Laravel is an open source PHP Framework written on top of Symfony.
- Packagist
Packagist handles the package manifests for PHP applications that are installed and updated via Composer.
- React
React is used to develop UI web components, based on JavaScript, it has it’s own extension:
.jsx. React on Wikipedia- SPA
JavaScript frameworks often build out Single Page Applications for deployments.
- Symfony
Symfony is an open source PHP Framework.
- Tailwind
Tailwind is a CSS library used in Playground applications.
- TypeScript
TypeScript is a free and open-source high-level programming language developed by Microsoft that adds static typing with optional type annotations to JavaScript. Read more about TypeScript on Wikipedia.
- Vue
Vue 3 is a TypeScript based web framework. Read more on Vue.js.