CodeNewbie Community 🌱

Discussion on: Tell us about your side projects!

Collapse
 
aigarspl profile image
Aigars PluÄ£is • Edited

Having 2 for now:

  • radio listening page (rebuild it)
  • internal server monitoring system

Possibly both in Python, as I am still looking up for technologies usable for radio listening page.

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);