Skip to main content

Posts

Showing posts from August 17, 2021

PSQL Instillation & Setup

PostgreSQL Setup For Windows & WSL/Ubuntu PostgreSQL Setup For Windows & WSL/Ubuntu If you follow this guide to a tee… you will install PostgreSQL itself on your Windows installation. Then, you will install psql in your… PostgreSQL Setup For Windows & WSL/Ubuntu If you follow this guide to a tee… you will install PostgreSQL itself on your Windows installation. Then, you will install psql in your Ubuntu installation. Then you will also install Postbird, a cross-platform graphical user interface that makes working with SQL and PostgreSQL ‘allegedly’ …(personally I prefer to just use the command line bu

Deploy React App To Heroku

Deploy React App To Heroku Using Postgres & Express Deploy React App To Heroku Using Postgres & Express Heroku is an web application that makes deploying applications easy for a beginner. Deploy React App To Heroku Using Postgres & Express Heroku is an web application that makes deploying applications easy for a beginner. Before you begin deploying, make sure to remove any console.log 's or debugger 's in any production code. You can search your entire project folder if you are using them anywhere. Y

Bash Proficency

Bash Proficiency In Under 15 Minutes Bash Proficiency In Under 15 Minutes Cheat sheet and in-depth explanations located below main article contents… The UNIX shell program interprets user commands, which are… Bash Proficiency In Under 15 Minutes Cheat sheet and in-depth explanations located below main article contents… The UNIX shell program interprets user commands, which are either directly entered by the user, or which can be read from a file called the shell script or shell program. Shell scripts are interpreted, not compiled. The shell reads commands from the script line per line and searches for those commands on the system while a compiler converts a p