projectsblog
const WELCOME_MESSAGE = `

This is a welcome message.

`;

const recentPosts = [
new BlogPost("Welcome to my website", `

Welcome to my website.

`, "4/10/2025"),
new Project("Render Engine", `

I decided to try learning how to project 3D points on to a 2D plane. This is the result.

`, "4/10/2025"),
];