How to write search engine-friendly blogs?
A search engine-friendly (SEF) tutorial is a tutorial that is designed to be easily discoverable and indexed by search engines. This can help improve the visibility and ranking of the tutorial in search engine results, making it more likely for users to find it when searching for related keywords. Here are some tips for creating …
Java simple “Hello World” Program
Here is a simple Java program that prints “Hello, World!” to the console: To run this program, you will need to have the Java Development Kit (JDK) installed on your machine. You can then use the javac command to compile the program and the java command to run it. For example, to compile and run …
Basic JMeter Tutorial
Apache JMeter is an open-source tool used for load testing and performance measurement of web applications. It is widely used in the software industry to test the performance and scalability of web applications and servers under different load conditions. Here is a basic tutorial on how to use JMeter: This is just a basic tutorial …
Install & Configure JMeter
What is JMeter? Per Apache JMeter, “The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance.” It assesses performance of various types of static & dynamic applications. Some of the key features are: – Complete portability, 100% Java purity and full multi-threading framework …
Easiest & Simplest way to setup Web, App & Database (XAMPP)
If you need a web server (Apache), app server (Tomcat) or database (MySQL/MariaDB) for whatever reason, you either install and configure them seperately and go through headach of connecting the to workproperly or you can use XAMPP. What is XAMPP? Step 1: Download XAMPP– Go to Apache Friends and download XAMPP. For this demo, we …
Easiest & Simplest way to setup Web, App & Database (XAMPP) Read More »
Setup & deploy code in Tomcat in 5 minutes
This article shows how to set up Tomcat in Windows for learning & development. There are various ways to configure Tomcat in the local machine. We will show 3 different ways: Method 1 – Windows Service Installer Method 2 – Zip Method 3 – XAMPP Method 1 – Windows Service Installer Step 1:Go to Apache …
Setting up WordPress in your PC – No Hosting Required
This is a step-by-step guide to hosting WordPress on your PC. First, we will setup XAMPP which comes with Apache and MySQL. Then, we will setup WordPress. All the software mention here is open-source/free. Step 1: Download & Configure XAMPP (for Apache & MySQL) Go to Apache Friends and download XAMPP. For this demo, we …
Setting up WordPress in your PC – No Hosting Required Read More »
LoadRunner/VuGen outputs to external files
The following code works with all versions of LoadRunner We will use ANSI C fopen(), fprint(), fclose() functions in the LoadRunner to accomplish that. The followings are signatures of those functions: long fopen( const char *filename, const char *access_mode ) int fprintf( FILE *file_pointer, const char *format_string [, args ] ) Step 1: Open file …
Common Python Issues & Solutions
Problem: Received the following error while activating the python virtual environment… Solution: Relax Windows PowerShell policy