Showing posts with label Web Development. Show all posts
Showing posts with label Web Development. Show all posts

6 VS Code Tips Will Improve Your Productivity

Asa programmer developing DotNet projects on Mac OS, I love VS Code very much.

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.

Web Architecture 101

The above diagram is a fairly good representation of our architecture at Storyblocks.

Code Refactoring Made Easy

Anyone getting into software development can easily get carried away with writing code or adding more features to an existing codebase.