Learning better series 🧠 💻 The Programmer’s Brain: 3 types of confusion when you’re learning a new tech https://youtu.be/ohMAwevxeZc The book is here It is highly recommended. If you have a background in…KauressDecember 26, 2021
JavaScript Functions as objects In JavaScript functions are a type of object known as function object. You can work…KauressAugust 26, 2020
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 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
ResourcesVR & AR #VR for newbies: Lesson 2 Introduction Since we're using Unity3D to build our VR experiences, here are the steps to…KauressJune 1, 2020
ResourcesWeb Dev Code Cadet Outit I've always wanted a dev tech outfit for myself. Imposter syndrome aside, coding is a…KauressMay 17, 2020
JavaScript forEach( ), sort( ) and filter( ) for newbies forEach() ES6 has introduced the forEach() method which allows you to loop through an array.…KauressFebruary 9, 2020
JavaScriptResourcesTips&Tricks Easy Peasy Git for Github with clix Original Question asked by student Is there a way to show that folder structure in…KauressFebruary 8, 2020
ResourcesTips&Tricks The Learn How to Code Planner ps: If you just want to download, go here: https://bit.ly/3biXP4j Learning how to code can…KauressFebruary 8, 2020
C++ Header files "Header files, or .h files, allow related function, method, and class declarations to be collected in one…KauressJanuary 15, 2020