Hello!

TomΓ‘s
menu

Hello!
I'm Tomas

I am a senior Frontend developer with over 15 years of experience. Currently, I work for YourNewSelf/RealSelf, the world's largest aesthetic medicine portal. If you have a proposal that might interest me, please check out my LinkedIn profile and get in touch with me.

LinkedIn profile

Differences between ESLint of Google, Airbnb, and Standard

Software development has become increasingly complex, leading to the need for tools that help maintain code quality. Among these tools, code linters play a crucial role, as they help identify and correct errors, as well as maintain a consistent coding style throughout a project. ESLint is one of the most popular linting tools for JavaScript, and there are several style guides that can be used with ESLint for different projects. In this article, we will explore the differences between the ESLi...