jasonbutz.info

Article Roundup - Week of Nov 19, 2017

Article Roundup

Learn Async/Await by Example
If you haven’t yet learned how to use JavaScripts async and await keywords it is worth it. They allow you use to Promises as if they were synchronous, removing a lot of the complexity.

A Comprehensive Guide To Web Design
This post offers a great run through of web design basics in a way a developer can understand. I wish they would have gone into more detail on color and color schemes but this is a great guide offering a good no-nonsese view of web design.

What is SQL Operations Studio?
Microsoft has put out a preview for their new SQL Operations Studio. It is open source and cross platform and looks like it is built on the same base as Visual Studio Code. Microsoft has been doing a good job with VS Code so I think this is definitely something to keep an eye on.