Skip to content

Instantly share code, notes, and snippets.

View BGDV-HQ's full-sized avatar

Hani ハロルド BGDV-HQ

  • Barcelona, Spain | Zurich, Switzerland | Dublin, Ireland
View GitHub Profile
@BGDV-HQ
BGDV-HQ / OpenSourceBaas.md
Created December 12, 2020 23:34 — forked from PARC6502/OpenSourceBaas.md
List of open source, self hosted BaaS - Backend as a service

Parse Server - ~16K stars

  • javascript based
  • mongodb or postgres database
  • Has dockerfile

nakama - ~2.2k stars

  • go based
  • cockroach db
  • designed for use with games
@BGDV-HQ
BGDV-HQ / Monokai.xccolortheme
Created December 10, 2020 16:02 — forked from a-voronov/Monokai.xccolortheme
Xcode 11 Monokai Theme 🎨
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DVTConsoleDebuggerInputTextColor</key>
<string>1 1 1 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>SFMono-Medium - 12.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>1 1 1 1</string>
@BGDV-HQ
BGDV-HQ / vscode_shortcuts.md
Created December 10, 2020 14:15 — forked from bradtraversy/vscode_shortcuts.md
Helpful shortcuts for VSCode

VSCode Shortcuts

List of helpful shortcuts for faster coding

If you have any other helpful shortcuts, feel free to add in the comments of this gist :)

Official List of all commands