Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

Sys Ops

Hello,

at the end of the build a social network with flask, how to win friends section, there is a video called 'suggestions'. In this Kenneth states that there are further things do to, beefing up security etc, but that would require going into sys ops.

Can someone, elaborate on what he means by this? I have obviously done a quick internet search for 'sys ops', but this seems like quite a large field.

Perhaps someone can make this foray a little easier?

1 Answer

Kenneth Love
STAFF
Kenneth Love
Treehouse Guest Teacher

You'd want to set up a real database (MySQL or, preferably, PostgreSQL), lock down your server so it's not easy to attack, make sure you had backups running, probably a cache to serve your non-time-sensitive content. A CDN for static assets would be a good choice, too. You'd probably want user levels and good policies about what each level is allowed to do (for instance, users can't delete other users).

That's just what I can think of a year later

Thanks Kenneth,

appreciate the guidance, are there any references you would recommend to explore what you have suggested further, aside from the real database part, and the user roles/levels?

James