loading My Blogs

Learn Basics of Markdown

November, 2020

Markdown is one of the most popular mark-up language. It's lightweight markup language that you can use to add formatting elements to plain text documents. Markdown is popular because you can use it for everything like- to create Websites, documents, e-mail messages, presentation, books, technical documents.

Read More

All you need to start with Command Line

November, 2020

The command line is a tool for interacting with a computer using only text (also known as a text interface) rather than other methods like clicking and scrolling. ✨ Let's start to learn (can use it as a reference guide)🏃‍♂️🏃‍♂️🏃‍♂️... To create a new file = touch file_name You can create an empty file by typing touch file_name and executing it.

Read More

Competitive Programming

November, 2020

Competitive Programming is an art. Most of the developers don't do this because they think it's really tough ?. But it isn't tough it's like a game when you start playing with problems you start loving it. CP is like a game but it also tests your patience level.

Read More