Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts

4 New GitHub Products That Will Change How You Code

Just recently, GitHub ran its first-ever virtual GitHub Satellite event.

30+ Crazy git Commit Log Message People Actually Wrote on GitHub!

Every software developer is fully aware of this.

Ways to Refactor JavaScript Code You May Have Missed

JavaScript is an easy to learn programming language. It’s easy to write programs that run and does something.

5 Simple Tips to Write Better Arrow Functions

In ECMAScript2015, the arrow function was added. It is more concise than traditional functions, and binds this lexically.