- Start a web server and return "Hello, World".
- Read all records from the posts collection in Firestore.
- Create an API endpoint with all the records as a JSON array.
- Write a function that tells me what year "MCMLXXXVI" is.
- Format the Firestore docs from challenge 2 as a HTML document.
- Create an HTML page that shows the image swan.jpg, and use CSS to brighten it by 50%. Bonus: center the image horizontally and vertically.
- Read the image swan.jpg and output the image swan-bright.jpg which is 50% brighter.
- Explain this compiler to me