PinnedFahim Ahammed FirozHow to easily add sign-in to your React app with FirebaseUIAuthentication is used to identify users, which allows the app to store personal user data and provide a personalized experience across all…Nov 6, 2022Nov 6, 2022
PinnedFahim Ahammed FirozDeploy an Express API on Vercel ( using Vercel CLI & without using CLI ).এখানে দুভাবে vercel এ Express API deploy দেখানো হয়েছে। একটি without CLI অন্যটি Vercel CLI ব্যবহার করা হয়েছে।May 27, 20224May 27, 20224
Fahim Ahammed Firoz10 Important topics of JavaScript1. Truthy and Falsy values:May 8, 2021May 8, 2021
Fahim Ahammed FirozReact Fundamentals (ReactJS)React is not a framework, It is an open-source JavaScript library and it is used for building user interface. React also use JavaScript.May 7, 2021May 7, 2021
Fahim Ahammed FirozCore Concept of JavaScriptJavaScript is a programming language, but it has no concept of input and output. It is run as a scripting language in the host environment.May 5, 2021May 5, 2021
Fahim Ahammed FirozTricks to write less JavaScript1. if true and turnary operatorMay 3, 2021May 3, 2021
Fahim Ahammed FirozLoop in JavaScriptA loop is a programming structure that repeats a sequence of instructions until a specific condition is met. The purpose of loops is to…Feb 23, 2021Feb 23, 2021