Skip to content

Instantly share code, notes, and snippets.

View julianmartinez10's full-sized avatar
💭
Class

Julian Martinez julianmartinez10

💭
Class
  • San Antonio, TX
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
@itsmattsoria
itsmattsoria / gistfil1.textile
Last active April 22, 2024 12:37
Mac Terminal Cheat Sheet

SHORTCUTS

Key/Command Description
Tab Auto-complete files and folder names
Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + U Clear the line before the cursor
Ctrl + K Clear the line after the cursor
Ctrl + W Delete the word before the cursor
Ctrl + T Swap the last two characters before the cursor