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
Tuanhdotnettuanhnet.hashnode.dev·Sep 28, 2024What is Service Mesh?Source: What is Service Mesh? 1. Understanding the Concept of Service Mesh A service mesh is an infrastructure layer that controls communication between microservices in a distributed application. It provides a way to manage a high volume of ...devop
Mohammed Umarumarcode.hashnode.dev·Sep 28, 2024This Week, I Have Finished My Ansible Mastery!I am very happy to announce that this week has marked the end of my journey into learning Ansible as a self-taught developer! 🌐✨ It was challenging yet fulfilling diving into this great automation tool, and I would like to share some of my achieveme...10 likesansible
Tuanhdotnettuanhnet.hashnode.dev·Sep 20, 2024What is the difference between PaaS and SaaSSource: What is the difference between PaaS and SaaS 1. What is PaaS? Platform as a Service (PaaS) is a cloud computing model that provides a platform allowing customers to develop, run, and manage applications without dealing with the underly...devop
Tuanhdotnettuanhnet.hashnode.dev·Sep 7, 2024How to Set Up SSL: A Step-by-Step GuideSource: How to Set Up SSL: A Step-by-Step Guide 1. Understanding SSL and Its Importance SSL certificates encrypt data transmitted between your server and users, ensuring that sensitive information like login credentials and payment details rem...devop