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 […]
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 (Phases, Plugins and Goals); how maven can be used as a part of a Java Web Application, and finally create a Spring Boot Application using Maven Build Tool. Let’s start […]
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. Through this article we are going to discuss the steps required to install Bitnami Joomla on CentOS using Bitnami Joomla Stack installer. Download Bitnami Joomla Stack for CentOS Step 1. […]
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 the Web development, depending on the design of the web site, Programmers will decide whether to use Client side scripting or Server side scripting or both. Through this article, we are going to briefly look, how server side scripts works. When we access a […]
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 turn ON or OFF to log this information. Through this article, we are going to discuss, the steps required to turn on or off error log information in Skype for […]
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 – 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. Now, we are going to discuss, creating a web application using Maven; a simple Spring Boot working example. Create a web application using Maven Maven provides us with better options […]
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 to develop & run Spring Boot applications. Spring Boot Environment setup In order to setup the Spring Boot Environment, to develop the applications; below things are required to be installed […]
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 […]