Skip to main content

Posts

  How To Control Mind? avoid this few things to control your mind. 1.Stop overgeneralizing.  Overgeneralizing means taking a single occurrence of a negative experience and projecting it onto other experiences or to your predictions about how the future will be. For example, someone who overgeneralizes might say, “I had a difficult childhood, so my life is going to be difficult forever.” To stop overgeneralizing, you might:  [4] Take it upon yourself to change your own future through hard work and persistence. For example, if you had a difficult childhood and think your life is going to be difficult forever, you might identify ways in which you want your life to improve, and work to improve them. Continuing the example, perhaps you want more meaningful relationships and a better job. You might research ways to obtain those things and then set goals for yourself in those domains to accomplish. 2. Re-appraise what you are struggling to control.  Try changing how you loo...
Recent posts
  How to deploy website on vercel? Vercel is  the platform for frontend developers, providing the speed and reliability innovators need to  create  at the moment of inspiration. When you create a deployment, Vercel automatically adds a new and unique Generated URL. You can visit this URL to preview your changes in a live environment. You can deploy your projects to Vercel in four different ways: The most common way to create a Deployment on Vercel is through pushing code to Git repositories. On the  “New Project”  page, under the “Import Git Repository” section, choose the account that you’d like to link a project from. 2. Find the repository in the list and select Import. 3. Vercel will automatically detect the framework and any necessary build settings. However, you can also configure the Project settings at this point including the  build and development settings  and  Environment Variables . These can also be set later. 4. Press the Deplo...
  Transfer data from an Android smartphone to an iPhone Android to Iphone How to transfer data from an Android smartphone to an iPhone If you buy an iPhone, and before that you had an Android smartphone, then transferring data manually is very long and difficult. But there is  a way to transfer everything in a few minutes : from contacts and messages to videos and apps. How to do it: Download the  Move to iOS  app on both smartphones. Connect both devices to Wi-Fi and launch the applications. When the  “Find the code”  appears on the screen of the Android smartphone, the code that you need to enter will appear on the iPhone. Select the type of data you want to copy. Click  “Next”  and wait for the end of the process. The duration  depends on the amount of data . Do not minimize applications, do not turn off Wi-Fi. move to ios thank you….
  How to blur an area in a photo in a couple of clicks If you want to hide someone’s face, object, document or car number in the photo,  you can use blur effect . To do this, you will need  a convenient and free PrivacyBlur application . How to use it: Download the app on  Android  or  iOS . Open it and click on the area you want to hide. Select the desired effect: there is a blur and pixelation effect, as well as a fine or coarse grain effect. More faces can be detected automatically. Click  “Save”  to download the result. You can safely upload the already edited image to Internet and no one will know what you have hidden in the photo. thank you..
  watch Youtube video with your friends at the same time watch2Gether If you want to watch Youtube video with your friends from another city/country at the same time, use the Watch2Gether service. With its help, you can create private rooms for simultaneous video viewing through a single player. How to use it: You don’t even need to register: on the  website  click on the  “Create your Room”  button, pick a nickname and click  “Join the Room” . Copy and send the received link to friends to join the room. Then you need to find the desired video through the search or insert its link into the line. The service supports videos from YouTube, Vimeo, Twitch, Netflix, as well as music from Deezer, Soundcloud and other services. It is ready! You can watch the video together and chat in text, voice or audio chat. This way you can study, listen to music and watch m ovies together and remotely. this is website thank you….
  Let’s Create IMDB Clone without a Complex structure Photo by  charlesdeluvio  on  Unsplash Let’s Create IMDB Clone without a Complex structure IMDb is an online database of information related to films, television series, home videos, video games, and streaming content online — including cast, production crew, and personal biographies, plot summaries, trivia, ratings, and fan and critical reviews ~ Wikepedia Today, I will be telling you how you can make IMDB clone using Reactjs without any complex Coding. Demo Link —  Imdb-clone-by-py Github Link —  ImdbClone Prerequisites Nodejs Installed Basic javascript Required IDE like Vs code, Atom, etc. Working Internet Connection Let’s Get Started I will be using Vite+React to enhance the performance of our web App. Install the Vite+React app using the node package manager npm create vite@latest Give a name to this project and click enter Choose React and click enter Choose Javascript That’s It, It took 7 seconds ...