The Most Viewed Videos of all Time
Welcome
Login / Register

Top 10 Server Security Tips for Beginner Web Developers

Thanks! Share it with your friends!

URL

You disliked this video. Thanks for the feedback!

Sorry, only registred users can create playlists.
URL


Added by Admin in Top 10
28 Views

Description

Learn all about my Mentoring program:
https://studioweb.com/mentoring/

Server and Web Site Security:

1. Firewall the crap out of your server. Lockdown all ports except what is absolutely required: 80
2. Minimized database access points - obfuscate WHERE the database is accessed.
3. Be sure ALL SQL statements are cleaned. SQL injection protection.
4. Have very clean, modular, fined-grained code - much harder to hack.
5. Have ACTIVE firewall rules to prevent multiple attacks - a good firewall application should have that ability.
6. Have ACTIVE rules (and processes) in your app’s code to block multiple attempts.
7. Make it policy that users have to use hard-to-crack user passwords, and if possible, user names. For example, the administrative should NOT have user name: ‘admin’ or ‘administrator’!
8. If it makes sense, use 2-factor authentication.
9. All connections under SSL.
10. Use managed servers who spend all their time managing and patching servers.

Two cool books for programmers and people new to code:

Refactoring: Improving the Design of Existing Code - for intermediate level programmers:
https://amzn.to/3a9nSsZ

My book! Web Design Start Here - for total beginners:
https://amzn.to/2wKsVTh

My popular courses:
Interactive full stack web developer course: https://school.studioweb.com/store/course/complete_web_developer

Learn Python 3 fast: https://school.studioweb.com/store/course/beginners_python_3_&_career_paths

My business courses:
Complete Freelancer: https://school.studioweb.com/store/course/complete_freelancer

Complete Entrepreneur: https://school.studioweb.com/store/course/complete_web_entrepreneur

Sign up to my Need2Nerd Newsletter for exclusive nerd content that everyone loves: https://www.need2nerd.com/

My new business channel StudioWeb:
https://www.youtube.com/channel/UCZdr0ql_B240VBVINAX7Acg

Experienced one of my courses? Please leave a Google review:
https://g.page/studioWebedu/review?mt

My social links:
Instagram: https://www.instagram.com/stefanmischook/?hl=en
Twitter: https://twitter.com/killersites

Thanks!
Stef

Post your comment

Comments

Be the first to comment
RSS