Tarique Ali Mirza

61
reputation
5

Learner, Teacher, and coder. My programming started like:

    System.out.println("Hello World, from school!") // Good old Java!
    printf("Hello World, from college!"); // C programming, 1st year engineering
    std::cout << "Hello world, from college!" << std::endl; // C++, 1st year engineering!
    print "Hello", "World", "from college!"   // Self learning, python 2.x
    print("Hello",  "World!", "from college!") // Self learning, python 3.x
    console.log("Hello to the web!"); // Self learning, javascript & jQuery
    require("express")().get("/", (req, res) => { res.send("Node/Express server in a line!") }).listen(3333)
    public class MainActivity extends AppCompatActivity{...} // Android development in Java
    System.Console.WriteLine("Desktop development using C# and WinForms");
    class MainActivity : AppCompatActivity(){...} // Android development in Kotlin

I have also learned a bit of PHP, Ruby, LUA, etc. Oh and I also got a Front End Web Development Certification from Freecodecamp around 2017. Let's see how much more I can learn before I take an exit.

Thanks for reading!