Curiosity Digest #8
JavaScript The JavaScript Developer's Reading List - Actually, a repo on GitGub with a list of recommended books and articles. HTML A JavaScript Free Frontend - One developer's approach to speed up web sites by leaving off the JavaScript entirely and rendering everything on the server. WebAssembly How WebAssembly will change the way you build web apps - Not too soon to start checking out this revolutionary technology to create web apps that run 10-800% faster than JavaScript. VS Code console.log() Faster with Turbo Console Log - an extension that helps you quickly throw a console.log() into your JavaScript code for debugging. Git Git, GitHub & Workflow Fundamentals - A great review of source control fundamentals for using Git with a team. Machine Learning Why machine learning engineer is the best job in America, not developer or data scientist - And so SkyNet begins... .NET Navigating in Blazor - A navigation strategy for Mic...