What I Do?

I explain and teach tech­nol­o­gy, solve tech prob­lems and help you make gad­get buy­ing decisions.

Popular Posts

How to make native WordPress Video player (using shortcode) responsive and full width

In order to achive this, you need to add the below code in your styles.css file source: https://wordpress.stackexchange.com/questions/245388/how-to-make-native-video-player-full-width/245911

Read More →

How do I update each dependency in package.json to the latest version?

Once in a while we do need to know how to update all the application dependencies to latest versions within the Node JS app. Below …

Read More →

How to open a JSON local file in JavaScript

On occasions, while developing an application we need to load JSON file to load content like config/setting or data. These files can also exist in …

Read More →

How can I export a directory structure?

Exporting a directory structure in windows is not straightforward and is required for many purposes.  There are various ways of achieving this task. but a …

Read More →

Setting up a Create-React-App with PM2 and Nginx on AWS EC2

Recently, I was working on a project and wanted to host it online. In addition, I didn’t wanted to use Heroku as I thought that …

Read More →

Upgrade Raspbian OS from Stretch to Buster

This tutorial is to help you upgrade your current Raspbian OS to the latest version – Buster released in June 2019. For Raspbian OS comparison …

Read More →