Skip to content

Instantly share code, notes, and snippets.

View dev-marisa's full-sized avatar

Marisa Goode dev-marisa

View GitHub Profile
@dev-marisa
dev-marisa / HowToSpringData.md
Last active February 18, 2024 06:56
How to set up a Spring Boot Data Project w/ Bootstrap

Spring Boot Checklist

Step 0 - Starting the project

Inside of Package Explorer right click -> new -> Spring Starter Project

Inside of the Pop-up we need to:

  • Create a unique project name, example Pandas
  • Make sure the type is Maven
@dev-marisa
dev-marisa / hide-unneeded-tracks.user.js
Last active March 28, 2021 15:05
Simple tampermonkey script to let a user hide tracks they don't need to see.
// ==UserScript==
// @name Hide Unneeded Tracks
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Hide tracks that you don't need to see
// @author Marisa Goode
// @match https://learn.codingdojo.com/dashboard
// @icon https://www.google.com/s2/favicons?domain=codingdojo.com
// @grant none
// ==/UserScript==