Creating a Natural Shadow effect with Pure CSS

Creating a Natural Shadow effect with Pure CSS With CSS box-shadow property, we can create a shadow effect to our HTML elements. The s...

0 Comments
How to Create a Pull Request to a Repository in GitHub

How to Create a Pull Request to a Repository in GitHub

How to Create a Pull Request to a Repository in GitHub   What is a Pull Request? A pull request is requesting an owner of a repos...

0 Comments

What is the Difference between JSP and Java Servlets?

What is the Difference between JSP and Java Servlets? I also came up with the same problem some time ago, and thought of sharing the sta...

0 Comments
What are some Good Text Editors for a developer?

What are some Good Text Editors for a developer?

What are some Good Text Editors for a developer? There are a number of text editors around, both free & paid versions. They turn out ...

1 Comments
How to compile and run a code with Sublime Text

How to compile and run a code with Sublime Text

How to compile and run a code with Sublime Text You can use the inbuilt Build option of Sublime Text to ease your productivity. Many of ...

1 Comments
How to clone a repository on GitHub to your local machine

How to clone a repository on GitHub to your local machine

How to clone a repository on GitHub to your local machine    TL;DR You need to have git installed. See ' How to install git &...

1 Comments
Creating a GitHub account

Creating a GitHub account

Let's start with Git Git: The version control system. Git is a widely used version control system used in software development p...

0 Comments