Skip to content

Instantly share code, notes, and snippets.

View ShaggyTech's full-sized avatar

Brandon Eichler ShaggyTech

  • Texas, USA
View GitHub Profile
@zihadmahiuddin
zihadmahiuddin / AUTO_DEPLOY.md
Last active May 27, 2024 06:21
GitHub Auto Deploy for NodeJS apps using Webhooks
@MatthewFlamm
MatthewFlamm / Alarm system.md
Last active April 16, 2025 20:18
Esp32 home alarm system with home assistant and esphome

Alarm system using esp32 with esphome and home assistant

@ankurk91
ankurk91 / install-node-js.sh
Last active November 4, 2024 05:29
Install node-js, npm and yarn on Ubuntu/Mac using nvm
#!/bin/sh
# Install node and npm via nvm - https://github.com/nvm-sh/nvm
# Run this script like - bash script-name.sh
# Define versions
INSTALL_NODE_VER=22
INSTALL_NVM_VER=0.40.1