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

General Discussion

Staying safe with web development How do I stay away from malware and spyware when developing web apps

I am running windows 10 (I am guessing this is the problem). I ran malwarebytes after I downloaded postgresql and found a trojan . I want to make sure I do not get any malware or spyware in the future. How could I do so? Should I be developing on linux?

1 Answer

If you download postgresql from a trusted source (https://www.postgresql.org/download/), I highly doubt that was the source of your malware. You don't have to do anything special to stay secure as a web developer. Know how to properly configure your router's firewall.

...but that stills means there's still all kinds of stuff you have be wary of just being a computer user.

I'd start with some common sense rules like these: http://lifehacker.com/top-10-tech-security-basics-every-person-should-follow-1767148925

There's countless tomes on the internet and in print that go as deep as you want to go on these topics.