Skip to content

Instantly share code, notes, and snippets.

View Muzzamil1's full-sized avatar

Muzzamil Muzzamil1

View GitHub Profile
@Muzzamil1
Muzzamil1 / zshgit.md
Created May 9, 2022 19:57 — forked from AdamMarsden/zshgit.md
Oh My Zsh - Git Cheat Sheet

#Oh My Zsh - Git Cheat Sheet

ggit

gstgit status

glgit pull

gupgit pull --rebase

@Muzzamil1
Muzzamil1 / database.rules.json
Created March 15, 2022 13:32 — forked from codediodeio/database.rules.json
Common Database Rules for Firebase
// No Security
{
"rules": {
".read": true,
".write": true
}
}
@Muzzamil1
Muzzamil1 / README.md
Created December 27, 2021 17:45 — forked from ross-u/README.md
M2 - Heroku Deployment (with Mongo Atlas)
@Muzzamil1
Muzzamil1 / ts-boilerplate.md
Created November 30, 2021 13:25 — forked from silver-xu/ts-boilerplate.md
Setup a Node.js project with Typescript, ESLint, Prettier, Husky

Setup a Node.js project with Typescript, ESLint, Prettier, Husky

1_D8Wwwce8wS3auLAiM3BQKA

Starting a personal node project could be easy; starting a team node project could be challenging.

I am a developer currently working in SEEK Australia.

In my experience, common mistakes developer make when starting a projects are:

  • No Linting