SSL – All you need to know

Ever noticed a website with a green padlock icon in the address bar? Well, that simply means that your connection is secured and encrypted to the website you are visiting. As per w3techs, Today, almost 65.5% of websites use SSL. It not only ensures information privacy but also builds trust among your audience. What is SSL? SSL stands for secure socket layer that is an internet protocol for establishing a…

Continue Reading SSL – All you need to know

PHP – Is it dead in 2020?

Meaning and History PHP expands for PHP: hypertext preprocessor. It is an open-source server-side programming language used to develop the back-end of the web applications. It was developed by a Danish-Canadian programmer Rasmus Lerdorf in 1994. The current stable version of PHP (7.4.9) was released on 6th August 2020. Widely used CMS like WordPress, Joomla, Drupal, Magento is based on PHP. So I think you got the idea of how popular…

Continue Reading PHP – Is it dead in 2020?

What is open-source?

Open-source means when source-code of computer software is available for free to the general public so that they can see, use, and even modify the code as per their needs to make their own software. Didn't get it?? Let’s take a real-life example. Let’ say you work for a company that makes software for the clients. You write the code for the software and the client pays you for that.…

Continue Reading What is open-source?

What is website? – In simple terms

If you are viewing this article, you have already reached a website. That's right. A website is nothing but a collection of webpages that are designed for a specific purpose. It is identified by a unique domain name in order to enable us to reach that site over the internet. For instance, you are viewing this article on thegeeksarena.com, this is a domain name to recognize this website. Now, what…

Continue Reading What is website? – In simple terms

What is git?

Are you a programmer? If yes, then you must have heard of the above term. So what is it? Let’s have a look. Git or Git SCM (Source code management) is a version control system (VCS) that manages our source code and tracks the changes each developer has made to the project. It is a very powerful tool to work and collaborate on a single project by multiple developers simultaneously.…

Continue Reading What is git?

How to make a website from scratch (A Step by Step Guide)

Wondering how to make a website from scratch?? Well, it's not as difficult as it sounds. Let's have a look at each and every step in detail. Websites are of utmost importance these days. Today, everything is online, be it your banking website where you perform your banking transactions online, an online store for your buying needs, or a social media platform like Facebook where you connect with your friends.…

Continue Reading How to make a website from scratch (A Step by Step Guide)

What is web development?

As the term implies web development is developing what you see on the web. In other words, the process of developing or building websites is known as web development. Today, almost everyone has access to the internet. People prefer to manage their daily tasks online, be it a banking transaction or ordering daily essentials for your household, the web is everywhere. The person who is responsible to develop a website…

Continue Reading What is web development?