Home
David Vasilev
Cancel

HTML/JavaScript for User Profile

Update/Delete User Info In this section we will be explaining how data for the user would be updated and deleted in the Java Springboot backend. First, make sure you have this repository clone...

Spring Roles for User/Admin

Lesson Materials Our lesson uses backend code from this repository. If you want to follow along in this lesson, please git clone with the line below and run Main.java to use localhost: git clone ...

Spring POST Lesson

UML Backend Diagram Link to IMG: https://ibb.co/dmJMqJD SPRING POST Comprehensive Guide to RESTful API Methods and HTTP Status Codes for Users RESTful API Methods for Users 1. GET: /users D...

Login Lesson

Login and Sign up Page Lesson Sign up/Login Wireframes What the common HTML elements needed Container: The Div that holds all the elements inside of it, first layer Common SASS that...

Test 2 Reflections

Q9 Generate random value of number cubes The call Math.random() will produce a double between 0 and 1, not including 1. To generate a random number in the range of 1 to 6, the call Math.random...

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...

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...

JWT - Java, Security Lesson

What is JWT JSON Web Token (JWT) popular way to authenticate users in a web application. It is a compact, URL-safe means of representing claims to be transferred between two parties. ...

Plan 17

Monday Review with Mort Tuesday JWT Lesson Work on Hacks Wednesday Collegeboard Test Thursday Cyber Security Lesson Present Lesson Frid...

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...