Lynn Kwong
Create a Pre-commit Git Hook to Check and Fix Your JavaScript/TypeScript Code Automatically
In this post, we will introduce how to create a Git pre-commit hook to check JavaScript/TypeScript code using ESLint, Prettier, lint-staged, and Husky.
TypescriptGit HooksLinting
Deal with Common Types of SQLAlchemy Exceptions for Running SQL Queries in Python
Learn to deal with specific types of SQLAlchemy exceptions in a professional way
pythonsqlalchemymysql