Tuanhdotnettuanhnet.hashnode.dev·Feb 10, 2025Reasons You Should Understand the .m2 Folder and settings.xml in Maven ProjectsSource: Reasons You Should Understand the .m2 Folder and settings.xml in Maven Projects 1. What is the m2 Folder? The .m2 folder is an essential directory in every Maven-based project. It serves as the default location where Maven stores its l...devop
Tuanhdotnettuanhnet.hashnode.dev·Feb 5, 2025Secrets to Effective Memory Management in GraalVM Native ImageSource: Secrets to Effective Memory Management in GraalVM Native Image 1. What is GraalVM Native Image? Before we dive into memory management, it’s essential to understand what a GraalVM Native Image is. Native Image is a technology in GraalVM...memory
Tuanhdotnettuanhnet.hashnode.dev·Jan 21, 2025Managing Configuration in Kubernetes: Understanding ConfigMaps and SecretsSource: Managing Configuration in Kubernetes: Understanding ConfigMaps and Secrets 1. What are Kubernetes ConfigMaps and Secrets? Before diving deep into examples and demos, let's understand what ConfigMaps and Secrets are in Kubernetes and ho...Kubernetes
Tuanhdotnettuanhnet.hashnode.dev·Jan 11, 2025Reasons Why Docker Runs Natively on Linux but Needs Virtualization on WindowsSource: Reasons Why Docker Runs Natively on Linux but Needs Virtualization on Windows 1. Understanding Docker's Architecture Docker is a containerization platform that packages an application and its dependencies into a standardized unit...Docker
Ankit Rajpublishing-nodejs-artifacts-to-nexus.hashnode.dev·Jan 3, 2025🌐 Publishing Node.js Artifacts to Nexus with JenkinsIn this blog, we will walk you through publishing a Node.js artifact to a Nexus npm-private repository using Jenkins. Let’s make this journey simple and enjoyable with step-by-step instructions and some emojis to guide you! 😄 🛠️ 1. Setting Up Jenk...Devops
Mohammed Umarumarcode.hashnode.dev·Dec 14, 2024My Week of Beginner-Level DevOps Projects: A Journey into Automation, CI/CD, and Infrastructure ManagementAs a beginner exploring the world of DevOps, automation, and infrastructure management, I decided to dive deep into a series of hands-on projects this week. Each project was designed to strengthen my foundational skills and give me a taste of real-wo...10 likesDocker
Tuanhdotnettuanhnet.hashnode.dev·Dec 1, 2024Secrets to Choosing the Right Caching Tool in Java with Spring: Ehcache vs. Redis vs. CaffeineSource: Secrets to Choosing the Right Caching Tool in Java with Spring: Ehcache vs. Redis vs. Caffeine 1. Understanding Caching in Java with Spring Caching in Java with Spring is designed to reduce the time and resources required to retr...devop
Tuanhdotnettuanhnet.hashnode.dev·Nov 10, 2024Methods for Understanding How SSH WorksSource: Methods for Understanding How SSH Works 1. What is SSH and Why Does It Matter? SSH, or Secure Shell, is a cryptographic network protocol that provides a secure way to access a remote computer. Unlike older protocols like Telnet, ...devop
Olpu Siva Reddyolpusivareddy.hashnode.dev·Nov 10, 2024Devops Day1What is devops ? At first everyone will say Devops is simple, derived from the words of development and operations. In broader terms we can say it is a combination of Software development and IT operations team. In Simple somebody will say, Devops wi...Devops
Tuanhdotnettuanhnet.hashnode.dev·Oct 13, 20247 Tips to Optimize Your Dockerfile for Faster Builds and Smaller ImagesSource: 7 Tips to Optimize Your Dockerfile for Faster Builds and Smaller Images 1. Start with a Lightweight Base Image Choosing the right base image is the first and perhaps the most crucial step in Dockerfile optimization. A smaller base imag...Docker