Skip to content

Instantly share code, notes, and snippets.

View MWins's full-sized avatar

Malcolm Winslett MWins

View GitHub Profile
@MWins
MWins / frontendDevlopmentBookmarks.md
Created August 18, 2016 10:08 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.
@MWins
MWins / php-interview.md
Last active January 27, 2017 20:43 — forked from messified/php-interview.md
PHP Developer Interveiw Questions - date unknown

##PHP Developer Interview: What you should know

  1. What’s the difference between " self " and " this " ?
  2. What is a " Static Class "? Why use it?
  3. What is a Closure?
  4. Describe the difference between Public, Protected, and Private.
  5. What is dependency injection? Why is used? How does it relate to Composition?
  6. What does “ &= “ mean, and what kind of operator is it?
  7. Explain Abstract Class?
  8. What is a natural join? What is a Left or Right join?