Programming Notes will most likely be tossed in here…
Java Documentation/Notes
Spring Boot Documentation What is Spring Boot? Spring Boot is the “Spring framework” application that is coupled with “Bootstrap”. Allowing the user to Bootstrap the Spring Application. Official definition: “Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can ‘just run’.” Key Take Aways… Creating Spring Based Applications (from Spring Boot). Stand-Alone (Runs on its own). Production grade (deployable to prod). ‘just runnable’. Easy way to get things working!
Spring MVC
Maven “When building our Spring Application, we need to manage our dependencies.” “We need to import the ‘Jar’s that is required for Spring Applications to work.” Usually in Java, you’d take the JARs and add it to the CLASSPATH We won’t do this. We’ll use Maven instead! What is Maven? Maven: Build Independency Management Tool Lets you declare all the dependencies you want in a single file.
Notes about User Interface and User Experience
Notes/Documentation for Web Development
Notes/Documentation for HTML
Notes/Documentation for CSS
Notes/Documentation for CSS
Chapter 1 of CSS in Depth
What is the Cascade?
Specificity
CSS Terminologies
CSS Origin
CSS Inheritance
Cascade Style Sheets Tips and Tricks
Keeping your footer stuck to the bottom of your website.
Javascript Documentation/Notes
Javascript ES5 Documentation/Notes
Objects in JavaScript
Projects
Dice Game built with Javascript
Functions in JavaScript
Projects
Dice Game built with Javascript
Constructors in JavaScript
Projects
Dice Game built with Javascript
Closures in JavaScript
Projects
Dice Game built with Javascript
3 Methods in JavaScript
Projects
Dice Game built with Javascript
Projects
Dice Game built with Javascript
Javascript ES6/2015 Documentation/Notes
Javascript Game Design Documentation/Notes
Notes/Documentation for the VueJS framework