5 common mistakes that developers make in JavaScript

JavaScript is a powerful programming language that can be used to create dynamic and interactive web applications. However, it’s easy to make mistakes that can cause problems in your code. In this article, we’ll discuss five common mistakes that developers make in JavaScript. 1. Do not use console.log for debugging When it comes to debugging […]

5 common mistakes that developers make in JavaScript Read More »

Why paid online courses are better than the free YouTube courses?

Online learning has become increasingly popular over the past few years, with a wide range of options available to those looking to expand their knowledge and skills. While free educational videos on platforms like YouTube can be a great resource, there are many reasons why online courses are often a better choice. In this article,

Why paid online courses are better than the free YouTube courses? Read More »

Mobile companies ruining ux image

How mobile vendors ruining user experience ruining UX for the sake of RAM management

Mobile vendors have long been accused of ruining the user experience for the name of RAM management. RAM management refers to the way in which a mobile device manages its memory resources, and it has become a key battleground in the world of mobile devices. On the one hand, mobile vendors want to ensure that

How mobile vendors ruining user experience ruining UX for the sake of RAM management 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

NOTE: This was written back in June 2021. Since then, I have upgraded my OS to Ubuntu 22.04 LTS, and the installed software is still working. If you are trying to install pipewire now and facing some issues, please make sure that some repos might have changed. This post explains how you can enable Bluetooth

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 »