Hello World!

Welcome to my blog!
This is my first post here, and I think it would be nice to write a bit about the development of this website. Both the backend and the frontend are in Next.js, and it's hosted on Vercel. I'm using MongoDB for the database. I've made it so, that I can create new posts and tags straight from the website itself using an admin panel. Routes are secured with Next Auth, and I've designed every part of the backend with extensibility in mind. To save on database space, the thumbnails for blog posts are automatically uploaded to Imgur.

My plans for this website


As of writing this blog post, only 3 links on the home page work. I'm still missing:

  • tools,
  • fun,
  • secrets
let me go over what I intend to put in each section

tools

this will be a place for any small useful projects, that I would personally use. Stuff like a to-do list or specific calculators.

fun

I want this section to be a good time killer. It's a section where you will be able to have your own account and play different games I make, which will let you earn a currency that can be used to unlock more features of this page (all subject to change)

secrets

I'm a big fan of secrets and easter eggs. I want my website to show that. It's going to be a page, where you can see which secrets you've seen and access any content related to them (if they unlock something)

My plans for this blog


I don't want this blog to be only about coding. I've created a tag system, so that you can filter posts based on what you'd like to see. I want to be able to post about my interests and generally anything I find of value here. You can probably expect some recipes to be posted here, maybe some guides for some games I'm playing, and maybe some book reviews.

The end... for now

I didn't really have a goal when making this post, so I guess that's it! Thank you for reading this entry, expect more to come!