featured Image

YAML Comments – Inline And Block Comment

In this post, we will learn how to do single line and block (multi-line) comments in a YAML File. A YAML (yet another markup language) is a programming language which…

Read more
featured Image

Resolve – node unexpected token import error in Nodejs

In this post, we will learn how to resolve the “SyntaxError: Unexpected token import” error in node applications. The unexpected token error occurs when you try to work with ES6…

Read more
featured Image

fatal:refusing to merge unrelated histories git error – Fix

This article is about how to resolve “fatal:refusing to merge unrelated histories” in git error. This error occurs when we try to merge two completely unrelated git repositories together into…

Read more
featured Image

unexpected console statement no-console javascript [Solve]

In this short post, we will see how we can fix the “unexpected console statement” error from node and vue. In Nodejs: If you are using NodeJs, then to fix…

Read more
featured Image

How to remove node_modules from github or bitbucket

In this post, we will see how to remove node_modules folder from our repo in Github and bitbucket. If you have accidentally pushed your node_modules folder to a remote repository…

Read more
featured Image

Convert Markdown to PDF in VSCode

Markdown is a very simple and easy-to-use markup language for creating formatted text using any text editor. In this post, we will see how to convert a markdown to pdf…

Read more
featured Image

How to center align an image in markdown

In this post, we will see how to center align an image in markdown. Markdown is an awesome markup language to write content to take notes or for a blog…

Read more
featured Image

How to do text highlight in markdown

In this post, we will see how we can highlight text in markdown. In markdown, there is no native way to highlight text, however, markdown allows us to use HTML…

Read more
featured Image

How to underline in markdown

In this post, we will see how we can underline a text in markdown. Markdown does not have any syntax to underline, however, we can use the <u> HTML tag…

Read more