Building a Real-Time Wireless Access Points Monitoring System Using Python and RabbitMQ

Introduction In this post, we’ll take you through the process of building a real-time monitoring system for wireless access points (APs) using Python. The system comprises two applications: We use RabbitMQ as the messaging broker between these applications to facilitate reliable and scalable communication. Additionally, Docker is used to containerize the applications for easy deployment

Deploying a Spring Boot Application with PostgreSQL Using Docker, GitHub Actions, and AWS EC2

In this blog post, I’ll walk you through a complete guide on how to deploy a Spring Boot application with PostgreSQL as the database using Docker, GitHub Actions for CI/CD, and an AWS EC2 instance for hosting. This approach automates the entire process, from building the application to deploying it on a remote server. Prerequisites