Explore >> Select a destination


You are here

kewah.com
| | blog.codeminer42.com
5.5 parsecs away

Travel
| | In this article, the author brings all the information you need about ESLint, Prettier and Husky to ensure code quality and adherence to best practices.
| | jahir.dev
7.1 parsecs away

Travel
| | Learn how to get linting and formatting tools to be pals in one easy step!
| | mark.biek.org
7.9 parsecs away

Travel
| | At work, we've spent a lot of time trying to figure out the best way to handling linting Pull Requests. We had some success with [mergeatron](https://github.com/SnapInteractive/mergeatron) + Jenkins for a long time, but eventually started to run into problems (like it crashing the server it was running on and being super slow). We spent some...
| | bloeys.com
68.7 parsecs away

Travel
| In 'Thought 2: Regex is Like Assembly' I wondered why we are still doing regex in this kind of hard to understand, symbolic way, when we have already invented high level programming languages. There is no reason regex can't be written as clearly as any other programming language we use today. I thought doing this would be an interesting project, and so I came up with Regexl, a high level language for writing regex, that can be used as a simple library.