The first line of code written I have written was in Java.
public class FirstCode {
public static void main(String[] args) {
System.out.println("Hello world!!!");
}
}
Though I did not understand a word back then, I was really happy that I was able to make my computer say Hello world!!! and that's it, I chose Computer Science.
The best way to be good at something is to build something using that language no matter how small the project is.
- Build a simple calculator app to understand Java.
- PHP, helped me to build an Attendance management system for my school which paved a way for my first job at UniCourt Inc.
- I wanted to move towards front end development and that's how I entered the world of JavaScript.