ESLint configuration for ServiceNow
August 3, 2025
Do you want to increase code quality in your ServiceNow instance, standardize coding style across all your development teams, ensure better readability of your code? Yes, then you can configure ESLint with additional rules to achieve it.
Simplify your GlideAjax syntax
November 29, 2024
There are lot of tutorials out there on how to write GlideAjax code in ServiceNow. And yet another guy comes with another one. This one shows you how to make it simple but effective. This one is my personal preference on how to write GlideAjax the best. And I just feel that it could help somebody to simplify their code and make it more readable.