No SQL Persistence Database in Flutter Over the previous couple of years we've seen the increase of a replacement sort of databases, referred to as NoSQL databases, that are challenging the dominance of relational databases. Relational databases have dominated
Do's and Don'ts for performance best practices in flutter/dart The objective of this article is to give you a quick summary of do and don’ts in other words prefer and avoid based on coding standards from tech giants.You might or
React Native Dynamic Links using Firebase Dynamic Links are like deep links into an app. it is work whether app is installed or not. When users open a Dynamic Link into an app that is not installed, then it
Javascript How to create and publish a node_module on npm registry for any JavaScript Project (NPM Introduction) In this blog we will go through the fundamentals of node_modules and we will also clear the foundation of it!OverviewDefinitionHow to create a npm accountType of npm packagesTypes of modulesInstall node.
Javascript Communication between Native and React Native (Native Bridge) This will be help full for cross-platform example like React code will work in both iOS and Android And We will create a component in swift or Objective C for iOS and Java
instagram makreting 10 Best Instagram Marketing Strategies for Small Businesses Instagram for small businessOne of the most popular and widely growing platforms - Instagram celebrated its 10 year anniversary recently. From being a photo sharing app to integrating features like stories, IGTVs and
Backend Security in NodeJS Node.js, like any other framework or programming language, is prone to all kinds of web application vulnerabilities. The core of Node.js is secure, but third-party packages may require additional security measures
Commonly used dependencies in backend As a general rule, any project that's using Node.js will need to have a package.json file. What is a package.json file? At its simplest, a package.json file can be
Javascript Free React App Deployment with Heroku and CD What is Heroku?Heroku is basically a cloud based Platform as a Service (PaaS) provider which is used by developers for mainly deploying & scaling their web-apps. It provides a very easy method
reactjs What are the new features in ES2020 and React 17 - Logicwind Today we are going to discuss on some of the features that were introduced in the latest version of React and JavaScript. So, without delaying any further let's see what changes have been
AWS AppSync Getting Started With AWS AppSync AWS AppSync uses GraphQL to create flexible API to secure access and manipulate data. AWS AppSync stays in between client app instance and AWS web services, so let's AWS web service AWS DynamoDB,
How Useful is PostgreSQL Full Text Search and Phrase Search! In this article, we will learn how to use PostgreSQL Full Text Search and Phrase Search in PostgreSQL.Let's first discuss about how we are using PostgreSQL LIKE and ILIKE operator to query
social media trends The Definitive Guide to Social Media Marketing Social Media Latest TrendsCurrently, we’re living in the digital age and it's hard for any business to survive in the industry without creating a powerful presence on social media platforms.Social Media
ant design Ant Design Form component for seamless conduct Ant Design form is a React UI library that has abundance of easy-to-use components that are useful for building elegant user interfaces. One of the components is <Form>. It provides built-in
gatsby recipes Automate site-building tasks with Gatsby Recipes In the last tutorial we saw how easy it was to set up a blog with the help of gatsby theme. Ok, now you have your blog set up ready, what's next? I
Android How to handle an app with both pre-AndroidX and AndroidX dependencies Before starting about why/how to handle an application for AndroidX dependancies, let's have a small talk about AndroidX for a minute.Android X is the new program rolled out by google to
Node.js Implementing refresh token with JWT in Node.js In this blog we will implement solution to handle refresh token with JSON web token in Node.js What is refresh token? Refresh tokens are the credentials that can be used to acquire
React How to Implement Atomic Design System in React Problems we have faced in most past projects, such as Understanding of component state Difficult code maintainability due to lack of standardization Repeated code Side effects Amount of setup time for developers Very
React Native Flutter vs React Native-What to choose in 2020? Flutter Vs React-Native is the constant ongoing tug of war between two hottest cross-platform app development technologies ever since Flutter arrived on the scene in December 2018. Google tried resolving the issue of
React Native React Native Faster Image - Load Images Quick and Fast React Native, Fast Image, Load Image, Image cache
React Native Manage the firebase service files easy way (workaround) in react-native Understanding managing environment base firebase google-services.json and GoogleService-Info.plist file using script.
Automation Selenium: Beginner's Guide for Automation Testing What is Selenium ? It is one of the most popular open-source automated testing tool.It automates web applications for testing purposes, but is certainly not limited to just that.This tool gives many
React Native Manage Multiple Target Variant With React Native Apps This tutorial will be explaining the flavor management and helping us to use apps having same functionality can use a simultaneously on the same device
Algolia Search with Algolia in React Native using multiple instance search component In previous blog Search with algolia we experienced algolia search features highlight, search box, filter, etc. Note: In that blog, we discussed we don’t have that much space available on our mobile
service-worker Show New App Version Available using Service Worker in React. Let's first understand what is service worker?A service worker is a script that your browser runs in the background, separate from a web page. Using service workers you can run your app