#intermediate

All the topics that we've covered at an intermediate level

HTML5 Video Element

May 13, 2019

The HTML5 video element is an easy and well supported way to play video on your website.

Google Docs Keyboard Shortcuts

May 10, 2019

Speed up your Google Docs workflow by becoming familiar with these keyboard shortcuts 🔥.

Default Function Params In Javascript

May 05, 2019

In Javascript with es6 you can pass in default parameters in functions.

Creating SymLinks in Linux

Apr 29, 2019

A SymLink in Linux is a special kind of file that points to an actual file or directory.

HTML: Content Editable

Apr 27, 2019

Using HTML5 contentEditable you can make HTML markup editable by the user.