Skip to content

Instantly share code, notes, and snippets.

View vineethpisvas1's full-sized avatar
🎯
Focusing

Vineeth Karanam vineethpisvas1

🎯
Focusing
View GitHub Profile
@WHYjun
WHYjun / The Technical Interview Cheat Sheet.md
Last active December 16, 2020 00:31 — forked from tsiege/The Technical Interview Cheat Sheet.md
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

Studying for a Tech Interview Sucks, so Here's a Cheat Sheet to Help

This cheatsheet is written by @TSiege. You can check the original version of cheatsheet at link

This list is meant to be both quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.

Data Structure Basics

Array

@JamesDullaghan
JamesDullaghan / javascript_notes.mdown
Created May 24, 2013 19:00
Javascript notes from Simon Allardice's Lynda.com class/tutorial

#Javascript Notes

###Core Concepts -

  • HTMl is the markup language - CONTENT ON PAGES
  • CSS is the style sheet language - PRESENTATION ON PAGES
  • JAVASCRIPT is the programming language - BEHAVIOR ON PAGES

Javascript is a programming language. Often times javascript is referred to as a scripting language, but most programmers dismiss this and argue javascript is a programming language.