tech/webdev magazine

November 2, 2015

Instantly Set Up a Tor Proxy on a Raspberry Pi with a Script

Monday, November 02, 2015 Teklinks

We’ve seen that it’s pretty easy to set up a Raspberry Pi as a Tor proxy before, but it takes a bit of know-how and time to get one up and running. If you’re looking for an easy way out, GitHub user CMoncur wrote some scripts to automate the process.

Full article

minimaxir/big-list-of-naughty-strings

Monday, November 02, 2015 Teklinks

The Big List of Naughty Strings is an evolving list of strings which have a high probability of causing issues when used as user-input data. This is intended for use in helping both automated and manual QA testing; useful for whenever your QA engineer walks into a bar.

Full article

Angular 2 Preparation: Killing Controllers

Monday, November 02, 2015 Teklinks

Controllers are dying. The migration path doesn’t even make a reference of them. Once controllers were a cornerstone of Angular. Now we’re all trying to sweep them under the carpet. The question that bothers me is what can you do today to make your life easier once Angular 2 is out.

Full article