1. Managing multiple SSH keys for our accounts and projects could become challenging, and running the SSH CLI command with the secret key option every single time could also be tedious. Here's the clean and easy way to manage SSH keys by hosts.

  2. MethodChannel can be used to establish a connection between platform-specific APIs and Dart code. Today, let me introduce how to use Mockito to test a MethodCallHandler implementation which is called from the platform side.

  3. In Android development, Canvas can be used to draw custom views. If you would like to draw a smooth curve, you can use the bézier curve logic. Here is a simple example that displays how to draw a cubic bézier curve on Android.

  4. Sgt. Pepper Shoelaces written by Randy Newman for Marriage Story (Netflix) This tune is very short and used only in a single scene of the movie. But the harmony and melodies are so beautiful that I could not help but make a solo guitar arrangement.

  5. One of Mike Judge’s works King of the Hill has such an iconic opening tune; Yahoos and Triangles. As it’s about the everyday life of Texans, I had to create an arrangement for a 5-string Banjo.

  6. Let me introduce the beautiful guitar solo from Shoot The Moon with a video. This song is from the great album by Norah Jones; Come Away With Me, which has won her the Grammys and has become people's all-time favorite since then.

  7. After initializing a git repository, the next step would be to set a git user name and email. You can do this by typing the git config command each time. But when we have multiple git profiles, it would be nice if we could manage them in a JSON format. Therefore, I decided to write a simple script to set up and/or switch a git user config with one command.

  8. This is my solo guitar style arrangement of one of my absolute favorites from the works of Nujabes - Lady Brown. This song has nostalgic and beautiful melodies and Latin-ish feel. That makes it so addictive to play it on the guitar, doesn't it?

COPYRIGHT © 2023 Kohei Ando