Latest Posts

4th February 2020 at 13:26

? Pro git tip If you want to remove already committed stuff from your repo, run the following: git rm -r –cached path/to/your/stuff Make sure you also update your .gitignore too!

Continue reading

4th February 2020 at 09:54

Remembering the web’s past is really important—especially in terms of how and why web standards came about. We must not obsess over nostalgia, though. The web is a completely different place now, with a much more diverse workforce. Remember that.

Continue reading

3rd February 2020 at 13:21

One thing I would like to see with client-side routers is feedback, like when you click a link, a browser shows something is happening. You don’t get that with client routers. Maybe client routers should bail after X milliseconds and fall back to standard links.

Continue reading