Any no-SQL syntax for interacting with databases.
Programmer Humor
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
Me with powershell. I'll write a pretty complex script, not write powershell for 3 months, come back and have to completely relearn it.
I mastered and forgot almost entirely RegEx several times now
"mastered"
Mastered as in I could teach it to others, and assemble many complicated rules for many complicated patterns.
I am always impressed with folks that retain it.
I would a ton of it for a month or two, and then do nothing with it again for more than a year or more.
It takes a lot for permanent burn-in for me. That's the curse. The blessing is that I learn very quickly.
I don’t write very small shell scripts because I am not a job destroyer.
Bash substitution is regex-level wizardry.
Slapping a $ before an environment variable name is "wizardry?"
interns be interning
Not quite that, but more the ${variable##.*}
sort of thing.
Right, so that's just the string manipulation functions. I already posted a link to the bible for this following a different reply to the same comment to which you replied.