© 2023 Hashnode
#nexus
Introduction 👋 Hello everyone! This is a full-stack tutorial on how to build a Sticky Note app using GraphQL, React, and TypeScript. GraphQL is a modern and advanced way of creating APIs that provide…
Introduction Hello again! This article is the second part of a series titled, "Learn Fullstack Web Development with React and GraphQL by building a Sticky Note app". In the first part of the series, w…
Introduction In the previous blog, we learned how to push images to a docker hub repository using a Jenkins pipeline. In this blog, we'll learn how to push images to a docker-hosted repository on Nexu…
This is the part of my Devops learning journey. Setup Nexus Server in DigitalOcean We use Digitalocean for the demo experiments. Environment: Ubuntu 22.10 Size: 8GB / 4 CPUs SSH for connection ap…
Created a new Droplet Before creating a Droplet let's first understand what is Digital Ocean and Droplet. DigitalOcean is a cloud hosting provider that offers cloud computing services and Infrastruct…
What is Blob storage ? When we upload our jar file, components, assets and meta data file to the Nexus repository, they all get stored in Blob store. In simple words, Blob store is Nexus storage to …
What is Artifact ? In DevOps artifact is a by-product produced during the software development process. It may consist of the project source code, dependencies, binaries or resources, and could be rep…