Showing posts with label How to. Show all posts
Showing posts with label How to. Show all posts
How to host WordPress website in Google Firebase

How to host WordPress website in Google Firebase

By hosting WordPress in Google Firebase you might think about installing WordPress in Firebase hosting and using it like on any recommended ...

10 Comments
How To Watch YouTube Videos Without Ads

How To Watch YouTube Videos Without Ads

The second biggest search engine platform YouTube is the most popular destination for watching videos. Everything is available on YouTube th...

0 Comments
Create react app without Node.js or create-react-app

Create react app without Node.js or create-react-app

React is different from other JavaScript frameworks because it is written in JSX, a mix of JavaScript and HTML. Since  JSX is not directly u...

1 Comments
ARDUINO - HOW TO DISASSEMBLE A SKETCH

ARDUINO - HOW TO DISASSEMBLE A SKETCH

In this post, I am going to give the steps required to get the assembly code of your Arduino sketch. you may need the assembly code of your ...

0 Comments
Cross Platform File Transfer using WiFi : Airshare (Opensource python based tool)

Cross Platform File Transfer using WiFi : Airshare (Opensource python based tool)

Are you still using a data cable to transfer files between your PC, phone, or laptop? Apple users have Airdrop and Android have multiple app...

0 Comments
How to use Web Developer Console on Mobile Browser

How to use Web Developer Console on Mobile Browser

There might be many reasons to use developer console on your phone, maybe you need to run JavaScript on your browser console, to inspect ele...

1 Comments
Withdraw all Pending Connection Requests on LinkedIn using JavaScript

Withdraw all Pending Connection Requests on LinkedIn using JavaScript

LinkedIn have an option to withdraw the connection requests you have sent and still pending to be accepted. You can see all the pending requ...

6 Comments
How to Fresh Start Twitter Account

How to Fresh Start Twitter Account

Internet and social media can be as powerful as it can even impact your career and life. Social media are an open book of your life, it res...

1 Comments
How to Run Java Applet Program with New Versions of Java

How to Run Java Applet Program with New Versions of Java

If you have tried to run a Java applet program using your latest version of Java (later versions from Java SE 11 released on September 201...

11 Comments
How to Hide Text Messages Inside Images

How to Hide Text Messages Inside Images

You can hide text files in an image by embedding the text file into it. This method is called steganography. There are many tools for...

0 Comments
How to Fix Auto Rotate Not Working on Android

How to Fix Auto Rotate Not Working on Android

If you are looking for a way to solve your display auto rotation not working on your Android phone that is your phone seems to be ...

0 Comments
ARDUINO : DHT22 Sensor Experiment

ARDUINO : DHT22 Sensor Experiment

INTRODUCTION If you want to measure temperature and humidity and process them using an Arduino, the best way to do that is to use a DHT ...

0 Comments

Windows C++ : Delete a File

This post explains how to delete a file in windows using the function DeleteFileA() in C++. Choose your favorite IDE with GCC compiler, Co...

0 Comments