About Me

I’m passionate about creating — not just software, but also art. I love painting, 3D printing, sewing, and more. What drives me is the process of turning ideas into meaningful and functional things.

Over the years, I’ve made a few games, painted miniatures, and even sewn a cosplay complete with 3D-printed parts.

If you want to know more about my professional background, check out my CV page.

You can reach me via email at simo dot wesa at gmail dot com.


About website

This website was created using NodeJS, Express with Bootstrap and EJS

This is a simple static HTML website, but with EJS, I can take advantage of templating and layout functionality.

I use a main layout file that contains the basic top-level HTML structure, including a container and a <body> element. When rendering a page, EJS inserts that page’s specific content into the body of the layout.

This setup allows me to keep consistent elements like the header and footer across all pages. These sections include important navigation links for moving around the site.

In short, I no longer need to manually copy the header and footer into every page — EJS handles that for me.