Category page
dev
Page 4 of 6
Category archive
Posts
Page 4 of 6
- Maintaining an open-source project
This morning I read a short article on the maintainer of GitHub desktop, William Shepherd. For some reason, I kept seeing the article everywhere…
- I made a thing - Colour Game
I made another thing in JavaScript as part of the course I’m doing. This time it’s a simple colour picker game. The code is still very rough but…
- Commitment issues
You’ve been spending plenty of time together. You’ve had your ups and downs. As time’s gone on you’ve realised you like the way things are going…
- Every team needs a beauty routine
Over the years everyone will develop their own beauty routines when it comes to their individual coding. While it's easy to become attached to…
- We’ve all got issues
Since I’ve been learning JavaScript I’ve been making an effort to do things as if I was working with others. The idea being that any project of…
- I made a thing - Score keeper
I’ve been doing a web development course for a few months and today I made my first thing that actually does something. Nothing amazing mind…
- Learning from a 579-year-old printing press
Gutenberg is the name of WordPress’ new editor and like its namesake, the Gutenberg printing press, I think it’s going to be a big deal.…
- DOM DOM DOM
Playing with the DOM is all about adding interactivity to your page. The DOM (Document Object Model) is the interface between your JavaScript…
- Load scripts last
So you’ve got your HTML and CSS sorted and you’ve started to drop in some customs scripts to make things a bit interactive. To keep things in…
- Equals vs equals
In JavaScript not all comparisons are created equal... see what I did there. Let’s say we’re comparing two values like this: The use of “==“…