shlogg · Early preview
Osagie Anolu @nolunchbreaks

Software Engineer

Building Real-Time Weather Data With AWS S3 & OpenWeather API

Built a Weather Data Collection System using OpenWeather API, AWS S3 & automated data collection. Learned DevOps practices like API integration, cloud storage management & environment variable security.

Mastering Bash Scripting And Cron Jobs For Automation

Master Bash scripting & Cron jobs for task automation in Unix-like systems. Learn if-elif-else statements, variables, arrays, and scheduling with Cron to automate routine tasks and improve workflow efficiency.

Basic Shell Scripting With Bash

Bash scripts use variables to store & manipulate data. Examples: string vars ("John Doe"), int vars (age=30), array vars (fruits=("apple" "banana")), assoc arrays (person["name"]="John Doe") & more!

Platform Engineering Revolutionizes Software Development And Security

Platform engineering revolutionizes DevOps with 80% of global orgs having dedicated teams by 2026. It's not just about building software, but also about security, reducing breach risks by 31%.

Containerizing A Three-Tier Application With Docker Compose

Containerize full-stack app in 10 steps: React frontend, Node.js backend, MySQL database. Use Docker Compose for orchestration. Follow our hands-on guide for a seamless deployment experience.

Deploying A Landing Page On AWS EC2 With SSL Certification

Deployed landing page on AWS EC2 with SSL & custom domain. Used HTML, CSS, JS, Apache, and Certbot. Key takeaways: plan ahead, security first, monitor regularly. Next steps: CDN, server monitoring tools, backup automation.

Linux 6.13 Kernel Features And Optimizations

Linux 6.13-rc1 introduces significant improvements across multiple subsystems, including AMD's 3D V-Cache Optimization, EPYC 9005 "Turin" Support, and Rust Integration.