rahulnaik.hashnode.devUpdating Existing Android App in Google PlayWe have an application already available in the play console and now I have made improvements to my application and I need my all existing user to get that update. How do I do it? It's a very simple process, if you are an existing developer or new to...Jul 19, 2023·1 min read
rahulnaik.hashnode.devAWS Amplify DataStoreLet's understand today what is AWS Amplify Datastore and Understand how Amplify Datastore is working. What is AWS Datastore? AWS DataStore is a fully managed NoSQL document data store that provides fast and predictable performance with seamless scala...Jun 10, 2023·2 min read
rahulnaik.hashnode.devJenkinsJenkins is an open-source CI, cross-platform tool written in Java. Initially, Jenkins was known as Hudson but in 2011 it was renamed to Jenkins. The tool simplifies the process of integration of changes into the project and delivery of fresh builds t...Apr 24, 2023·2 min read
rahulnaik.hashnode.devState management In Flutter ApplicationWith the heading, we all have questions about what is State management in Flutter. In Flutter, state management refers to how an app manages and updates its state, or data, as it flows through the app. There are various approaches to state management...Apr 24, 2023·2 min read
rahulnaik.hashnode.devNavigation and routing in FlutterFlutter provides a complete system for navigating between screens and handling deep links. Small applications without complex deep linking can use Navigator, while apps with specific deep linking and navigation requirements should also use the Router...Apr 22, 2023·2 min read