DEV Community

Discussion on: New to Coding

Collapse
 
weldersnation3827 profile image
PYro-Dev

I have Visual Basic, Python3, Java, Im just messing around atm trying to remember basic git commands, next step is going to try and learn how to compile and run source code.

I am interested in Developing Apps and also learning to do some network sploiting

I work for the Us Army as a 97 Bravo and I do have a lvl 2 security clearance with DODAS but we never got this deep into coding

Collapse
 
walkhard13 profile image
Phillip Smith

I admire you're interest in learning more. However; you should not advertise your security clearance, MOS, or location. Please be more careful with that type of information.

Collapse
 
weldersnation3827 profile image
PYro-Dev

Gotcha

Collapse
 
bernardbaker profile image
Bernard Baker

Setting up Java can take a bit of work.

If you want to write and compile code in java download a Java SDK.

You'll need the javac and java commands. And always start with a hello world example.