index.html

  1. < !DOCTYPE html >
  2. < html >
  3. < head >
  4. < title > Weekly Nerd < / title >
  5. < meta charset = "utf-8" >
  6. < link rel = "stylesheet" href = "/css/style.css" type = "text/css" >
  7. < / head >
  8. < body >
  9. < h1 > All dem stuff < / h1 >
  10. < h2 > Notes from the Weekly Nerd < / h2 >
  11. < ol >
  12. < li > Stephen Hay (Catawiki) - Ux ?= FeD < / li >
  13. < li > Justus Sturkenboom (HvA) - Sketchnotes < / li >
  14. < li > Peter Paul Koch (PPK) - Browser bloat < / li >
  15. < li > Titus Wormer (HvA) - Advanced Git Tips & Tricks < / li >
  16. < li > Bram Duvigneau - Accessibility < / li >
  17. < li > Jasper Moelker (Voorhoede) - DevLovesDes < / li >
  18. < li > Peter Peerdeman (Lifely) - RTW en GraphQL < / li >
  19. < li > Niels Leenheer (HTML5test) - Obscure browsers < / li >
  20. < li > Nick de Bruijn - Een eigen bedrijf door en met CMD'ers < / li >
  21. < li > Guido Bouman (Q42) - Interaction Engineering < / li >
  22. < / ol >
  23. < h2 > Medium Articles < / h2 >
  24. < ol >
  25. < li > Article 1 - My write up of CSS Day Conference ‘17 < / li >
  26. < li > Article 2 - Back to JS Basics < / li >
  27. < li > Article 3 - Using GitHub as a team < / li >
  28. < li > Article 4 - Building conversational UI demystified < / li >
  29. < li > Article 5 - The definition of APIs < / li >
  30. < / ol >
  31. < / body >
  32. < / html >