User:C3/Learning: Difference between revisions
< User:C3
mNo edit summary |
mNo edit summary |
||
Line 26: | Line 26: | ||
==HTML, CSS, JS== | ==HTML, CSS, JS== | ||
We finally got here, where I don't know but | We finally got here, where I don't know how to autonomously spawn stuff on my own but can understand most things. The method that I am using to some of these things together is opening an "about:blank" tab and writing stuff step by step in the console. | ||
Revision as of 17:19, 18 February 2025
A section where I will insert what I've been learning during XPUB years. I will try to make it legible, both for my future self and possible external readers.
Considerations
COMMAND LINE
# = draft stuff
#What's the command line?
#Commands are programs
#there's a command about how command work
#yes, you can "man man"
#Chaining things together (Piping)
#Input and Output
#Order of execution
#Never remove "/"
BASH
Scripting commands
HTML, CSS, JS
We finally got here, where I don't know how to autonomously spawn stuff on my own but can understand most things. The method that I am using to some of these things together is opening an "about:blank" tab and writing stuff step by step in the console.