BACK TO ALL POSTS

世界, こんにちは! v20.2.0

January 1st, 2020 • 1 min read

For this past year, I have pushed myself to write down my learnings through this personal page. However, since the original site was not built for blogging in mind, it did not come with a full-fledged static site generator framework. Hence, the process of creating a new blog post required plenty of duplicate works for me every time. 😔

To welcome 2020, I decided to migrate my personal website to use GatsbyJS. Gatsby is a blazing fast modern site generator framework based on React, which comes with a wide variety of plugins to help developers build their website as easily as possible while the performance & web standards are still up to par with today's requirements. This post marks my first post on this new platform as well as the first one in this brand new decade! 🎉

For this new decade resolution, I set a goal for myself to write and share my thoughts & learnings even more than last year. But for now, a code snippet that every developer should know will be enough. 😜

function helloWorld() {
  console.log("世界, こんにちは!");
}