# First blog post
“Everybody has to start somewhere.”
The last couple of weeks I've started to refresh my development skills and realized how much there is to learn. I'm not sure if all developers feel this way at some time in their career, as everything seems to be moving so fast all the time.
I've decided to start blogging as I think gathering my thoughts and ideas into a single repository would help me focus on my goals better. I plan to write mainly about developing and occasionally about my other hobbies.
WARNING
I'm still learning to write. Please excuse me for any shortcomings.
Before I could start my first blog I had to decide on a blog platform. I considered jekyllrb at first because it was written in Ruby and It would be a good way to learn about the language. I mainly develop with Laravel and Vuejs and thought it would be better to use something Vuejs based as it would provide me better insight into the framework.
I decided ultimately to go with Vuepress as using vue components and markdown in my posts would be pretty cool.
Vuepress is a static site generator which allows it to be hosted cheaply and its load times are blazing fast.
Stay tune for the next post!