@indupillai
Nothing here yet.
Nothing here yet.
A friend of mine is creating Uber-like app for a small company with 200 to 1000 cars. The app will operate in a single city with that number of cars. The app will work like Uber, with user registration, booking a cab, maps, etc. Do you guys think AW...
I accidentally deleted some important image files using the following bash command, while I was trying to rename those files. for file in *.jpg do mv "$file" "${file/*.jpg/$$$.jpg}" done Are these files moved somewhere, got hidden, or completely de...
I know many answers will start with "it depends (on the type of application etc)" that's why I mentioned the dating/social-networking part. I think requests in a dating/social-networking app will come more frequently than some blog or news site, but ...