Business Analysis (AS IS Study of input forms, output reports etc and TO BE review) with a gapanalysis document Module Selection, Product Walkthrough and System Configuration Design & Development of Customized Web Modules, reports and Integration of different subsystems Mobile…
Category: General
Professional Approach for Technical Work in SAAS Platform
Client Coordination Guidelines for Support
React Table Dropdown Hiding inside the table
First of all thanks for visiting my blog and if you are also using React Tittle and using dropdown in it and you are also facing this problem Plugin Name: react-data-table-component NOTE: This will work for almost all tables. So…
Top 12 Actions needed to achieve Excellence consistently
1. Develop your Talent We are at our best when we develop our talent. Michael Jordan could not be selected inthe university basketball team initially, till he trained rigorously to become a member ofthe team and eventually the greatest basketball…
Recover accidentally deleted flutter code files
Open your android studio. Right click on the the ( lib FOLDER ) . Click on the local history then show history. choose which date you want to recover your files. click on it and choose revert. In this way to…
Depend On Inherited Element was called before init state in flutter
Error Solution when “dependOnInheritedElement() was called before initState()” could also be to access BuildContext safely in the initState method. It could be done by the following: Example
Flutter – Unable to create dart snapshot for flutter tool.
Error Solution 1.Go the Flutter install directory and please run (in cmd) git clean -xfd git stash save –keep-index git stash drop git pull 2.and restart your computer then run flutter doctor 3.then go to your project path run flutter…
Response to preflight request doesn’t pass access control check: It does not have HTTP ok status.
I understand this is a very common error of CORS which whenever using any API, this error comes. I too struggled a lot in my early days with this error, I have seen many solutions on the internet, no one…
Run React project in a remote server and its configuration changes (CENTOS)
First, you need to update your server for centos: yum update for ubuntu: apt get update Next step you need to install an updated node module(higher than 10) For my case, I have installed a node version with 14 run…
Difference between a Shared server, Dedicated server, Local Server and what is GUI and CUI
Before going to the topic we need to know what is the remote server and local server. Local Server: As per its name which server is locally available or for accessing it no need for internet is called local server.…