CodeSteps

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

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, before start this topic, I want to shed some light on the Layered Architecture. What’s a Layered Architecture? Layered Architecture is a pattern used to build web applications despite of […]

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 […]

Scroll to top