Recent Posts

Python e-commerce frameworks

5 minute read

There are a lot of e-commerce frameworks in PHP and one pretty cool in Ruby on Rails(https://github.com/spree/spree), but now I will tell this field in pytho...

Use parse for push notification

2 minute read

Strategy use empty string(‘’) for broadcast notification; use custom key(user_unique_id) for direct notification. When user first launch the app, we can...