Pursuit of Knowlege

 

Never Stop Learning!

Animation & Parallax
CSS: border-image
CSS Clip-Path
Downloadable Tools
JavaScript

Intersection Observers

An intersection observer is JavaScript code that can detect when an element on a page enters the browser viewport.  They can also be set to detect when an element leaves the browser viewport. Intersection observers can have many purposes, and a common one is to trigger animations on a page.

Media Queries
Visual Studio Code

Visual Studio Code is a powerful code editor that speeds up production.

Visual Studio Code Keyboard Shortcuts pdf

  • Official Beginner Tutorial
  • How to get started with VS Code
  • VS Code shortcuts & tips to help you work faster
    • ctrl + d /command + d = selects next instance of highlighted code and then all can be changed at once
    • ctrl + shift + L / command + shift + L = selects all instances of highlighted code and then all can be changed at once.
    • Clicking
      • single click = places cursor as usual
      • double click (or ctrl + L) = selects the entire word
      • triple click = selects an entire line
      • quad click = selects everything
    • ctrl + shift + enter / command + shift + enter = moves a line down and places cursor on the newly created line
    • Duplicate coded
      • alt + shift + down-arrow / opt + shift + down-arrow = will duplicate all highlighted code and place it below
      • alt + shift + up-arrow / opt + shift + up-arrow = will duplicate all highlighted code and place it above
    • Scroll through code without mouse
      • ctrl + up-arrow OR ctrl + down-arrow
      • command + up-arrow OR ctrl + down-arrow
    • Move Primary sidebar to the right to prevent code moving around
  • VS Code extension that I can’t live without