Recent posts

Ledger Nano S Update

1 minute read

Hardware wallets are the safest and most convenient way to store cryptocurrency. The good thing about Ledger Nano S is that the private keys of your wallets ...

Langur - Language translation bot

1 minute read

Since, I am living in Germany. I have to learn the German language. Somewhow, I came up with this idea of translating text messages of whatever you type into...

Auto Update Android SQLite Database Version

1 minute read

You may be familiar with the onUpgrade(SQLiteDatabase, int, int) method of the SQLiteOpenHelper class, which is called in your database helper class whenever...

Hello World

1 minute read

Hello World. The first letters you usually type when you begin some new program, to test it is working properly.