PinnedHow to implement TinyURLThe system design of implementing a TinyURL-like system mainly focuses on the scalability and durability of the system. For example, if…Feb 7, 2023Feb 7, 2023
PinnedPublished inDev GeniusRecognize text on an image in FlutterEnabling on-device machine learning to recognize text on an image by using the Google ML kit in Flutter is easier than you can imagine.Dec 29, 2021Dec 29, 2021
PinnedMulti-Language in FlutterEnable multi-languages in the mobile app to globalize the application and grow the user audience in 5 mins.Feb 9, 20222Feb 9, 20222
Kubernetes Tutorial for Beginners: Getting Started with Container OrchestrationKubernetes, often abbreviated as K8s, has emerged as the industry standard for container orchestration. It simplifies the deployment…Mar 26Mar 26
5 mins to master Terraform.Are you eager to harness the power of Terraform but short on time? Whether you’re a beginning or looking to brush up on your skills…Mar 261Mar 261
Best Practices for the medical center architectures on AWSThis article talks about best practices for running an API-driven backend on AWS. This mainly provides a reference that the medical centers…May 9, 2023May 9, 2023
Create a CI/CD pipeline on AWS in 5 minsThis article will use CodePipeline to deploy code maintained in a CodeCommit repository to an EC2 instance.Mar 17, 2023Mar 17, 2023
Building AWS Lambda using .NET Core for beginnersThis article will give you a clearer picture of what AWS Lambda is, its benefits, and creating your first AWS Lambda C# Fuction.Mar 14, 2023Mar 14, 2023
Why go mobile?In this mobile-first economy, the majority of the e-commerce sales are done via m-commerce since more mobile users and more time are spent…Mar 20, 20221Mar 20, 20221
Storing data in Hive & using Provider in FlutterUse Hive NoSQL database to save key-value data locally in a Flutter application and use ListenableProvider in Flutter for state managementJan 8, 20224Jan 8, 20224