Tutorial by Topics: less

Less is an open-source pre-processor. It makes writing and maintaining CSS easier by allowing the author to define and use variables, mixins etc. It also has features like Guards using which conditional styles can be written, Loops which help to keep the code DRY and a lot of in-built functions to...
imagemin([plugins], {options}) ArgumentDescriptionsourcePathImages' source directory (for example: /assets/images)buildPathDestination path (for example: /static/dist/) First argument to imagemin constructor is plugin array. By default, following plugins are used: [imagemin.gifsicle(), ima...
Stateless functional components in React are pure functions of the passed in props. These components do not rely on state and discard the use of component lifecycle methods. You may, however, still define propTypes and defaultPropts. See https://facebook.github.io/react/docs/reusable-components....
The open-source, application framework to easily build serverless architectures on AWS Lambda & more. This section includes, how to setup serverless framework for application development with relevant examples. "Serverless" is a framework: https://serverless.com/
Previous versions of Raspbian (prior to November 2016) had SSH enabled by default. They also had a default username (pi) and password (raspberry) this was done to make first time setup for new users easier. But this obviously represents a large security hole. The new release (November 2016) disables...
Chrome supports headless browsing that's exposed through a switch that can be used when starting the process. This enables opening pages without creating a browser window, thus a graphical environment is not required. When used in conjuction with an appliance that connects to the remote debugging p...
This section provides an overview of what shapeless is, and why a developer might want to use it. It should also mention any large subjects within shapeless, and link out to the related topics. Since the Documentation for shapeless is new, you may need to create initial versions of those relate...

Page 1 of 1