shlogg · Early preview
Joseph Ibeh @joseph-ibeh

Cloud & DevOps Engineer

NBA Game Day Notification System With AWS Lambda, SNS & EventBridge

Create an NBA Game Day notification system with AWS Lambda, SNS & EventBridge: Fetch NBA data, send real-time updates via email, automate with scheduled rules.

Improving AWS S3 Bucket Setup With Python

Set up AWS S3 bucket to store weather data from OpenWeatherMap API. Install boto3 & requests, set up AWS CLI & S3 bucket, get OpenWeatherMap API key & create Python script to fetch & upload data.

Understanding Linux OS, Types & Distributions For Beginners

Linux is an open-source OS that powers everything from smartphones to data centers, freely available & customizable, with popular distributions like Ubuntu, Debian, Fedora & CentOS/Red Hat.

Building A Scalable Web Server From Scratch On AWS

Building a web server from scratch on AWS using Ubuntu, Apache & SSL encryption. Follow these steps: Provision a Linux server, install Apache, deploy custom HTML landing page & secure with SSL.

Setting Up Multi-VM Environment With Vagrant And VirtualBox

Create multi-VM setup with Vagrant: 2 web servers & 1 database server using Ubuntu 20.04, automate provisioning with shell script.