Posts

  • How to create PowerPoint via Apache POI

    POI Java PowerPoint
    I introduce to create PowerPoint file by using Apache POI library today. At this time, I’ll use Maven for dependency management. After you finish this tutorial, you can create the... read more
  • How to create sticky window on Electron

    Electron JavaScript
    Today, I will introduce how to create sticky window on top by Electron. I use the following tutorial for explanation. Quick Start - Electron To create sticky window on top, we c... read more
  • How to add tags on Jekyll

    Jekyll Ruby
    I added tags on my top page and every posts without plugin. Today, I’ll introduce how to add tags on Jekyll. Step 1 Add tags on your post. For example, this article has tags like... read more
  • SOFT SKILLS

    Book
    I read the following book written by John Sonmez. SOFT SKILLS I quote a summary from Amazon’s introduction as below. “Soft Skills: The software developer’s life manual” is a ... read more
  • GitHub and Twitter integration (2)

    Twitter Ruby Sinatra GitHub Thin Nginx
    I will start from where we left off, in this post, I will introduce my small system I mentioned in the previous post. The system works as below. I push a commit to my blog rep... read more