JavaScriptResourcesWeb Dev Deep and shallow copying in JavaScript – part 2  Copying objects with Shallow copy Now that we went over shallow and deep copies in…KauressAugust 16, 2020
JavaScriptResourcesWeb Dev Deep and shallow copying in JavaScript – part 1 Copying objects with shallow and deep copies Primitive values such as strings, and numbers are…KauressAugust 15, 2020
JavaScriptResourcesWeb Dev Pass by reference vs Pass by Value Pass by value Non-primitive data types are passed by reference compared to primitive data types…KauressAugust 14, 2020
JavaScript Execution context in JavaScript for beginners Introduction Execution context is an abstract concept describing the environment within which JavaScript code is…KauressAugust 12, 2020
JavaScriptResourcesWeb Dev What is the event loop anyways? Introduction JavaScript is single-threaded this means that the main thread on which code is executed…KauressAugust 10, 2020
JavaScriptResources Why I wrote The JavaScript Technical Interview Guide Pre-Launch It's been a busy 2 days, I pre-launched the JavaScript Technical Interview Guide and…KauressJuly 29, 2020
JavaScriptResources JavaScript technical interview workbook Introduction Hi devs especially junior devs! For the past 5 months I've been super focused…KauressJuly 18, 2020
JavaScriptscreencastsWeb Dev 💟Astrid learns JavaScript This past month I've been working with an animation studio in Utah to help create…KauressMay 24, 2020
JavaScript Ml5.js #machinelearning library for newbies Introduction I'm glad there are machine learning implementations in JavaScript. Abstracts a lot of the…KauressApril 18, 2020
JavaScript Stream video with getUserMedia() Request the user to start their webcam stream var video= document.querySelector("#videoElement"); if(navigator.mediaDevices.getUserMedia){ navigator.mediaDevices.getUserMedia({ video: true…KauressApril 13, 2020