featured Image

How to write comments in a Markdown File

In this post, we will see how to write comments in a markdown file. Comments are helpful to explain certain parts of code or text in a document. And if…

Read more
featured Image

Fix – Cannot use import statement outside module Error in Node

In this article, we will resolve the “Uncaught SyntaxError: Cannot use import statement outside a module” error in JavaScript. The Error “Uncaught SyntaxError: Cannot use import statement outside a module”…

Read more
featured Image

How to change image size in markdown in GitHub

In this post, we will see how we can resize images in our markdown document or for Github readme.md profile. Markdown is a free open-source markup language that let us…

Read more
featured Image

How to open markdown link in new tab

In this short post, find out how to open a markdown link in a new tab. When using markdown to create your blog or any web page using a markdown…

Read more
featured Image

Easy Way to add Emoji in markdown with VS Code

If you want to add emoji in your VS Code markdown that is supported by GitHub too, then this is the right article for you. VS Code provides us with…

Read more
featured Image

How to convert markdown to PDF offline with Pandoc Converter

This post will show how to convert a markdown app to a PDF file with the Pandoc conversion tool. Pandoc is an open-source document conversion tool that is used to…

Read more
featured Image

Solved “No such remote origin” Git Error Fatal

Find out how to solve the git no such remote origin error while working with the Git repository. Sometimes when we try to push our local changes to our remote…

Read more
featured Image

GitHub “fatal: remote origin already exists” error – Fix

In this post, we will learn how to solve the “remote origin already exists error” in Github. The “remote origin exists” error occurs when we try to create a link…

Read more
featured Image

Clear cache in Yarn: yarn cache clean

In this article, we will learn why and how to clear cache in yarn from your local storage. Yarn (Yet Another Resource Negotiator) is a package manager just like npm…

Read more