Code Management with CI/CD Pipelines
I would like to start introducing you to a past experience that I had when I was at college, I was learning about basic HTML, CSS and Javascript, had recently learnt how to insert images, audio files into a web application, how to use CSS, learnt how to write functions, loops and if/else statements and similar other concepts, you can do quite a few things with these simple concepts when it comes to creating web pages, I was then planning to create a simple browser based game similar to the classic Duck Hunt which is basically an age old video game created by Nintendo in 1984 in which you shoot at images of ducks that pop up on your screen with your light gun (except in my case the gun was the computer mouse), so you can tell how basic my first videogame idea was! I downloaded an image of a duck from the internet, used the random function javascript to make the image of the duck pop up on the screen with random coordinates after every 1 second and whenever the duck imag...