Columns:
| # | Tweet | User | Followers | Views ▼ | Ratio | Engagement | Posted |
|---|---|---|---|---|---|---|---|
| 1 | [text] DevOps beginner project that actually teaches you something:
Deploy a simple web app to AWS EC2 manually, then automate it:
1. Launch an EC2 instance (t2.micro, free tier)
2. SSH in, install nginx, deploy a static site
3. Configure security groups (port 80, 22)
4. Set up a | @brankopetric00 ✓ | 19.4K | 18.1K | 0.9x | 455 | Mar 11 |
| 2 | [text] DevOps project for learning databases:
Set up PostgreSQL and break it on purpose:
1. Install PostgreSQL on Ubuntu
2. Create a database, insert rows of fake data
3. Write a backup script (pg_dump) that runs nightly
4. Simulate disaster: rm -rf the data directory
5. Restore from | @brankopetric00 ✓ | 19.4K | 12.4K | 0.6x | 267 | Mar 15 |
| 3 | [text] DevOps project that teaches you networking:
Set up a reverse proxy from scratch:
1. Run two simple web apps on ports 3000 and 4000
2. Install nginx, configure it to proxy to both apps
3. Set up different subdomains:
4. Add SSL | @brankopetric00 ✓ | 19.4K | 9.1K | 0.5x | 213 | Mar 13 |
| 4 | [text] DevOps project that teaches you monitoring:
Build a dead simple uptime checker:
1. Write a Python script that pings your website every 60 seconds
2. Log response time and status code to a file
3. Set up a cron job to run it
4. When it fails 3 times, send yourself an email
5. | @brankopetric00 ✓ | 19.4K | 8.9K | 0.5x | 135 | Mar 14 |