Category page
archive
Page 2 of 43
Category archive
Posts
Page 2 of 43
- Geekpulp
Yep, I made another thing in JavaScript for the course I’m doing. This one’s a bit more basic, but really it’s more of cutting my teeth with…
- Geekpulp
What is jQuery? jQuery is a JavaScript library designed to simplify front end web development. It is the most widely deployed JavaScript library…
- Geekpulp
Just now I’ve put the finishing touches on “The Great RGB Colour Game” thereby passing the halfway point of my web dev bootcamp. You can take a…
- Geekpulp
Back in the day, I used to have this habit of declaring all of my variables at the top of the file. My thinking at the time was it would keep…
- Limit arguments
No one likes a lot of arguments and I don’t just mean the verbal kind. When you write a function like the one below it’s clear there are too…
- Geekpulp
Coding is a fairly amazing thing to be able to do. There are effectively no limits to what can be done when you’re more or less writing the…
- Geekpulp
Consider the following code: [code] function danceLikeNoOnesWatching( person ) { if ( person.danceMoves === “amazing” ) { return false; } else {…
- Geekpulp
Do you know what’s super annoying when reading someone else code? Abbreviated variable or function names. Until late 2017 I hadn’t done any…
- Geekpulp
Over the past few years, I’ve had an on and off relationship with running. I’m not sure I’d go as far as saying “I’m a runner”, but I have run a…
- Geekpulp
Well the Oculus Go is out. I’ll likely be picking one up later this year just to give it a go (see what I did there), but being a 3DOF system it…