Hello
Thank you for your feedback. I will incorporate it into a post.
For now I could comment that if you want to append content to some container element you should use insertAdjacentHTML. insertAdjacentHTML is not only as performant as appendChild, it also allows prepending HTML.