tech

Semantic Versioning

Today, I read an official document about semantic versioning, which provides guidelines for naming software versions. I was aware of its existence, and I know roughly about it. Upon finding an official document, I read it for the first tim…

Code Review

I joined a new team the last month, and I started to develop software in the team. That was a great experience for me since I have never developed software. I have coded some programs, but all the programs were only for myself or people wh…

Harvard Machine Learning Course

I am interested in machine learning also known as AI. I found a good web page, which was about a course at Harvard University. On the page, there were a lot of materials like lecture videos, slides, and texts. Its difficulty level was not …

Increase Empty Space of Storage in My Android Device

I am using p10 lite made by Huawei. I like it since the design is very good. However, I have one disappeared point about it that its performance is getting bad when the empty space of storage is decreasing. Now, the empty space is very sma…

Javascript Debugger 2

As mentioned in the previous post, I started learning javascript which is a popular programming language. Today, I had a problem that I couldn’t use a debugger tool. I didn’t know why it didn’t work nevertheless it worked before. I wanted …

Javascript Debugger

I recently started learning javascript which is one of the most popular programming languages. I had been able to use some programming language but it seemed difficult a little to use javascript. There are several points that differ from o…

Learned Modern Javascript

Today I learned modern javascript. I had wanted to learn that since programming in old-style javascript is much painful for me. I read the page "getting started" in the official web site. In the page, I learned "webpack" which is a bundle …