Nikunj Vaishnavdevcloudjourney.hashnode.dev·Nov 16, 2024Complete Jenkins CI/CD Project - Continued with DocumentationWanderlust Three Tier Application Containerization Deploying a MERN Stack Project Using Dockerfile and Docker-Compose with Jenkins Job Pipeline Trigger from Master on Agents node. Pipeline Script pipeline { agent{ node{ ...DiscussDevOpsTrainWithShubham
SVG NesteryforSVG Nesterysvgnestery.hashnode.dev·Nov 11, 2024Sunday Bright Font Free by svgnestery | Nov, 2024Unlock Your Creativity with Sunday Bright Font: A Playful Touch to Your Designs In the vibrant world of graphic design, the right font can transform a simple layout into a captivating masterpiece. Enter Sunday Bright, a delightful groovy font that ch...Discuss80s
LushKitsforLushKitslushkits.hashnode.dev·Nov 9, 2024Unleash Creativity with Sunday Bright Font for Fun DesignsUnleashing Your Creativity: The Sunday Bright Font for Playful Designs When it comes to design, the right font can transform an ordinary project into an eye-catching masterpiece. Whether you're crafting a book cover, designing a poster, or creating m...Discuss70s
SVG NesteryforSVG Nesterysvgnestery.hashnode.dev·Nov 9, 2024Elevate Your Style: Bomb Nurse Wavy SVG T-Shirt DesignElevate Your Wardrobe with the Somebody’s Bomb Nurse Wavy SVG T-Shirt Design Are you a proud nurse or know someone who is? Show off your passion for nursing in style with the trendy Somebody’s Bomb Nurse wavy SVG t-shirt design. This design not only ...DiscussBundle
HueFoxforHueFoxhuefox.hashnode.dev·Nov 8, 2024Video Font FreeElevate Your Designs with Video Font: The Ultimate 3D Typeface In the world of design, typography can make or break your visual storytelling. Enter Video Font, an exciting 3D font family that promises to elevate your creative projects to a whole new ...Discuss3d
Himanshu Tripathitrihims.hashnode.dev·Sep 29, 2024Upgrading to spring boot - 3.2.x with Groovy 4Our projects were running older version of Spring-boot, Spring-boot 2.5.14 with java11 (JDK 11). We were planning to stay that way as upgrading would divert resources that could have been used in fulfilling the client requests. We employed AWS inspec...Discuss·30 readsSpringboot
Shivanshu Semwaltotoro.hashnode.dev·Aug 28, 2024Step-by-Step Guide: Using Groovy Scripts in SAP CPI MappingsIn SAP CPI when you use mappings to transform xml from one structure to another structure. While transforming you can perform operations on the elements, like splitting and concatenating and changing their format. Some of these functionality is provi...Discusssap-cpi
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Aug 12, 2024Complete Jenkins CI/CD Project #Day-24Wanderlust Three Tier Application Containerization Deploying a MERN Stack Project Using Dockerfile and Docker-Compose with Jenkins Job Pipeline Trigger from Master on Agents node. Pipeline Script pipeline { agent{ node{ ...Discuss·2 likes·42 readsDevOpsTrainWithShubham
Shivanshu Semwaltotoro.hashnode.dev·Aug 1, 2024Practical XML Manipulation with Groovy: Common ExamplesIntroduction To parse xml in groovy there are two options available XmlParser which returns a Node objects when parsing XML XmlSlurper which returns GPathResult instances when parsing XML. It evaluates the structure lazily. So if you update the xml...Discuss·1 likegroovy
Anilanildev.hashnode.dev·Jun 27, 2024Groovy TheoryA multi-facated language for Java Platform Groovy is powerful and optimised, featuring dynamic typing along with static typing and static compilation capabilities. A language integrated smoothly with Java program, and immediately deliver to your ap...Discussgroovy