Teaching Newbies since 2014

  • Home
  • Javascript ❤
    • JavaScript
    • Node.js
  • WebDev Tuts
  • screencasts
  • Resources
  • VR & AR
  • Github
  • Twitter
  • YouTube
  • RSS
  • C++
You are here: Home / Archives for learn

January 24, 2022 by: Kauress

Scope in JavaScript & the 4 different types scope – Part 1

The word “scope” itself means “extent “or “range” to which a subject matter is limited to. In context to coding this means, that whether you can use a variable or not, is determined by where it is declared in your code. There are 4 types of scope in a JavaScript document, for example script.js 1. Global scope Inside a JavaScript document, global scope is the

[ Read More ]

January 23, 2022 by: Kauress

ECMAScript and JavaScript – don’t get confused !

ECMA which is short for European Computer Manufacturer’s Association, is an international organization that creates standards for technologies. One of these standards is called “ECMA-262”. ECMA-262 is the standard for creating a general purpose scripting language. This standard is commonly called ECMAScript specification. This specification contains rules and guidelines for creating a scripting language. JavaScript which is a client-side scripting language is one of the

[ Read More ]

December 26, 2021 by: Kauress

🧠 💻 The Programmer’s Brain: 3 types of confusion when you’re learning a new tech

The book is here It is highly recommended. If you have a background in neuroscience, you will enjoy it a lot! The programmer’s brain 🧠  When learning learn to recognize your confusion. Knowing what type of confusion you are facing can help you. There are 3 types of confusion: 1. Lack of knowledge Complete lack of knowledge in a specific domain so lacking domain specific

[ Read More ]

June 6, 2020 by: Kauress

🎮UNITY3D course coming soon!

Note: I am aware of the current injustices in the world. This post does not intend to undermine the lives/issues of other humans currently #blacklivesmatter #1984genocide. Where ever we are on the planet we must live with kindness { Hello World! } I’m super excited to be making a Unity3D course with Newline! Newline formerly known as Fullstack.io is an online publisher for wholesome and

[ Read More ]

June 1, 2020 by: Kauress

#VR for newbies: Lesson 2

Virtual Reality

Introduction Since we’re using Unity3D to build our VR experiences, here are the steps to walk through finishing setting up Unity3D for VR. It requires extra components as you’re building for the Quest. Steps Download and install Unity hub here. Unity Hub is like your dashboard to manage your  Unity projects and any Unity3D versions that you install Choose the latest version of Unity3D to

[ Read More ]

May 12, 2020 by: Kauress

#VR FOR NEWBIES : Lesson 1

Virtual Reality

Introduction Super excited to be starting a new series on VR for Newbies. This series will be aimed at Newbies! There world of VR dev right now is a bit scattered and information not consistent as VR headsets aren’t standardized.  This series will be for ABSOLUTE newbies in order to break the barrier into VR by presenting information in a more cohesive and organized way.

[ Read More ]

December 17, 2019 by: Kauress

Twitter Bootstrap in #virtualreality using Unity3D

New project for #2020 (amongst a gazillion others) This month I started with a project that I’ve been planning to do for a long time. The goal is to create an immersive experience, and highly interact-able course in virtual reality for learning twitter bootstrap, a front-end technology used to develop mobile/tablet/pc responsive webpages. More specifically to make the learner understand how items are placed horizontally

[ Read More ]

October 31, 2019 by: Kauress

Adaptive learning & thinking toolbox

Learning how to learn is a fundamental skill. Note: This is a work in progress Introduction: Recently I’ve decided to spend more time learning virtual reality development with Unreal Engine 4.  There wasn’t any panic involved, just a prolonged period of 5 days where I expended a lot of mental energy figuring out a course of action.  This is akin to the “Pathways” option provided

[ Read More ]

Copyright © 2022 ·Kauress