How to test Page Redirects

How to test Page Redirects

What is URL Redirection? Page redirection, also called URL forwarding, is a technique to make a web page available under more than one URL address. When a web browser attempts to open a URL that has been redirected, a page with a different URL is opened. With URL redirects, incoming links to an outdated URL can be sent to the… Read more →

Part 1 - Basic Concepts about Git

Part 1 – Basic Concepts about Git

Let’s learn some basic concepts about Git What is Git? Git is a popular distributed version control system that’s widely used among programmers and developers for developing and maintaining code. What is Version Control System? It tracks the changes to projects over time automatically so that you can check progress or revert to an earlier version if required later. It… Read more →

Lets Explore Confluence

Lets Explore Confluence

What is Confluence? Confluence is an Enterprise Wiki that improves collaboration. Confluence is simply a Java-based web application that runs on a server. It’s intended to allow collaborative editing of content and structure and provides one place for ideas and information to be shared.  It has many different uses. It can be used as: 1. A knowledge management tool 2…. Read more →

Let's Explore GitHub

Let's Explore GitHub

What is GitHub? GitHub is a web-based hosting platform for Git repositories. Git is a popular version control system that’s widely used among programmers and developers for developing and maintaining code. A GitHub is built on top of Git, and it allows you to have both local and remote copies of your projects. GitHub Features GitHub have lots of features… Read more →

Start Learning Java

Start Learning Java

Why Java? Today Java is most widely used programming language by developers worldwide. The main characteristics of Java language that make it so popular are: Object Oriented – Yes, you can create objects – pieces of autonomous code – that can interact with other objects to solve a problem. These objects provide a modular design, information-hiding capability and code-reuse facility…. Read more →