Posts

Showing posts from October, 2019

Curiosity Digest #8

Image
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

Curiosity Digest #7

Image
CSS Styling Based on Scroll Position - for those of you curious on the state of the art CSS for One Page layouts. Designing An Aspect Ratio Unit for CSS - Very interesting look at how designers deal with maintaining aspect ratios and how an addition to the CSS specification would help. JavaScript Why You Should Know Latest JavaScript - "Any application that can be written in JavaScript, will eventually be written in JavaScript"--Jeff Atwood (Co-Founder of Stack Overflow)  That quote punctuates this article on why when it comes to JavaScript, you need to stay curious! Prevent Object Retrieval TypeError with && - A nice explanation of how to use the Guard Operator, &&, in JavaScript. Guard Operator? I thought && was a logical AND. Yep, read up on how to up your JavaScript skills and avoid a lot of unnecessary if statements. Development 7 Must-Have Chrome Extensions for Web Designers - These extensions cover everything from inspecti