C# – How to use TrackBar control?
TrackBar control is one of the useful user interface control, commonly used to select a value from the given range, by using it’s slider (or...
Python – Modules – A quick walkthrough
When we write a Python program and save that program into a file, we can call it as a Module. A module in Python is...
Microservice Architecture – Service Discovery Pattern
Through this article we’re going to discuss, one of the most vital components of a microservice architecture, which are Service Discovery and Service Registry. Let’s...
Microservices – Understanding Microservices Architecture
In this article, we’re going to discuss; the Microservices Architecture, compare Monolithic vs Microservices Architectures and learn when to opt for a Microservices Architecture. But,...
Maven – Understanding maven build life cycle
maven is a build automation tool, mainly used for Java projects. Through this article, we are going to discuss on; the core features of Maven...
How to install Bitnami Joomla on CentOS?
Bitnami Joomla stack contains package of applications or components to create a complete platform to run Joomla application. It is a one-click installation for Joomla....
Ubuntu – How to reset administrator password?
After few weeks of gap, I tried to login into my Ubuntu System. Unfortunately, I forget the password and I tried with different passwords, usually...
How Server side scriptings works?
Server side scripting, we use to develop Dynamic Web pages. During the Web development, depending on the design of the web site, Programmers will decide...
Skype for Business – How to turn on Error logs?
Error log information is very useful, to understand & resolve any issues with the Applications. Usually, Applications logs error information and also provide options to...
Spring Boot – Create a web application using Maven – Our First Application
Through the series of articles; so far, we discussed about an overview of Spring Boot and setting up a development environment to build the applications....
Spring Boot – Setting up a Development Environment
In our previous Article, we have discussed an overview of Spring Boot. Through this article we will learn about, setup an environment which allows us...
Spring Boot – An Overview
In this article let’s discuss the overview of Spring Boot. It is lightweight to Spring Framework. Spring Boot helps in simplifying the development process. It...
How to fix “WordPress has detected that your site is running on an insecure version of PHP”?
When I open my WordPress site, I saw below message on the Dashboard. Initially I do not understand what exactly it is, and the way...
C# – How to use ColorDialog?
ColorDialog is one of the common dialog in .Net Framework; used to display the available colors and also allows us to define custom colors. Through...
C# – How to use PictureBox control?
PictureBox control is used to display the picture. Once we place the control on Windows Form, we need to set the right properties to load...
Google Chrome – How to “start or stop automatically reporting errors and crashes”?
Google Chrome is one of the best browsers, people use to browse the internet. To provide more features & to improve performance of the browser;...
C# – How to create Button control dynamically?
C# allows us to create the controls dynamically, and place them on Windows Forms. Through this article, we are going to create a Button control...
C# – How to use Button control?
One of the mostly used control in Windows Forms is the Button control. We use Button controls, to take ‘click’ input from the User. The...
Node.js – Errors – How do we handle errors (Error handling)?
Errors occur when something went wrong, during the Program execution. There are different types of errors and these should be handled properly in the program...
WordPress – How to fix “blog post showing extra HTML code after AddThis plugin activated”?
When I installed AddThis Share buttons plug-in in one of my WordPress site; and once I have activated it, I saw extra HTML code in...
C# – How to fix “Action being performed on this control is being called from the wrong thread”?
When we populate the data in the control, if the data is big, usually we put the data population logic in the thread to execute...