-

How long does it take to learn coding?
The craze of learning codes has increased a lot as new generation surpassed the last generation. If you are new to learning programming languages and want to learn how long does it take to learn…
-

What is Productivity?
More importantly, what does it mean to become productive? Productivity in simple terms is the relationship between input and output. You could say that your productivity increased if you had less input but your output…
-

Why is Linux so dominant in servers and supercomputers?
We all know Linux failed badly in desktop market but it is leading on the other hand in servers and supercomputers. As new age kids are getting smarter they too start to adopt Linux as…
-

HTTPS Not Secure – Here’s how to fix that
Having an ‘HTTPS’ letter combination at the front of an URL can be the difference between relaxed browsing and an edge-of-your-seat experience when it comes to web security. If the HTTPS prefix is missing from…
-

Essential skills to include on a resume
Recruiters seek skills in job candidates because these skills are necessary for the successful performance of a job. Recruiters are responsible for identifying and hiring individuals who have the qualifications and abilities needed to perform…
-

Installing MariaDB and secure it on Debian
MariaDB is one of the best relational databases and we can use it on Debian Linux to host databases for apps, blogs, and websites. In this article we’ll learn installing MariaDB and securing it on…
-

Installing Nginx from source on Debian
Installing Nginx on Debian is easy, but that may be outdated. Since Debian is stable Linux distribution, we cannot blame them for this. That’s why we are going to install Nginx from source on Debian.…
-

Installing latest PHP on Debian
Debian Linux distribution is stable so it is common that most packages it shipped with will be not latest and that’s the reason we’ll be installing latest PHP on Debian. See how: 1. Update the…
-

Installing Let’s Encrypt SSL/TLS certificate on Debian running Nginx
Using Debian Linux and Nginx web server to manage your applications and websites, now it is easy to install free SSL/TLS certificates as Let’s Encrypt enabled us to make website HTTPS enabled. We will be…