Engineering

Beginner's Guide to Custom ESLint Plugins

ESLint has become the defacto standard in lint tooling for the JavaScript ecosystem in recent years. A number of big-name projects like React, Vue, Bootstrap and Node use it to ensure their codebases are stylistically consistent, patterns are followed, and bugs are prevented. Read on if you're looking to start writing custom rules for your own project or team.

Read
Engineering

Writing and Publishing Your First Visual Studio Code Extension

If you use Visual Studio Code on a daily basis for your development, you likely already have a set of favorite extensions that improve your productivity. You've also probably run into a situation where you keep repeating a certain action, text transformation, etc.

Read
Engineering

Improving Developer Productivity by Building a CLI

Necessary repetitive interactions don't need to take as much time to type or brain space to remember

Read