techysawan.hashnode.devSequence of Commands to upload a NEXT JS Project on vercelTo upload a Next.js project to Vercel, you can follow these steps: Install the Vercel CLI (Command Line Interface) globally on your machine if you haven't already. You can install it using npm: npm install -g vercel Navigate to the root directory...May 27, 2023·1 min read
techysawan.hashnode.devTop Most Window CommandsThe top most Windows commands: dir: Lists the files and directories in the current directory. cd: Changes the current directory to another directory. mkdir: Creates a new directory. del: Deletes a file. copy: Copies files. move: Moves files. r...May 6, 2023·1 min read
techysawan.hashnode.devReact Native VS FlutterReact Native and Flutter are both popular frameworks used for building mobile applications. While both are good options, they have some differences that can influence your decision on which one to use. React Native is a framework developed by Faceboo...Mar 27, 2023·2 min read
techysawan.hashnode.devWhat is NEXT.js ?Next.js is an open-source React-based framework for building server-side rendered (SSR) web applications. It was developed by Vercel (previously known as Zeit) and is designed to help developers build fast, scalable, and highly performant web applica...Mar 26, 2023·2 min read
techysawan.hashnode.devQuick Revision of typescriptTypeScript is a typed superset of JavaScript that compiles to plain JavaScript. It was created by Microsoft and offers optional static type checking, as well as many features from object-oriented and functional programming. Here's a quick revision of...Mar 8, 2023·7 min read