KHKayden Hardcastleintechtutz.hashnode.dev·Jan 17, 2022 · 3 min readMath in JavaScript: The EssentialsJavaScript can be used for many things. These things can include math functionality, and often do. In this article we cover how to write all the basic math functions in JavaScript. These functions include adding, subtracting, multiplying, dividing, ...00
KHKayden Hardcastleintechtutz.hashnode.dev·Dec 5, 2021 · 11 min readGit: A Full IntroductionThe World Wide Web's Lifesaver Git is a version control system - which is a system that records changes to a file or files over time. It is used by developers all over the world to manage code and collaborate effectively. Using repositories, Git allo...00
KHKayden Hardcastleintechtutz.hashnode.dev·Nov 12, 2021 · 13 min readJavaScript: A Full IntroductionThe World Wide Web's Magical Spawn JavaScript - the language that has spurred pure mania into many developers since it's introduction in 1995 by Brendan Eich. Written in about a week and a half, the original version was called LiveScript - it's purpo...00
KHKayden Hardcastleintechtutz.hashnode.dev·Oct 8, 2021 · 14 min readCSS 3: A Full IntroductionThe World Wide Web's Paintbrush If you know anything about web development and HTML, then you know that HTML by itself is not pleasant visually. Not only is it just ugly and hard to look at, you can't really customize the page layout, structure, or t...00
KHKayden Hardcastleintechtutz.hashnode.dev·Aug 21, 2021 · 7 min readHTML 5: A Full IntroductionThe World Wide Web's Best Friend Imagine... a technology so powerful, not only has it powered the internet since it's beginning but it is still being used everywhere across the world today. I am talking about HTML => Hyper-Text Markup Language. Start...00