Remove Applications Remove Continuous Integration Remove Microservices
article thumbnail

Modernizing Continuous Integration

DevOps.com

In the duality of continuous integration/continuous delivery (CI/CD), CI focuses on build automation. However, the demand for increasingly distributed applications has risen with the expansion of microservices, and development teams have the expectation that every commit […].

article thumbnail

Microservices on AWS [Video]

Dzone - DevOps

In this tutorial, I will explain different CI/CD concepts and tools provided by AWS for continuous integration and continuous delivery. I will be creating a Spring Boot microservice and deploy it to AWS EC2 instances running behind an application load balancer in an automated way using the AWS Code Pipeline.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Microservice Design Patterns for AI

Dzone - DevOps

In the ever-evolving landscape of software architecture, the integration of artificial intelligence (AI) into microservices architecture is becoming increasingly pivotal. This approach offers modularity, scalability, and flexibility, crucial for the dynamic nature of AI applications.

article thumbnail

Deploying web applications on Kubernetes with continuous integration

CircleCI

application on Azure Kubernetes Service. Containers and microservices have revolutionized the way applications are deployed on the cloud. application on Azure Kubernetes Service (AKS) with continuous integration and continuous deployment (CI/CD). application. application lives in the app.js

article thumbnail

Clojure microservices for JavaScript developers

CircleCI

However, building usable microservices has a steep learning curve. This is the first installment in a series of posts that show how to set up a Clojure microservice: High-level differences between Clojure and JavaScript (this post). Creating your first Clojure Microservice. Testing and Continuous Integration.

article thumbnail

Clojure microservices for JavaScript developers part 3

CircleCI

This is the third and final post in a series of posts for JavaScript developers about how to set up Clojure microservices. Creating Your First Clojure Microservice. This feature comes in handy when writing integration tests. Our pipeline has a single job, “build”, which will build our application and then run our tests.

article thumbnail

Scaling Java Microservices to Extreme Performance Using NCache

Dzone - DevOps

Microservices have emerged as a transformative architectural approach in the realm of software development, offering a paradigm shift from monolithic structures to a more modular and scalable system.