How to host a website for free on google drive ?
Google Drive has always been a great place to store HTML, JavaScript and CSS files so they are secure and available from anywhere. Now you can host and share this content too! Watch this video to learn more. We’re a big fan of cloud services on this…
How to check NULL in IOS or Android !
check NULL : A null indicates that a variable doesn’t point to any object and holds no value. You can use a basic ‘if’ statement to check a null in a piece of code. Null is commonly used to denote or verify the non-existence of…
How to run Windows on your Mac using Parallels Desktop 15
Mac using Parallels Desktop : There was a time when even Mac diehards might have had to keep a Windows PC around in order to use a key piece of software. Now we have Boot Camp, but that might be overkill if you only need to run a few applications.…
Few easy steps to learn How to use FTP to upload files to WordPress
FTP to upload files to WordPress : cPanel, which is used in this example, is by far the most popular hosting account management software used by hosts on the web, eclipsing other popular tools, such as Plesk and NetAdmin.cPanel. If your hosting provider…
How to Uninstall Packages with Homebrew
Uninstall Packages with Homebrew: The Homebrew command is the underlying package manager that installs all those UNIX and open-source utilities you might want. It’s the easiest way to install them on Mac OS X, just as it is on Linux. Like Homebrew…
How to Install NODE-JS ?
NODE-JS Using Website: You can visit on the link Download Node and download LTS version. After installing node you can check your node version in command prompt using command.. ~ $node --version After that, you can just create a folder and add a file…
What is Node-JS ?
What is Node-JS : Node JS is an open-source server side runtime environment built on Chrome’s V8 JavaScript engine. It provides an event driven, non-blocking (asynchronous) I/O and cross-platform runtime environment for building highly scalable…
What Is AngularJS?
AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. AngularJS’s data binding and…
Info.plist – Requesting Permission Privacy Settings
Info.plist : In iOS, the user must explicitly grant permission for each app to access cameras and microphones. Before your app can use the capture system for the first time, iOS shows an alert asking the user to grant your app access to the camera, as…
How to Install Python on Linux ?
There is a very good chance your Linux distribution has Python installed already, but it probably won’t be the latest version, and it may be Python 2 instead of Python 3. How to Install Python 3 on CentOS Prerequisites CentOS Login as an administrator on…