You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dockerized environments for diverse applications — from simple setups to full-stack projects with frontend, backend, and databases. Simplify development and deployment across various technologies with containerization.
A step-by-step guide for deploying an open-source Node.js application using Docker on a local machine. It includes clear instructions and best practices to help you containerize and run the app efficiently in a local development environment.
A NestJS application designed for batch processing of blockchain transactions, including sending coins and tokens, and retrieving gas estimation data. Built using Clean Architecture principles for modularity and scalability. Features a well-defined structure with separate layers for application logic, business logic, and infrastructure concerns
Esta aplicación tiene como objetivo ejemplificar el uso de Github Actions para la autocreación y publicación de una imagen Docker basada en un proyecto.
This project demonstrates the implementation of a complete DevOps lifecycle, integrating development, testing, CI/CD automation, and monitoring using tools like Spring Boot, Angular, Jenkins, Docker, and Grafana to deliver a high-quality application.
This project automates the build and deployment pipeline using GitHub Actions for a Node.js and Angular-based application. It builds a Docker image, scans for vulnerabilities, and pushes the image to DockerHub.
A guide on how to get started with using Docker Image, Container and Repo. Furthermore, building it on NodeJS application and pushing the code to Docker Hub. Docker will create containerized applications that run on any type of environment that have all the dependencies within it.