Posts - Page 3 of 6
Webpack.js
Webpack.js is a static module bundler for modern JavaScript applications. When webpack processes your application, it internally builds a dependency graph which maps every module your project needs and generates one or more bundles.
Babel.js
Node.js
Node.js is a JavaScript runtime built on the V8 JavaScript engine.
Composer
Composer is a tool for dependency management in PHP. It is not a package manager in the same sense as Yum
or Apt
are. Yes, it deals with “packages” or libraries, but it manages them on a per-project basis, installing them in a directory (e.g. vendor
) inside your project. By default it does not install anything globally.
Laravel
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
Apache Spark
Apache Spark (Github) is
Big Data
Monitoring
DDD
Domain-driven design, DDD, is the concept that the structure and language of your code (class names, class methods, class variables) should match the business domain. Domain Driven Design (DDD) defines a number of concepts and patterns that help designing software effectively, in-line with the business requirements.
BDD
Behavior-Driven Development, BDD, is an Agile software development process that encourages collaboration among developers, QA and non-technical or business participants in a software project.