networks and express Route VPNs this morning! It will be a mountain to climb since I'm still going over the fundamental courses in azure but I'm so in for the climb!Once I have this working I will reply back to share the results and challenges along the way!Best Regards,Emre...
Thanks for that--my hosts file had an entry I'd added a while back while trying to route around something involving accessing my modem (I'd explain more, but I honestly don't remember). I've removed it so that the hosts file is back to the default shown in that link. Crossing my ...
A microSD storage card - You might have a camera that has one of these, but I didn't. I got mine off of Amazon for $9 USD. A microSD Card Reader - Most microSD cards come with an adapter, but you will also need a microSD card reader because you need to write to it. Got ...
you code in Obj-C or Swift. Both of these are powerful but complex languages.With Cordova (and Ionic) you can write a single piece of code for your app that can run on both iOS and Android(and windows!), that too with the simplicity of HTML, ...
Logic and runtime errors are more difficult to spot, though the following development techniques can help: Use Test-Driven Development:TTD encourages you to write tests before a function is developed, e.g. X is returned from functionY when Z is passed as a parameter. These tests are run du...