Blog

How To Setup GeoBlocking On Amazon Lightsail Server

When you are running a web application, it is always advisable that you monitor the incoming requests. Practically speaking if you check the web server logs, you will notice that most of the time your web server is getting hit by random IP address from all around the world. So you might consider to restrict […]

How Blockchain Technology Works: A Beginner’s Guide

Blockchain seems complicated, and it definitely can be, but its core concept is really quite simple. Don’t be spooked by the technobabble that people use to describe “blockchain.” A blockchain is just a database. In simple words – A Blockchain is like a diary that is almost impossible to forge or tamper. In Technology terms […]

How To Setup OWASP ModSecurity CRS On AWS Lightsail WordPress Server

In my previous article, I explained the importance of ModSecurity module & how to set it up on a WordPress server running on AWS Lightsail. There us absolutely no doubt that ModSecurity acts as the initial line of defence to protect your website from various malicious web attacks. But ModSecurity alone is not enough to protect […]

How To Setup ModSecurity On AWS Lightsail WordPress Server

With the power of cloud and modern technologies, launching and running a personal wordpress website has become a piece of cake. A perfect example is running WordPress Bitnami stack on Amazon Web Services Lightsail service. But painfully it also means that these new advanced tools and technologies have open up a lot new avenues for […]

How To Build Your Own CI-CD Pipeline For Free: A Hands-On Guide For Beginners

The feeling of shipping a code is great. But if the code is never executed for users, then it is no more than a (digital) waste product. To prevent this, modern software developers ship functionality to their users in short iterations and small increments. This is where CI CD Pipeline comes into the picture. Continuous […]

Scroll to top