Archive
Share

Chat bot with serverless and aws lambda

By w s / August 27, 2017

Imagine that you could always entertain your customer for 24/7 on the web the same way an automated answering machine would. Chat bots is the answer to this; you can answer queries, show user some of your product and even extract some information from your site’s user. When facebook opens up the API for messenger, […]

Share

Migrating React Native ListView to new FlatList – Infinite Scroll

By w s / August 9, 2017

I’ve written how to create an infinite scroll using ListView before. However, redditor reminded me that there are new interfaces to deal with list view when it comes to react native. React native team have simplified wrangling with list component through the introduction of 2 new classes: FlatList SectionList These new list types extend from […]