Skip to content

Instantly share code, notes, and snippets.

View victormazeli's full-sized avatar

Victor Chidubem Mazeli victormazeli

View GitHub Profile
@victormazeli
victormazeli / golangci.yaml
Created September 16, 2023 06:06 — forked from cristaloleg/golangci.yaml
Go linters configuration, the right version.
# See: https://olegk.dev/go-linters-configuration-the-right-version
run:
# Depends on your hardware, my laptop can survive 8 threads.
concurrency: 8
# I really care about the result, so I'm fine to wait for it.
timeout: 30m
# Fail if the error was met.

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database