Skip to content

Instantly share code, notes, and snippets.

View sergiobarria's full-sized avatar

Sergio Barria sergiobarria

View GitHub Profile

This is a list of steps to deploy a full stack Laravel app to AWS Elastic BeanStalk

Stack

  • Laravel
  • Vue
  • TypeScript
  • MySQL

Prepare project

@sergiobarria
sergiobarria / gist:541d07e2240d8ea7fa9904dce89d5f3a
Last active August 18, 2023 04:04
MySQL frequently used commands

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

Install MySQL

brew install mysql
@sergiobarria
sergiobarria / update-golang.md
Created June 7, 2023 03:00 — forked from nikhita/update-golang.md
How to update the Go version

How to update the Go version

System: Debian/Ubuntu/Fedora. Might work for others as well.

1. Uninstall the exisiting version

As mentioned here, to update a go version you will first need to uninstall the original version.

To uninstall, delete the /usr/local/go directory by:

MongoDB Cheat Sheet

Help with NoSQL commands to interact with a MongoDB database

To start a local server using brew

brew services start mongodb-community

To stop a local server using brew