Home
Aliya Tang
Cancel

Java Exploits and Cybersecurity

HTTP vs HTTPS Sites These are the two types of sites, HTTP being insecure and HTTPS being secure. There are two types of sites, HTTP and HTTPS sites. One is obviously more secure than the othe...

HashMaps, HashSets, Collections, SQL Student Lessons

Collections What are collections? Collections are any group of individual objects that are represented as a single unit is known as a Java Collection of Objects. In Java, a separate framework name...

JQUERY & CRUD HACKS

Directions You really should try to answer the 5 questions below this without any help. These are core concepts that you should at least attempt to learn. The update JQUERY function may requi...

SASS Lesson

Introduction to SASS SASS (Syntactically Awesome Stylesheets) is a powerful preprocessor scripting language that enhances CSS with advanced features. It’s compiled into standard CSS, making it a r...

Mini Project Ideation

Team Members Vivian Ni Aliya Tang Kevin Du Project Name is undecided but we decided to center our features around a common theme of art. Plan is to utilize 4 different types of fibona...

Trimester 1 Reflection

Programming Knowledge I think this trimester has helped me gain a lot of new knowledges of Jekyll, Github Pages, Java, JavaScript, and solidified more of my understanding of object oriented program...

Collegeboard 2014 MCQ Notes

Things I searched while taking the quiz: Java Math random() Method (Q18): returns a pseudorandom double type number greater than or equal to 0.0 and less than 1.0 Difference between length and...

NATM Team Grading EC

PocketTherapist (Tanisha’s Group) - CSA P3 USAGE OF: Frontend: very appealing colors and design Backend: has API and libraries API: sends request based on model’s emotion detection Agile:...

Unit 10 Recursion

10.1 Recursion A method calling itself to repeat a certain number of times. Popcorn Hack: What is recursion? Function calls itself to solve problem by breaking the problem down into smaller...

Unit 9 Inheritance

9.1 Superclasses and Subclasses A hierarchy of classes is created, extending attributes into subclasses of information (ie. Automobile –> Trucks and Sedans –> Ford, BMW, Nissan, Toyota). ...