0% found this document useful (0 votes)
22 views

Frontend Middle - Tematica

The document provides an overview of several frontend development topics including introductions to LESS and SASS for CSS preprocessing, Node.js for a JavaScript runtime, Grunt.js for automation, MongoDB for database storage, hacking Bootstrap for customization, CSS3 animations, JavaScript concepts like prototypes and asynchronous programming, and automatic testing tools like Phantom.js and Mocha. Each section describes installing and using the relevant technologies and provides examples or comparisons to related tools.

Uploaded by

George Luparu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Frontend Middle - Tematica

The document provides an overview of several frontend development topics including introductions to LESS and SASS for CSS preprocessing, Node.js for a JavaScript runtime, Grunt.js for automation, MongoDB for database storage, hacking Bootstrap for customization, CSS3 animations, JavaScript concepts like prototypes and asynchronous programming, and automatic testing tools like Phantom.js and Mocha. Each section describes installing and using the relevant technologies and provides examples or comparisons to related tools.

Uploaded by

George Luparu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Frontend Middle

An introduction to LESS & SASS


LESS
SASS is the future.
Thinking in modules
(Creating a LESS or SASS file for each module: Reset, typography,
buttons, etc.).
Compiling everything into CSS.

An introduction to NODE.JS
Describing node.js
Installing node.js
Node package manager
The package.json file.

An introduction to GRUNT.js
Describing grunt.js
Installing grunt.js with node.js
The Gruntfile
Plugins
Grunt tasks

An introduction to MONGODB
Describing mongodb
Installing mongo with node.js
Basic select and insert.

Hacking bootstrap
Downloading the bootstrap master project. (Source files)
Customizing bootstrap.
Adding a custom module.

An introduction to CSS3 animations


Transition vs. animation
Fun examples.
Comparison with JS/ jQuery animations

JavaScript A broader picture


Prototypes A broader picture.
OOC - Objects, Data Types, Variables, Expressions, Operators
AJAX basics
Asynchronous programming.
An introduction to automatic testing
Phantom.js
Mocha
Bibliography + A FUN TEST

You might also like