CodeSteps

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

Microsoft Visio – How to enable or disable hardware graphics acceleration?

Hardware acceleration is used to improve performance, to enable to use of the hardware for particular tasks instead of performing the tasks through software. Hardware graphics acceleration is used to perform the graphics-related activities through the hardware; instead of the software. Microsoft Office applications use hardware acceleration to enable to improve the performance of the […]

Load Balancing Pattern – Understanding the mechanism of Load Balancing in Cloud Computing

As information technology grows, and for that raison cloud computing has emerged as a main option for developers in developing a high-performance applications. Throughout time cloud technology has known an increased use of cloud infrastructure which led to implementing a load balancing mechanism in order to optimize the use of resources and improve performance for […]

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 starts with an Introduction In a traditional monolithic architecture, as the complexity of building an application can increase over time. Using auto-scaling feature cannot be a breeze because this type […]

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

Scroll to top