Ada's Programming Notebook

Ada's Programming Notebook

Follow
homeSeriesbadges
Tag

Devops

#devops

More content

Read more stories on Hashnode


Articles with this tag

CI with Snyk using GitHub Actions

Dec 24, 20216 min read 312 views

GitHub Actions can be used as a CI tool for building, testing and deploying our code. With the aid of Synk, it can also automate the process of...

CI with Snyk using GitHub Actions

Dockerizing a Node.js web application

Dec 18, 20211 min read 272 views

In this article, I would like to document how I dockerize my portfolio web site, which is a Node.js application. ยท Build the Node.js application Firstly,...

Dockerizing a Node.js web application

Running Microservices in Docker

Dec 17, 20212 min read 160 views

Today, I managed to run my microservices in docker environment successfully. Build the microservices I have written four microservices using Spring...

Running Microservices in Docker