Tag page
code
Page 3 of 4
Tag archive
Posts
Page 3 of 4
- Halfway
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…
- RGB Colour Game UI update
Tonight I got a bit of time to work on a new version of RGB colour game. This time I focused mostly on UI improvements so the game looks a…
- 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…
- More on issues
The more you understand an issue the better equipped you'll be to solve it. When I was creating issues in GitHub for Score Keeper, something…
- 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…
- Listen to your heart
JavaScript is responsible for the behaviour of your website/app. At the heart of affecting the behaviour of the page is listening for user…
- 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…