Code With Arjun
Code With Arjun
  • 277
  • 7 123 835
Install Node.js and NPM on you MacOS | Create first react app using npm
In this video I have shown how you can download and install node.js and npm on your MacOS and also create your first react app using node.js and npm.
Download link for Node.js
PayPal : paypal.me/codewitharjun
Patreon : www.patreon.com/codewitharjun
➡️ Subscribe : ua-cam.com/users/codewitharjun
Stay Connected :
➡️ LinkedIn : np.linkedin.com/in/arjungautam1
➡️ Github : github.com/arjungautam1
Join Community :
➡️Discord : discord.gg/cn2x3jhMW4
Follow me on :
➡️ Medium: codewitharjun.medium.com/
➡️ Dev.to : dev.to/codewitharjun
#nodejs #npm #CodeWithArjun #Programming
Переглядів: 209

Відео

Install Python on MacOS | Setup python and Pycharm on Mac
Переглядів 13128 днів тому
In this video I have shown how you can download and install python on MacOS. I have also shown how you can setup Pycharm to write your first Hello World python program on your MacOS. Download Python on MacOS : www.python.org/ Download PyCharm on MacOS : www.jetbrains.com/pycharm/ PayPal : paypal.me/codewitharjun Patreon : www.patreon.com/codewitharjun ➡️ Subscribe : ua-cam.com/users/codewitharj...
Install Homebrew on Mac | Package Manager for MacOS
Переглядів 275Місяць тому
In this video I have shown how you can install and setup homebrew on MacOS (M1/ M2/M3). Homebrew is a package manager for MacOS. I have also shown how you can install git using homebrew. Command for installing homebrew : /bin/bash -c "$(curl -fsSL raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Homebrew website : brew.sh/ PayPal : paypal.me/codewitharjun Patreon : www.patreon.com/c...
Install Microsoft SQL Server on your MacOS | Azure Data Studio
Переглядів 597Місяць тому
In this video I have shown how you can Download and Setup Microsoft SQL Server in you MacOS. Also setup Azure Data studio which is an alternative for SQL Server Management Studio (SSMS). Command Used : docker run -e "ACCEPT_EULA=1" -e "MSSQL_SA_PASSWORD=CodeWithArjun123" -e "MSSQL_PID=Developer" -e "MSSQL_USER=SA" -p 1433:1433 -d name=sql mcr.microsoft.com/azure-sql-edge PayPal : paypal.me/code...
Install Go on MacOS (Apple Silicon) | Write your first program using GoLang in VSCode
Переглядів 141Місяць тому
In this video I have shown how you can install GoLang on your MacOS (Apple Silicon ) (M1/ M2/ M3 or newer) and write your first GoLang program using VSCode. Download Golang : go.dev/dl/ PayPal : paypal.me/codewitharjun Patreon : www.patreon.com/codewitharjun ➡️ Subscribe : ua-cam.com/users/codewitharjun Stay Connected : ➡️ LinkedIn : np.linkedin.com/in/arjungautam1 ➡️ Github : github.com/arjung...
Open VSCode on Web Browsers | VSCode WEB | gihub dev
Переглядів 89Місяць тому
In this video I will show you how you can open VSCode in Web Browsers (Chorme, Firefox, Brave, Safari, Edge) etc. using github.dev. Setup Git and Github Mac : ua-cam.com/video/hMEyBtsuAJE/v-deo.htmlsi=IQiNXqb2S1O6Soc4 Setup Git and Github Windows : ua-cam.com/video/rWLui8RE5RM/v-deo.htmlsi=vf7bsUMS3d77DpdQ Setup Git and Github Ubuntu : ua-cam.com/video/IIW3mHdDYm4/v-deo.htmlsi=5fynj47Ivrs7A7uW ...
MERN Stack CRUD 2 hours course | Full Stack Web App | MongoDB | Express.js | React | Node.js
Переглядів 1,9 тис.Місяць тому
This is a video on building a Full Stack CRUD Application using MERN (MongoDB, Express.js, React.js, and Node.js). I'll be implementing the backend with MongoDB as the database, and Express.js and Node.js for creating REST APIs. For the frontend, I'll use React.js and Bootstrap for the UI, along with React-hot-toast for pop-ups. Source Code : github.com/arjungautam1/MERN-STACK MERN STACK Series...
Delete User Data | Axios DELETE | MERN Stack CRUD Application Series - #18
Переглядів 122Місяць тому
This is a video series on building a Full Stack CRUD Application using MERN (MongoDB, Express.js, React.js, and Node.js). I'll be implementing the backend with MongoDB as the database, and Express.js and Node.js for creating REST APIs. For the frontend, I'll use React.js and Bootstrap for the UI, along with React-hot-toast for pop-ups. Source Code : github.com/arjungautam1/MERN-STACK MERN STACK...
Update User Data | Axios PUT | MERN Stack CRUD Application Series - #17
Переглядів 109Місяць тому
This is a video series on building a Full Stack CRUD Application using MERN (MongoDB, Express.js, React.js, and Node.js). I'll be implementing the backend with MongoDB as the database, and Express.js and Node.js for creating REST APIs. For the frontend, I'll use React.js and Bootstrap for the UI, along with React-hot-toast for pop-ups. Source Code : github.com/arjungautam1/MERN-STACK MERN STACK...
Set up React-Hot-Toast | MERN Stack CRUD Application Series - #16
Переглядів 132Місяць тому
This is a video series on building a Full Stack CRUD Application using MERN (MongoDB, Express.js, React.js, and Node.js). I'll be implementing the backend with MongoDB as the database, and Express.js and Node.js for creating REST APIs. For the frontend, I'll use React.js and Bootstrap for the UI, along with React-hot-toast for pop-ups. Source Code : github.com/arjungautam1/MERN-STACK MERN STACK...
Send Data into Database | Axios POST | MERN Stack CRUD Application Series - #15
Переглядів 108Місяць тому
This is a video series on building a Full Stack CRUD Application using MERN (MongoDB, Express.js, React.js, and Node.js). I'll be implementing the backend with MongoDB as the database, and Express.js and Node.js for creating REST APIs. For the frontend, I'll use React.js and Bootstrap for the UI, along with React-hot-toast for pop-ups. Source Code : github.com/arjungautam1/MERN-STACK MERN STACK...
Create Add User Form | MERN Stack CRUD Application Series - #14
Переглядів 107Місяць тому
This is a video series on building a Full Stack CRUD Application using MERN (MongoDB, Express.js, React.js, and Node.js). I'll be implementing the backend with MongoDB as the database, and Express.js and Node.js for creating REST APIs. For the frontend, I'll use React.js and Bootstrap for the UI, along with React-hot-toast for pop-ups. Source Code : github.com/arjungautam1/MERN-STACK MERN STACK...
Configure React-Router-Dom for Routing | MERN Stack CRUD Application Series - #13
Переглядів 76Місяць тому
This is a video series on building a Full Stack CRUD Application using MERN (MongoDB, Express.js, React.js, and Node.js). I'll be implementing the backend with MongoDB as the database, and Express.js and Node.js for creating REST APIs. For the frontend, I'll use React.js and Bootstrap for the UI, along with React-hot-toast for pop-ups. Source Code : github.com/arjungautam1/MERN-STACK MERN STACK...
Display Data in User Table | Axios GET| MERN Stack CRUD Application Series - #12
Переглядів 97Місяць тому
This is a video series on building a Full Stack CRUD Application using MERN (MongoDB, Express.js, React.js, and Node.js). I'll be implementing the backend with MongoDB as the database, and Express.js and Node.js for creating REST APIs. For the frontend, I'll use React.js and Bootstrap for the UI, along with React-hot-toast for pop-ups. Source Code : github.com/arjungautam1/MERN-STACK MERN STACK...
Add Font Awesome Icons on React | MERN Stack CRUD Application Series - #11
Переглядів 145Місяць тому
This is a video series on building a Full Stack CRUD Application using MERN (MongoDB, Express.js, React.js, and Node.js). I'll be implementing the backend with MongoDB as the database, and Express.js and Node.js for creating REST APIs. For the frontend, I'll use React.js and Bootstrap for the UI, along with React-hot-toast for pop-ups. Source Code : github.com/arjungautam1/MERN-STACK MERN STACK...
Create User Table using BootStrap | MERN Stack CRUD Application Series - #10
Переглядів 113Місяць тому
Create User Table using BootStrap | MERN Stack CRUD Application Series - #10
Setup React App | MERN Stack CRUD Application Series - #9
Переглядів 122Місяць тому
Setup React App | MERN Stack CRUD Application Series - #9
Delete User by ID | HTTP Delete | MERN Stack CRUD Application Series - #8
Переглядів 107Місяць тому
Delete User by ID | HTTP Delete | MERN Stack CRUD Application Series - #8
Update the User by ID | HTTP PUT | MERN Stack CRUD Application Series - #7
Переглядів 89Місяць тому
Update the User by ID | HTTP PUT | MERN Stack CRUD Application Series - #7
Get User with specific ID | HTTP GET | MERN Stack CRUD Application Series - #6
Переглядів 116Місяць тому
Get User with specific ID | HTTP GET | MERN Stack CRUD Application Series - #6
Get All Users from MongoDB Database | HTTP GET | MERN Stack CRUD Application Series - #5
Переглядів 105Місяць тому
Get All Users from MongoDB Database | HTTP GET | MERN Stack CRUD Application Series - #5
Insert Data into MongoDB Database | HTTP Post | MERN Stack CRUD Application Series - #4
Переглядів 194Місяць тому
Insert Data into MongoDB Database | HTTP Post | MERN Stack CRUD Application Series - #4
Connect MongoDB With Express.js App | MERN Stack CRUD Application Series - #2
Переглядів 2162 місяці тому
Connect MongoDB With Express.js App | MERN Stack CRUD Application Series - #2
Create Folder Structure | MERN Stack CRUD Application Series - #3
Переглядів 1582 місяці тому
Create Folder Structure | MERN Stack CRUD Application Series - #3
Setup Server and Install Dependencies | MERN Stack CRUD Application Series - #1
Переглядів 2452 місяці тому
Setup Server and Install Dependencies | MERN Stack CRUD Application Series - #1
MERN (MongoDB, Express, React, Node.js) Stack CRUD Application | FullStack | Series - #0
Переглядів 5952 місяці тому
MERN (MongoDB, Express, React, Node.js) Stack CRUD Application | FullStack | Series - #0
Add Bootstrap in React Application
Переглядів 2342 місяці тому
Add Bootstrap in React Application
Add Material UI to React Application | React UI Library
Переглядів 1992 місяці тому
Add Material UI to React Application | React UI Library
Create Sign Up and Log In Form Page using React, Bootstrap and React-Router-Dom
Переглядів 2,8 тис.2 місяці тому
Create Sign Up and Log In Form Page using React, Bootstrap and React-Router-Dom
How to Install & Run Java in Visual Studio Code (Under 4 minutes) [ 2024 Updated]
Переглядів 12 тис.3 місяці тому
How to Install & Run Java in Visual Studio Code (Under 4 minutes) [ 2024 Updated]

