Flutter SDK is Google's UI toolkit for crafting beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. It uses dart language to build apps. So I assume you have already gone through the basics of Dart language. So let's start on this one by one. 1. Follow clean architecture while creating your … Continue reading Flutter: The Best Cross-platform Framework to Start With
blog
How Duckling Extractor Enhances Rasa’s Accuracy
Building a Chatbot?? Don't just start, UNDERSTAND the domain and types of input expected from a user and build your pipeline. This can save you from writing lines of code to validate the extracted entities. An entity is a term or a series of term in a structured or unstructured sentence which is unique and … Continue reading How Duckling Extractor Enhances Rasa’s Accuracy
What Are the Proper Ways To Restrict Access to the Media Assets
Amazon S3 bucket storage is a real blessing for developers, right? It’s easy to store and access data as per our need from buckets. But… What if we need to block access to an object from external platforms? I came across this issue recently. I was storing video files in a public bucket and using … Continue reading What Are the Proper Ways To Restrict Access to the Media Assets
