
Spaghetti code, It's what's for dinner.
-
Broken Mold Labs
- Panama City, FL
- https://brokenmold.dev
- @brokenmoldlabs
Block or Report
Block or report brokenmold
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
-
1
// ** Smoothing **
2* {
3-webkit-font-smoothing: antialiased;
4-moz-osx-font-smoothing: grayscale;
5}
-
1
*** Removes most recent unpushed env commit & adds env to gitignore ***
23echo '.env' >> .gitignore
4git rm -r --cached .env
5git add .gitignore
-
1
// ** Kill Process on Specific Port **
23sudo kill -9 $(sudo lsof -t -i:3101)
1,326 contributions in the last year
Activity overview
Contributed to
brokenmold/Promo-Hacking,
brokenmold/next-domain-search,
brokenmold/broken-mold-labs
and 8 other
repositories
Contribution activity
May 2022
Created 66 commits in 2 repositories
Created 1 repository
- brokenmold/js-fundamentals JavaScript