Using SQLite with Spring Boot & KotlinSetup Spring Boot (+ Kotlin) with SQLite as the database.Oct 26, 20202Oct 26, 20202
Fix Sound Not Working on MacOS Mojave and Slow Safari PerformanceYesterday, I upgraded my macOS to Mojave, and the first thing that I noticed is there was no sound, and when I checked the sound device…Oct 1, 20184Oct 1, 20184
When To Use Cocoapods? When To Use Carthage?Do I need to use Cocoapods only or Carthage only or use both?Feb 9, 20182Feb 9, 20182
Create LINE Bot Using Ruby (Part 1)Why LINE? Because it’s one of the most popular messaging platform used in Asia especially East & Southeast Asia. It even sit on the number…Nov 1, 2017Nov 1, 2017
Fixed-Height UICollectionView Inside UITableViewFrom my last project, there’s a requirement that I need to show a comic detail page with its page list. Just as what Instagram profile page…Feb 23, 20178Feb 23, 20178
Tips : Naming Methods & Properties in Class ExtensionThere’s this simple trick that I learn from programming Actionscript 3. This will make your methods and properties shown first in XCode…Sep 28, 2016Sep 28, 2016
Fix Cocoapod 1.0.1 + Swift 3 + XCode 8If you’re using Cocoapod 1.0.1, use a framework with Swift 3 version, run pod install and then XCode warn you to convert your code to Swift…Sep 23, 2016Sep 23, 2016
Disable OS Logging in XCode 8If you’ve just updated to XCode 8. Run your project normally, like you always do in XCode 7 and then, boom, your console logging like crazy…Sep 15, 20163Sep 15, 20163
Webscraping with NodeJS and CheerioWhen confronted with web scraping, most developer will used Scrapy (Python) or Nokogiri with Ruby and another framework based on it like…Jul 7, 20162Jul 7, 20162
Upload Image From iOS App Using AlamofirePOST. Image. Multipart. Another Field.Jun 2, 20161Jun 2, 20161
Circular UIImageView in UITableView CellAnd it won’t look square in the first time UITableView is displayed.Jan 30, 20164Jan 30, 20164
Published iniOS App DevelopmentUsing Third Party Framework in Playground with CarthageNow you can test them in PlaygroundDec 22, 20152Dec 22, 20152
Always Use Latest ADB from Android SDK in AIR SDKIt will save you many pains.Dec 18, 2015Dec 18, 2015
Unwrapping (Sort of) Optional Variable in KotlinSwift has optional, so does Kotlin.Oct 28, 20152Oct 28, 20152
Singleton in Kotlin (Better Approach)Today, I write a post about Singleton in Kotlin, and it is heavily influenced by Java style. Soon after that, Andrey Breslav (Kotlin…Oct 27, 2015Oct 27, 2015