Skip to content

Instantly share code, notes, and snippets.

View noahchernet's full-sized avatar

Noah Chernet noahchernet

  • Addis Ababa, Ethiopia
View GitHub Profile
@codeSTACKr
codeSTACKr / mongodb_cheat_sheet_2022.md
Created January 10, 2022 22:54
MongoDB Cheat Sheet 2022
@julianjupiter
julianjupiter / Database.java
Last active May 8, 2025 21:45
Sample JavaFX application with MySQL JDBC operation.
package io.github.julianjupiter.javafx;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
* Database