I'm excited to create a digital archive to preserve my family's photos, films, and collections. As a complete beginner, I want to implement a custom tagging system to sort these assets based on specific parameters. My goal is to keep it as a standalone application on a local server, but I'm also considering a website option if I can secure it effectively against potential threats. What programming languages should I start learning for this? What options do I have to achieve my desired setup?
3 Answers
Storing everything locally is definitely a smart move for both security and cost. There are open-source solutions out there that can help you with tagging and organizing your data without starting from scratch. If you still want to dive into building it yourself, you might want to look into using React for the frontend and pick a backend option you feel comfortable with. Just remember, using existing software can save you a lot of headaches compared to reinventing the wheel from day one.
That sounds like a really cool project! But as a newbie, it might be a bit overwhelming to tackle everything at once. Why not try existing photo management software first? You can explore their features to understand what you really need before deciding whether it's worth spending months learning to build something custom.
You're venturing into competitive territory with giants like Google and iCloud already offering similar services. But if your focus is on creating a user interface that links images—like tagging them with names—it could be rewarding. Just be mindful of any legal aspects that might arise from trying to replicate what those services do.

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