Setup Visual Studio Code for python development

There are hundreds of IDE( Integrated Development Environment) or code editor available in the market for python language. These are available freely or may come at a price. Today, we will setup one such popular editor and probably one of my favourite editor “Visual Studio Code”. By the end of this tutorial, You will see …

Setup Visual Studio Code for python development Read More »

Debug Production Angular applications

If you have experience in developing Angular applications, you may know that debugging production-ready Angular applications is challenging because of the Uglify tool that obfuscates the code. Even when you prettify the code, it is still difficult to read because ng command removes all the source map files (.map files) in production builds. Fortunately, there …

Debug Production Angular applications Read More »

How to enable Bluetooth headset microphone support in Ubuntu

This post explains how you can enable Bluetooth headset microphone support by installing pipewire in Ubuntu 20.04. However it should work with any Ubuntu flavour. Ok, I recently purchased a new BOLTT BH1300 bluetooth headset, which has inbuilt microphone support. The main purpose of the headset was to enable Meetings without having to worry about …

How to enable Bluetooth headset microphone support in Ubuntu Read More »

How to host Free Wordpress blog on AWS

Host your own WordPress website on the Amazon AWS EC2 instance with zero cost.

Have you always wanted to have your web space to showcase your portfolio or to start a blog? WordPress hosting is one of the first things that come into your mind, but it comes with an upfront cost and, you may want to explore free WordPress option before committing to a yearly contract. If you …

Host your own WordPress website on the Amazon AWS EC2 instance with zero cost. Read More »

how to install MongoDB replica set

Fix “RECOVERING” State Error in MongoDB Secondary Replica

Did your MongoDB secondary replica stuck on “RECOVERING” State Error? In this blog post, we will explore the steps that can be taken to fix the RECOVERING issue in MongoDB secondary replicas. Introduction MongoDB is one of the most popular document-oriented NoSQL databases in use today, and it is widely used for storing, managing, and …

Fix “RECOVERING” State Error in MongoDB Secondary Replica Read More »

Allocate swap memory to Ec2 linux instance or any other linux machine

Hi, Today we are going to learn how to allocate swap memory to any linux instance. This particularly comes handy for Amazon Linux Ec2 instances as at the time of launch, Ec2 instances do not have swap memory attached to them and we need to attach it manually. But first, we need to know some …

Allocate swap memory to Ec2 linux instance or any other linux machine Read More »