Hi, I'm Luke.
I'm a Web Developer based in Wales, UK.
I specialise in building websites and applications using full-stack JavaScript technologies like React and Node.js, and sharing what I learn along the way.
Latest from the blog
Data Type Conversion In JavaScript
Often in programming we need to perform some kind of type conversion, and in this lesson you will learn how to convert one data type to another in JavaScript.
JavaScript Scope For Beginners
Scope is a core programming concept that can often confuse people when attempting to learn JavaScript for the first time. In this lesson we will discover why scope is important, as well as break down the three main types of scope.
HTTP Status Codes Explained
There are a lot of HTTP status codes, but some are more important than others. In this lesson we’ll go over the most essential HTTP status codes that you need to know in order to get up and running building and interacting with web APIs.
JavaScript Modules Explained
If you’ve worked with Node.js or React for any amount of time, you will have come across JavaScript modules. You may also have noticed that there are different ways to create modular code depending on the age or requirements of your codebase. In this article we'll learn what they are and how they work.
Writing Functions In JavaScript
Functions are a foundational concept in programming, and an essential part of writing code in JavaScript. In this lesson you will learn about the importance of functions, how to write them, and how they can be used to create programs.