Sunday, January 24, 2016

Reader View in Safari for iOS

Options:
Text/Font Size: Smaller/Larger
View Mode [Background]: White, Sepia, Dark, Black

Fonts:
1. Athelas
2. Charter
3. Georgia
4. Iowan
5. Palatino
6. San Francisco
7. Seravek
8. Times New Roman

Saturday, January 23, 2016

Getting Started with Python Web Frameworks


python -c "import flask; print(flask.__version__)"
python -c "import django; print(django.get_version())"

Monday, January 18, 2016

Mac Hot Corners

Left Right
Top Application Windows Mission Control
Bottom Launchpad Desktop

Saturday, January 16, 2016

Common Apps & Games for iOS & Android

Technology News:
BBC
CNET
CNN
Engadget
Mashable
Reuters
TechCrunch
TheGuardian
TheVerge
ZDNet

Something special:

Games for All:
Chain Reaction
Cut the Rope
Hill Climb Racing

Kids Games [Not for All]:
Angry Birds Series
Fruit Ninja Series
Subway Surfers Series
Temple Run Series

Going one step further with Kotlin & gRPC

Recently, I tried using Quarkus with Kotlin for grpc. I have worked with grpc for communication between microservices in Java & Golang. ...