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 learning how to code

January 21, 2020 by: Kauress

Pointers in C++: The newbies guide

Pre-requisite You know pointers are important so you’re reading this How is data stored? When you declare variables, they are assigned a location in the computer’s memory. This location/address is actually where the value of the variable is stored. Let’s see a small example. You might not understand the code right, now that’s ok. Just pay attention to the output of cout and how it

[ Read More ]

May 19, 2019 by: Kauress

Line by Line: Node.js Server

[ Read More ]

July 31, 2018 by: Kauress

Coding worksheet

This is the 3rd code worksheet in a series of: “As long as they work and I’m getting results”. This worksheet features For Loops. While coding is a pretty hands on activity, reading is probably the most under-rated part of coding! Which is part of what I’m trying to do here with the worksheets, present bite sized information for scrumptious and easier consumption to the

[ Read More ]

February 11, 2018 by: Kauress

Stuff to learn & do in 2018

This comes a month late for 2018 but just in time for 2019!  Straight off the bat here is my list for stuff I’ll be diving into this year: Learn: vue.js: More stars than react.js on github and much easier to pick up VR:  A-Frame which  according to their website is “A web framework for building virtual reality experiences”. I’m waiting to see if Magic

[ Read More ]

Copyright © 2022 ·Kauress