How to write good README?

A README is the first file a person should read when encountering a source tree, and it should be written as a very brief, very basic introduction to the software.

Read More

Responsive Web Design

Responsive Web Design is an approach to web design and development that websites and web applications respond to a screen size, layout and resolution of the device on which they’re being accessed.

Read More

TETO principle

TETO-principle means Test Early, Test Often. Test not too late, not too little and not for the wrong reasons.

Read More

KISS DRY YAGNI

There are a lot of buzz words people throw around when talking about good practices in web and software development.

Read More

TDD with Karma and Jasmine

Karma is a type of test runner that creates a server, and then spins up tests in various browsers using data derived from that fake server.

Read More