coinvest
coinvest
coinvest
Toggle theme
Posts
10
coinvest
Subscribe
Subscribe
Subscribers
<100
Collects
0
Git and Github
coinvest
Feb 29
Commands related to a remote repository:git clone git@github.com:USER-NAME/REPOSITORY-NAME.gitgit push or git push origin main (Both acco...
Collect
NODE JS
coinvest
Oct 21
NPM project initializationnpm init -yImport Expressconst express = require("express");Activate EJS view engineapp.set('view engine&a...
Collect
MongoDB Cheatsheet
coinvest
Sep 23
Here’s a cheat-sheet for basic database management and manipulation in MongoDB.Check for mongo processps -ef | grep mongoShow DBsshow dbs...
Collect
Useful Javascript Snippets & Functions Megalist
coinvest
Sep 19
Here’s a curated list of useful javascript functions and snippets I’ve collected throughout the years.Standard VariablesGet and set stand...
Collect
Javascript ES6 Cheatsheet
coinvest
Sep 19
Sourced from: DrkSephy / es6-cheatsheetA cheat-sheet containing ES2015 [ES6] tips, tricks, best practices and code snippet examples for y...
Collect
References for Using React
coinvest
Sep 19
A handy, quick reference for me (and everyone) to come back to when working with React. Sourced from: rstacruz / cheatsheets.Componentsim...
Collect
Best of PHP Functions
coinvest
Sep 19
When working with PHP I have a bunch of go-to functions and things I come back to often. Below, you can find a little list I compiled. Ho...
Collect
Docker Cheatsheet
coinvest
Sep 19
This is a quick cheat-sheet for the most commonly used Docker Commands.List Docker CLI commandsdocker docker container --helpDisplay Dock...
Collect
MySQL Cheatsheet
coinvest
Sep 19
Here’s a cheat-sheet for basic database management and manipulation in MySQL.find where mysql is installedtype -a mysqlrestartsudo servic...
Collect
Curl Cheatsheet
coinvest
Sep 19
curl is used in the command line or in scripts to transfer data. It is also used nearly everywhere: in cars, television sets, routers, pr...
Collect
Written by
gytibor.eth