Contact Subscribe

Tim Knight

I'm a Front-End Developer, I started this blog to share my passion for JavaScript and UX.

  • Getting to grips with Closures

    Jul 30, 2016

    JavaScript Closures are on of the most misunderstood and difficult concepts for beginners, so lets change that.

    Read more
  • What is the NaN type in JavaScript

    Jan 17, 2016

    Understand exactly what NaN is and how to check for it

    Read more
  • Does JavaScript pass by value or reference?

    Jan 5, 2016

    Understand exactly how JavaScript passes variables

    Read more
  • Writing your first module in Node.js

    Oct 11, 2015

    Really understand modules in Node.js by writing your own and looking deeper into how require and module.exports work

    Read more
  • First-Class Functions and Function Expressions in JavaScript

    Oct 10, 2015

    Looking at first-class functions and function expressions in JavaScript to get a deeper understanding

    Read more
  • Scraping the web with Node.js

    Oct 3, 2015

    A web scraper that gets the price of an amazon product and send me an sms if it changes

    Read more
  • HTTP server with Node.JS and Express

    Oct 1, 2015

    Building a HTTP server with Node.JS and Express

    Read more
  • Even Fibonacci numbers

    Jul 16, 2015

    Project Euler problem 2

    Read more
Older Posts →

© Copyright 2016 Tim Knight