+ 1
Any tips for Web based applications development?
which language do you think is the most preferable for developing Web based Applications? I personally use php (laravel).
1 Answer
0
Most the web is using php. Are you a beginner? You use php and laravel so I imagine you have some experience with building apps already. Maybe build something that uses some APIs you've not used before. Try out integrating a billing system like stripe into a fake service app. They have test api keys so you can see whether or not the "new(fake)" user account is a paying one or not. Once you've done that, try building it up and adding a subscription to the billing and so on. If that's too much for you, just build a calculator, a web scraper, a network or port scanner... the list is pretty immense. Get imaginative.