4

What are you going to say when you'll know a more than 1yr experienced web developer working in PHP and MySQL does not know about indexing column in MySQL and submitting registration form (includes password) in GET?

Comments
  • 1
    🤔 I read this 3 times not sure what to reply
  • 0
    @Alice what I think he means by it is that GET displays form data in the URL, which is consider unsafe and normally done therough post.

    Other than that I had a hard time trying to understand this.
  • 1
    That developer had not indexed any column in any table. I got to know about it when my boss told me that guy had developed one website which is taking lots of time to load. He was trying to join two tables with more than 100K rows with no indexed columns.

    When I asked that guy why aren't you indexing those columns, he's asking what's indexing. How come a more than 1yr experienced guy using MySQL everyday doesn't know about indexing!!!
  • 0
    Who the hell submits password in GET? Does he/she even know about HTTP request types?
  • 0
    @shubhadeepb I checked the login form, it's in POST. So I can assume he knows of different types of HTTP request, but not their usage.
  • 0
    @Alice oh no no I was not questioning your knowledge, I know you know this. I honestly thought you could not understand his wordings
Add Comment