Results for: "programming"

Categories (1)

Contents (178)

7 Useful tricks for writing more concise and performant JavaScript
7 Useful tricks for writing more concise and performant JavaScript

When we started writing about JavaScript, we created a list of every time-saving trick we discovered in the code of other people, on…

read more
10 Collaborative Coding Tools for Remote Pair Programming
10 Collaborative Coding Tools for Remote Pair Programming

The days of lonesome coding are long gone since the development of pair programming. It is a technique where two…

read more
Advantages of Progressive Web Applications
Advantages of Progressive Web Applications

The unstoppable increase in the use of mobile devices to connect to the Internet has resulted in the fact that…

read more
Core features overview of JavaScript syntax (ES6)
Core features overview of JavaScript syntax (ES6)

Several changes to JavaScript were introduced by ECMAScript 2015, also well-known as ES6. Here is a summary of a number…

read more
Javascript: Introduction to ES6 classes
Javascript: Introduction to ES6 classes

An exciting new construct that was introduced in the ES6 specification is the ES6 classes. If you're a Javascript developer,…

read more