USING
and ON
. Continue reading USING
and ON
. Continue reading The question is: as a developer, how do you know which of these products (I get about one tempting enquiry a month from what sounds like a real person who isn’t building a social network) is a good bet?
* or a CNAME if you want to use a subdomain of an existing domain.
Bit.ly has excellent instructions here: lrnja.net/bitlydomain
tree
command to illustrate the file and directory layout of the project. I love this little command and use it frequently, but it isn’t very well known so here’s a quick example. Continue reading As with most things, it’s pretty easy when you know how, so here’s my one-step-at-a-time approach to regex (stolen from my ZCE preparation tutorial slides). Let’s begin at the very beginning: regular expressions have delimiters, usually a slash character, and these contain a pattern that describes a string.
pattern | notes |
---|---|
/b[aeiou]t/ |
Matches “bat”, “bet”, “bit”, “bot” and “but” Also matches “cricket bat”, “bitter lemon” |
mysqldump
for mongodb?
It should have come as no surprise that the command I wanted was called mongodump
, really! Continue reading