My Playground

A place to share

“Do not limit your potentials and creativities!”

Posts - Page 3 of 6

Webpack.js

  • 1 min read

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.

Read More

Babel.js

  • ~1 min read

Babel.js is a JavaScript compiler. Babel is a toolchain that is mainly used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript in current and older browsers or environments.

Read More

Composer

  • ~1 min read

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.

Read More

Laravel

  • 6 min read

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.

Read More

Big Data

  • 1 min read

Big Data (Category) is a field that treats ways to analyze, systematically extract information from, or otherwise deal with data sets that are too large or complex to be dealt with by traditional data-processing application software.

Read More

DDD

  • 1 min read

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.

Read More

BDD

  • 3 min read

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.

Read More