PSPriyanshu Sidarinpriyanshusidar.hashnode.dev路Feb 12, 2025 路 3 min readDifference between Common JS and ECMAScript(ES)Common JS and ES(ECMAScript) Modules are two different ways of organizing and sharing JavaScript code. Here's a breakdown of their key differences: CommonJS Synchronous loading: Modules are loaded and executed in order, blocking the execution of the...00
PSPriyanshu Sidarinpriyanshusidar.hashnode.dev路Mar 22, 2024 路 2 min readFlutterFire Tutorial [2024]馃敟For those who don't know FlutterFire is a Firebase plugins for Flutter. 馃 Firebase provides a set of backend computing services for app development. Firebase CLI setup First if you already haven't , set up Firebase CLI on your device: If you have np...00
PSPriyanshu Sidarinpriyanshusidar.hashnode.dev路Apr 29, 2023 路 4 min readGit And GitHub BasicsWhat is Git? It is a version control system tool. Git has the functionality, performance, security and flexibility that most teams and individual developers need. Learn more about Git here. Version control, also known as source control, is the practi...00