КОМЕНТАРІ

  • @robkao-og9xx
    @robkao-og9xx 5 годин тому

    Very concise, straight to the point, beginner friendly. Thank you sir.

  • @rakadhanes7793
    @rakadhanes7793 9 годин тому

    Source .zprofile hit manually to run flutter commands everytime new terminal opens. it will come back to zsh: command not found: flutter when the terminal closed. youve been really helpful

  • @ajaybs3933
    @ajaybs3933 19 годин тому

    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server) this error coming; how to resolve sir. TIA

  • @user-ul3qw7wx3w
    @user-ul3qw7wx3w 20 годин тому

    nice explanation

  • @channadissanayaka6450
    @channadissanayaka6450 День тому

    very usefull video

  • @bnlzakiiiu
    @bnlzakiiiu День тому

    Thank u so much

  • @arturopadilla4619
    @arturopadilla4619 День тому

    why i cannot see the restore option?

  • @vegardlokreim5549
    @vegardlokreim5549 День тому

    intellisay

  • @priyanshurai4817
    @priyanshurai4817 2 дні тому

    I also need to define SSC certificate while creating connection with db. Need help

  • @shruthikarthan3831
    @shruthikarthan3831 2 дні тому

    Import is getting

  • @dummag4126
    @dummag4126 2 дні тому

    No, sorry The most common problem is that MySql ask one password that is never set before, after just installed a new Mysql or MariaDb........ why??

  • @martinaguirrevilla9815
    @martinaguirrevilla9815 2 дні тому

    thanks bro. 🤜🤛

  • @cassettte
    @cassettte 2 дні тому

    Thank you for the video! Once I finish I'm going to try to modify the app into a to do list. There's so many potential projects you can make once you nail down the basics! Thank you for the video.

  • @royesmonde1390
    @royesmonde1390 2 дні тому

    When I submit the Database Connection Details I get the message and the problem described some people below - 'Cannot select database'. I get the option to 'Try Again' and have done that many times but always with the same error message. I'm running the correct version on an M1 Mac Mini.

    • @royesmonde1390
      @royesmonde1390 2 дні тому

      I probably should have added that the error message page also says 'The database server could be connected to (which means your username and password is okay) but the database could not be selected'.

  • @jacemguezguez5355
    @jacemguezguez5355 3 дні тому

    Great ! Thank a lot for this tutorial :)

  • @bevengeorge68
    @bevengeorge68 3 дні тому

    Very easy and straightforward. Thanks!

  • @parmvirsingh9246
    @parmvirsingh9246 4 дні тому

    getting error : Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

  • @krakenpubg2014
    @krakenpubg2014 4 дні тому

    Thanks

  • @kieranmueller5794
    @kieranmueller5794 4 дні тому

    No app password setting in google security account. Anybody find solution?

  • @TANISHPLAYZOFFICIAL
    @TANISHPLAYZOFFICIAL 5 днів тому

    Unknown command: "create-react-app" To see a list of supported npm commands, run: npm help PS C:\Users\wwwtn\tu> npx create-react-app front --use-npm npm ERR! code ENOENT npm ERR! syscall lstat npm ERR! path C:\Users\wwwtn\AppData\Roaming pm npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\wwwtn\AppData\Roaming pm' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: C:\Users\wwwtn\AppData\Local pm-cache\_logs\2024-06-21T10_29_02_833Z-debug-0.log sir it show this now what i do npm start command showing error

  • @michaelba3118
    @michaelba3118 5 днів тому

    thanks arjun!!!!!

  • @NawafXRMFC
    @NawafXRMFC 6 днів тому

    best vid

  • @NawafXRMFC
    @NawafXRMFC 6 днів тому

    best

  • @NawafXRMFC
    @NawafXRMFC 6 днів тому

    hi

  • @NawafXRMFC
    @NawafXRMFC 6 днів тому

    best

  • @NawafXRMFC
    @NawafXRMFC 6 днів тому

    best

  • @Okeh189
    @Okeh189 6 днів тому

    what after the token expiration? will my repo will be removed or what?

  • @NawafXRMFC
    @NawafXRMFC 6 днів тому

    i am getting an error in user model in = "export defualt mongoose.model("Users" , userSchema)

  • @NawafXRMFC
    @NawafXRMFC 6 днів тому

    best

  • @NawafXRMFC
    @NawafXRMFC 6 днів тому

    best

  • @TsvetelinaMihaylova-yf3cg
    @TsvetelinaMihaylova-yf3cg 7 днів тому

    Works like a charm! Thank you!

  • @user-kf7lk2oe2z
    @user-kf7lk2oe2z 7 днів тому

    Becareful with the @CrossOrigin annotation at 35:06 , there is a small syntax error...it is @CrossOrigin(origin = "localhost link";

  • @HashimWarren
    @HashimWarren 7 днів тому

    just what i was looking for thanks

  • @BlackTeenMonkey
    @BlackTeenMonkey 7 днів тому

    This is HelloWorld in JSP. Servlet is a different thing itself.

  • @kevalrrakholiya
    @kevalrrakholiya 8 днів тому

    I tried many but this works!!! 🔥

  • @netizen_94
    @netizen_94 9 днів тому

    this doesn't work anymore, can you make a full tutorial doing it with "dist" folder

  • @Dhanya-jy4nh
    @Dhanya-jy4nh 9 днів тому

    Thank you 🎉

  • @js8597
    @js8597 10 днів тому

    Can I make a second site? I made another wordpress folder in the htdocs, named it wordpress(1) and made another php database named wordpress(1) then went to localhost/wordpress(1) but it just went back to my first site with an error code. How can I make a second site with this method?

  • @tusharbhardwaj3500
    @tusharbhardwaj3500 10 днів тому

    bihari accent band kar bhai

  • @kevin_mitchell
    @kevin_mitchell 10 днів тому

    Working well on my 15 year old 2009 iMac running High Sierra, Vim 8.0 1365. I assume there's a way to change the default 8 space indentation to 4 spaces. PS: I also tested it with Fortran, C and C++ as well and compiled and ran it using the :! key combination instead of exiting Vim to do it. Interesting, but I really liked the auto indent. I already had line numbers set and syntax on in my .vimrc file, but the rest was a great addition.

  • @nikkilesley2525
    @nikkilesley2525 11 днів тому

    You are going very fast. Slow down please.

  • @hariomgupta3443
    @hariomgupta3443 11 днів тому

    Yes it helpful

  • @asmrslimani9555
    @asmrslimani9555 12 днів тому

    thank you it helped me i was looking for it for hours

  • @pasqualeandriano6321
    @pasqualeandriano6321 12 днів тому

    Can i add dependency after initialize the project?

  • @shubhambarore5548
    @shubhambarore5548 12 днів тому

    Finally got this video, where I could install mongoDB and I going to sleep now

  • @deepakgharti-ky1ts
    @deepakgharti-ky1ts 12 днів тому

    I have been your subscriber for two years. I learned a lot from your informative videos. I got a job as a web developer. I want to thank you for that, Arjun Sir.

  • @Udara397
    @Udara397 13 днів тому

    Thanks for this video 😊

  • @MohamedSaid-ub3ib
    @MohamedSaid-ub3ib 13 днів тому

    perfect explanation, thank you so much for simplicity and clearance <3

  • @amritadhikari1188
    @amritadhikari1188 13 днів тому

    Following the series bro. Keep going! What software do you use to record your screen?

  • @jamshedahmad6069
    @jamshedahmad6069 13 днів тому

    Excellent 👍