JavaScript ES 2017: Learn Async/Await by Example (Article)
Brandon Morelli
“ES 2017 introduced Asynchronous functions. Async functions are essentially a cleaner way to work with asynchronous code in JavaScript. In order to understand exactly what these are, and how they work, we first need to understand Promises.” (…)
WebOptimizer – a Bundler and Minifier for ASP.NET Core (Article)
Scott Hanselman
“ASP.NET Core didn’t have a runtime bundler like previous versions of ASP.NET. This was a bummer as I was a fan. Fortunately Mads Kristensen created one and put it on GitHub, called WebOptimizer.” (…)
Learning JavaScript: JavaScript Essentials for Modern Application Development (Book)
Ethan Brown
“This is an exciting time to learn JavaScript. Now that the latest JavaScript specification—ECMAScript 6.0 (ES6)—has been finalized, learning how to develop high-quality applications with this language is easier and more satisfying than ever. “(…)
Dependency Injection (Video)
Channel9
“In this episode, Robert is joined by Miguel Castro, who explains dependency injection, which makes it easy to resolve classes at any level in any size object hierarchy, all the while making your application much easier to test.” (…)
Finding a Job Even If You’re Not a Senior Developer by Charles Max Wood (Podcast)
JavaScript Jabber
“In this episode of JavaScript Jabber, Charles does a solo episode talking about entrepreneurship and the topic/course on “How to Get a Job.” This is an informative episode for those looking for a job as a developer and how to prepare your resume for your career search.” (…)
JavaScriptServices (Github)
aspnet
“This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.” (…)