I started my career with PHP. So, my first app was a small bot written in PHP that used to search movie names and crawl corresponding WikiPedia pages. Its job was to extract all the relevant movie details like Name, Release Date, Cast, Budget etc from the WikiPedia page and populate my local MySQL database. Then I created an HTML page that would make an AJAX request to retrieve the movie details.