Panduan ini akan membimbing kita membuat sistem realtime monitoring suhu berbasis MQTT. Data dari sensor dikirim per detik via aplikasi smartphone (MyMQTT), kemudian: Disubscribe oleh backend ExpressJS pada Server 1 Disimpan di MySQL pada Server 2...
Project Overview This project demonstrates a complete CI/CD pipeline for a Bank Application using AWS DevOps tools. The pipeline includes: Jenkins for CI/CD orchestration SonarQube for code quality analysis Nexus for artifact repository management...
Prerequisites An AWS account with an Ubuntu instance, Django 5.1.5, Python 3.12.3, PostgreSQL 16.6 installed, and basic knowledge of Python and Django are required. What is Python? Python is a high-level, interpreted programming language known f...
This guide provides a comprehensive overview of setting up a Dockerized Banking Application using both Docker and Docker Compose. It covers the essential steps for deploying the application, setting up MySQL with persistent storage, and organizing se...
I’ve been in the cloud for quite a few years now; and among the most widely adopted and trusted approaches is the multi-tier design pattern. The reason for this? It elegantly divides an application into its core components, making it easier to manage...
Wanderlust Three Tier Application Containerization Deploying a MERN Stack Project Using Dockerfile and Docker-Compose with Jenkins Job Pipeline Trigger from Master on Agents node. Pipeline Script pipeline { agent{ node{ ...
Dockerfile Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an application needs to run. To create these containers, developers use something called a Dockerfile. A Dockerf...
Project Source: https://github.com/rwmotivation/vprofile-project GitHub Repo: vprofile-project Prerequisite To complete this project you should have your lab set up with the appropriate tools. Git Bash or any Code editor of choice Oracle VirtualBox...