Code. Code. Code.


By Yukiji

Where and How to store API Keys in your React Application

In this article, I want to write how to store and hide your important variable such as API keys in a React Application.


How to fix an ads.text alert at Google AdSense - WordPress

If you use Google AdSense to your website or blog, you might notice that there is an alert on your Home at Google AdSense like this:


First Contribution to Open Source Project - GitHub

I finally made my first contribution to a Open Source Project at GitHub. I had thought about the contribution to the Open Source Projects for a while but didn’t have a chance to check it out deeply. However, the time has come. I was so inspired by GitHub Universe that I attended early this month and couldn’t help researching how to find and start my first Open Source Project. I love to be a part of a community and develop something meaningful together.


GitHub Universe 2019

Git Hub Universe is a two-day event held at the Palace of Fine Art in San Francisco. It celebrates over 40 million developers and their contributions to the open source community.


Thought about sort in JavaScript

I recently practice a coding challenge and algorithm. Sorting arrays and strings are a bit different. Once you understand the logic, it is not difficult but I thought it was good to organize my thoughts about how sort() works so I want to leave a note here.