Ankita Lunawatcloudhub2295.hashnode.dev·Dec 2, 2024Using Open Telemetry Java Agent to Instrument a Java Application with MavenOpenTelemetry is an open-source observability framework that helps you instrument your applications to generate telemetry data (traces, metrics, and logs). By instrumenting your Java application with Open Telemetry, you can gain valuable insights int...DiscussOpenTelemetry
Ankita Lunawatcloudhub2295.hashnode.dev·Nov 27, 2024Build and Manage your Java projects using MavenMaven is a powerful build automation tool primarily used for Java projects; it manages the build process, dependencies, and packaging of your project. Prerequisites AWS Account with Ubuntu EC2 Instance. JDK, Maven installed. Update the package li...DiscussJDK
Bittu Sharmabittublog.hashnode.dev·Nov 25, 2024The Beginner's Guide to Maven: Learn and ImplementMaven is a powerful build automation and dependency management tool used primarily for Java projects, although it can be used for projects in other programming languages as well. It provides a comprehensive set of features to help manage the software...Discussmaven
Shubham Tawareshubzz.hashnode.dev·Nov 16, 2024DevSecOps in Action: How to Secure Your CI/CD PipelineIn this blog, we’ll explore how to incorporate essential security practices into the CI/CD pipeline to create a secure, efficient, and resilient software delivery process. With a DevSecOps approach, security checks are embedded early in the pipeline,...Discuss·2 likes·118 readsKubernetes
Muhammad Hassanprojects.hassandevops.site·Nov 13, 2024How to Run a Maven Project Locally and with Docker Using a Multi-Stage DockerfileIf you're working with Java applications, Maven is a popular choice for managing dependencies and automating the build process. Once you have a working application, you may want to containerize it using Docker, which can make deploying your app more ...DiscussDevops
Birks SachdevforfreeCodeCampfreecodecamp.org·Nov 12, 2024How to Build Multi-Module Projects in Spring Boot for Scalable MicroservicesAs software applications grow in complexity, managing scalability, modularity, and clarity becomes essential. Spring Boot’s multi-module structure allows you to manage different parts of the application independently, which lets your team develop, te...DiscussSpring Boot
Parth Sikkaspotify-playlist-through-terraform.hashnode.dev·Nov 11, 2024Building a Complete CI/CD Pipeline: Git ➔ Jenkins ➔ Docker ➔ DockerHub ➔ KubernetesIntroduction: In this post, we’ll walk through creating a full CI/CD pipeline to automate deployments from code in Git to a live application on Kubernetes. We’ll cover each step: setting up Jenkins, configuring Docker images, pushing to DockerHub, an...DiscussInfrastructure as code
Rohit Jangradevops-docker.hashnode.dev·Nov 4, 2024Master Maven for DevOps: A Step-by-Step Guide from Beginners to ExpertsIf you're diving into DevOps, you've likely come across Maven—a powerful build automation tool primarily for Java projects. In this guide, I’ll walk you through the essentials of Maven, from setting it up to using it in CI/CD pipelines. 🚀 Introducti...Discussmaven
Oussama Chahidiwevdevblog.hashnode.dev·Nov 1, 2024Spring Boot Swagger Integration GuideSwagger is an essential tool for building and documenting APIs, providing a clear structure and interactive interface that simplifies development and integration. When paired with Spring Boot, it enables the rapid creation of RESTful APIs with seamle...Discuss·1 likeSpringboot
Evaldas Visockashashnode.programmersdiary.com·Nov 1, 2024Catching up with tests in Programmers' diary projectHi. This is the twenty-first part of the diary about developing the “Programmers’ diary” blog. Previous part: https://hashnode.programmersdiary.com/security-library-and-redis-in-blogging-microservices. The open source code of this project is on https...DiscussSpringboot