May 28, 2025 路 8 min read 路 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...
Join discussionApr 1, 2025 路 14 min read 路 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...
Join discussion
Feb 13, 2025 路 8 min read 路 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...
Join discussionOct 27, 2024 路 4 min read 路 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...
Join discussion
Sep 23, 2024 路 4 min read 路 I鈥檝e 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...
Join discussion
Aug 12, 2024 路 3 min read 路 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{ ...
Join discussion
Aug 11, 2024 路 3 min read 路 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...
Dpriyadarshi commented
Jul 25, 2024 路 11 min read 路 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...
BBrooklyn commented