Posts

Showing posts from May, 2021

Introduction to Docker

Image
What is Docker ?? Docker is a Linux-based, open-source containerization platform. This containerization platform used to build, run, and also use in package applications for using containers by developers. Compare to other virtual machines, the Docker container provides: Interoperability Efficient in build and test OS-level abstraction with optimal resource usage Provide faster application execution Mainly, Docker containers divide and modularize an application's functionality into multiple components to do the deployment, testing, or scaling them independently when needed. For example, if we take Docker as a containerized database of an application, with a framework that can scale and maintain the database independently from other components in the application without the impact of the other critical systems with their workloads. Components of a Docker Architecture Docker contains the different 4 components mentioned below, within its core architecture : Images Containers Register

Introduction to Maven

Image
Maven is a   software project management and comprehension tool.   Maven can manage a project's build, reporting, and documentation from a central piece of information, b ased on the concept of a project object model (POM). What is Maven? The meaning of the Maven is an accumulator of knowledge. Maven began for the Jakarta Turbine project in an attempt to simplify the build processes. The project with their own Ant build files is also slightly different. CVS was checked into by JARs.  To build standard way projects,  need a clear definition of what the project is consists of, an easy way to publish the project information, and also need a way to share the JRAs across several projects. This is a tool that can be used for developing and also managing any Java-based project. Maven help java developers in an easy and general way to understand any Java-based project. Maven's Objectives The main goal in Maven is to allow the developers to comprehend the absolute state of a development