Tag: cheat sheet
-
MySQL CLI Quick Reference
Connecting to MySQL Prompts for a password. Basic Commands CRUD Operations Loading .sql Files To load and execute an SQL file that contains queries or database structure (e.g., schema.sql or data.sql): Method…
0
-
Linux Commands Cheat Sheet
Here’s a list of common commands along with their descriptions and usage examples: This is just a basic set of commands, and there are many more commands and options in Linux. For…
0
-
Image Tag Cheat Sheet
Basic Usage Attributes Attribute Description src The path to the image file. alt The text to display if the image fails to load. width The width of the image in pixels. height…
9
-
Regex Cheat Sheet
Simple Examples Examples Quantifiers Character Classes Anchors Groups Flags Special Characters Lookarounds Unicode Categories POSIX Classes
3
-
JavaScript String Cheat Sheet v2
I was looking through the site for the old post, which was… less than helpful. Here’s the updated cheat sheet for quick reference.
20