Skip to main content

Posts

Showing posts from January, 2022

Learn, practice & test your German Skills | A1 - A2 Level

Learn, practice & test your German Skill | A1 - A2 Level     Easy German    Test your level    Short stories  Verbs - will be updated soon   Audio & Videos    YouTube     Duolingo - App & website Get PDF Here  German Months and days of the week | expatrio.com English Level learnoutlive short stories 2 https://app.memrise.com/courses/english/german-2/ or https://app.memrise.com/course/356682/2000-german-words-by-frequency/1/ https://commonlyusedwords.com/2000-most-common-german-words/

Stack overflow Jobs and developers story will be discontinued from April 2022

 Stack overflow Jobs and developers story will be discontinued from April 2022 Stack overflow jobs will be discontinued after March 30th, 2022.

Easiest way to reset or change MySQL password

 Easiest way to reset or change MySQL password open command prompt by pressing Windows + R and type cmd don't forget to add MySQL path in environmental variables  1. mysql - u root 2. ALTER USER 'root' @ 'localhost' IDENTIFIED BY 'YourNewPasswordHere' ;

npx is failing to install react app | suggestions any?!

 Here's what errors I'm getting while installing react app version I'm currently running in my PC, also latest Windows update. node -v              v16.13.1 npm -v               8.1.2 npx -v                    8.1.2 PS C:\Users\repo\reactaiop> npx  create-react-app my-app even npm and yarn not working  Need to install the following packages:   create-react-app Ok to proceed? (y) y You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.0). We no longer support global installation of Create React App. Please remove any global installs with one of the following commands: - npm uninstall -g create-react-app - yarn global remove create-react-app The latest instructions for creating a new app can be found here: https://create-react-app.dev/docs/getting-started/  

MongoDB Connection Error with Angular app

I got this error while running my angular app and I wasn't able to connect with database. will share after I come up solution(s) servers = [{ address = IP_ADDRESS_HERE, type = UNKNOWN, state = CONNECTING, exception = { com.mongodb.MongoSocketOpenException: Exception opening socket }, caused by { java.net.ConnectException: Connection refused(Connection refused) } }]