These are the GraphQL queries and mutations for the YouTube course.
{
clients {
name
}
This cheat sheet provides a comprehensive overview of the Bootstrap v5 CSS framework, including its layout system, typography, colors, components, utilities, JavaScript plugins, customization options, accessibility considerations, responsive utilities, and RTL support.
It also demonstrates with some code usage examples how to use various features in your HTML and CSS code.
.container
, .container-fluid
, .container-{breakpoint}
.row
, .col
, .col-{breakpoint}-{size}
sm
, md
, lg
, xl
, xxl
The purpose of this document is to show utilities that are available in the Linux world to monitor network traffic (so we're not reinventing the wheel).
Here are some good resources to read, but this file contains my favorite utilities:
I swap between databases all the time for various projects, and end up Googling on how to do the inital setup all the time, so the purpose of this document is to list a set of commands that anyone would end up using in getting started.
Login to the MySQL console as the root user, with your password for the root user.
(Full description and list of commands at - https://npmjs.org/doc/index.html)
Make sure to export your local $PATH and prepand relative ./node_modules/.bin/:
My personal Cheatsheet for PostgreSQL
To create a database, you need to first ensure that the database's role exists first. Role and User are synonymous
in PostgreSQL. Once you create the ROLE
, you can create the Database and set the OWNER
as the ROLE
.