mej

Introduction

October 11, 2016

Hi, I'm Mikko Johansson and this is my personal technology blog and playground. I have had an idea to write a blog for a long time, but I didn't ever get the project started. There were always something blocking me or I was just too busy with other projects. Now finally after some life changing moments, I have time to share some parts of my trip. I'm planning to write mostly about the things that I work with and what interests me in Web technologies. In short, I have been a developer for more than 20 years, and I'm fond about technology in general, programming, web and games.

I love clean and simple things. Also performance has always been important for me personally, while I have been trying to get better in my profession. The reason why I finally have pushed myself to write this blog is that my new job isn't so much about new technologies anymore. I decided that I could play with the technologies, create open source hobby projects and write about those. Maybe this is also a way for me to keep my knowledge up-to-date.

I've always had passion in creating websites and Web applications. The current state of Web technologies is really interesting. People talk a lot about cloud, how to scale their websites and applications. Also security and costs of the platforms have been under discussion. There is so much talk about hosting and SaaS (Software as a Service) that I'm thinking if people are forgetting what they are trying to achieve. I've been hearing of huge cloud environments and costs for simple Web applications or even websites. People install a "free" platform to AWS or Azure and pay huge amounts for the hosting. Or the other option is that they buy SaaS solution of the same platform.

Creating a website should be easy and simple, but it isn't. There are so many options and most of the ready-made solutions are expensive to host and already obsolete. Blogger, WordPress, Medium, Ghost, Drupal, Joomla and other popular blogging platforms are possible choices only if you have to have a setup ready in 5 minutes. But after that you still you need to use their toolsets and the biggest job with a website is always content.

If you want to control the way how you create your content, and the layout of your website, then you don't want to choose these huge platforms. It is actually harder to code your templates to use these platforms than to code a static website. Also, you don't want to have a platform with databases that build up unneeded costs for a simple blog. Best ways to explain this is to show good examples like Obama's fundraising platform and healthcare.gov. I'll come back later to the technologies mentioned in these links, but the point is that if you want a fast scalable website, you need to minimize the need of backend load. With static websites you don't have a bottle neck and you can't even be that easily hacked, because you don't use a platform with security holes.

Some might think that it is cheaper to just pick some free blogging platform or SaaS because developing own custom solution is expensive. If you find the perfect solution for you that covers all the features and expectations that you have for your website, then you should pick that one. For my needs of a personal blog, there were no ready made solutions out there. So the first hobby project is coding this website. The main focus is that the content is easy to create, pages load fast, securely and the hosting is cheap. The static version of my blog is open source and can be found from github.com/mellowi/mellowi.github.io. The ones who know Github Pages already notice that the website is hosted for free. I'll be posting later on a lot about the technologies and solutions that I've chosen to implement my own blog.