heading.append(addTitle("Getting Started as a Full Stack Developer"));
heading.append(addParagraph("Tom Geller - LinkedIn Learning - August 2021"));
heading.append(addParagraph("Chapter 11 - "));
main.append(addHeader("Continue Your Web-Development Learning"))
main.append(addParagraph("Experience is key if you want to pursue a career in web development and this means, amongst other things, being able to show off your websites or other projects. That means that you need to have somewhere to host your sites. Most courses will direct you to various web-hosting services and this one is no different. There are plenty of free and cheap services available. Personally, I use a Czech hosting service which costs about £15 per year and includes a domain name although I am not currently hosting anything on that site."))
main.append(addParagraph("As I have also mentioned several times before, I do prefer self-hosting on a Raspberry Pi. There are some useful online tutorials for doing that including the one I followed which is on the <a href='https://pimylifeup.com/raspberry-pi-apache/'>pimylifeup.com</a> website, which also hosts a number of other useful tutorials for the Raspberry Pi. I also have some notes on Raspberry Pi subjects on this site which you can find <a href='/raspberrypi/raspberrypi.html>here</a>.'"))