Reading List
The most recent articles from a list of feeds I subscribe to.
Database Sharding Explained
Diving Deeper in Vim Regular Expressions
This is the second article of a series about regular expressions in Vim:
We’ve seen, in the first article, general metacharacters we can use in our Vim regexes, as well as equivalent Perl-style regexes we can use with other tools (like GNU grep). This time, we’ll dive deeper in Vim’s regex engine by looking at more metacharacters we can use in our favorite editor.
Virtualization Explained
Load Balancers
The Basics of Vim Regular Expressions
This is the first part of a series of articles about regular expressions in Vim. Here’s the complete table of content:
“We should never write regular expressions. They are difficult to learn, understand, and maintain. They can spiral in a wormhole of quantum complexity. We should burn them to the ground!”
That was Dave, your colleague developer, patronizing you for using a simple regex to parse an HTML file. Even if you don’t like the tone of your colleague, you ask yourself: are regular expressions that bad? Should we use them?