CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

How to install Bitnami Joomla on CentOS?

Bitnami Joomla stack contains a package of applications or components to create a complete platform to run the Joomla application. It is a one-click installation for Joomla. Through this article, we are going to discuss the steps required to install Bitnami Joomla on CentOS using the Bitnami Joomla Stack installer. Download Bitnami Joomla Stack for […]

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 I set to my user accounts; and none of them were matched to login into my System. Finally, I reset my password, using Boot options. And I would like to […]

How Server side scriptings works?

Server-side scripting, we use to develop Dynamic Web pages. During Web development, depending on the design of the website, Programmers will decide whether to use Client side scripting Server side scripting, or both. Through this article, we are going to briefly look, at how server-side scripts work. When we access a website from our Computer, […]

Spring Boot – Work with data – MongoDB

Data plays a crucial role in today’s world; from accessing, persisting, and analyzing it, to effectively using the information for better results. In our previous article, we have created our first Spring Boot application. Through this article, we will look at how Spring Data MongoDB makes, work simple when it comes to Data Modeling. It […]

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 helps in the creation of standalone, production-ready applications easily; use of annotations, simplify setting up and configuring the services. Spring Boot provides us with a modern pattern for developing web […]

C# – How to use CheckedListBox control?

CheckedListBox control allows selecting multiple options from the ListBox. It is basically a ListBox control; with the additional feature, in which a check box is displayed for each item to allow the user to select the option. ListBox control allows us to select multiple items from the list; but, in CheckedListBox , we call it […]

Scroll to top