I'm looking for a meaningful cloud computing project for my final-year dissertation. I'd like to address a genuine real-world problem rather than build something that only sounds impressive or relies on vague AI claims. I'm currently short on ideas, so I'd appreciate suggestions based on practical cloud challenges or problems that could be solved with a well-designed project.
2 Answers
You could also explore a more research-focused problem, such as security-aware workload placement across multiple cloud providers, fault-tolerant distributed storage, or dynamically moving workloads between local infrastructure and the cloud as demand changes. Another option is a service that schedules GPU workloads in the cloud. These are stronger choices if you have enough time to build a prototype and evaluate performance, cost, reliability, or security.
If you want something achievable but still useful, build and document a complete CI/CD platform for a serverless web application. You could include automated testing, deployment pipelines, object storage, a NoSQL database, monitoring, logging, rollback support, and infrastructure-as-code. It’s a practical project that demonstrates several important cloud skills without becoming too theoretical.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically