Is the ServiceNow ArchX a money waste?What is the ArchX program? The ServiceNow ArchX program, a 4-week cohort-based program built by ServiceNow for early-career architects. The program aims to teach students how to excell in the world ofMar 30, 2026·4 min read·116
Everything You Need to Know About Events in ServiceNowOptimize ServiceNow Usage: Effective Event StrategiesMay 7, 2025·4 min read·121
Understanding Client-to-Server Delegation in ServiceNowKey Considerations for Effective Client-to-Server Delegation in ServiceNowApr 3, 2025·6 min read·79
Why Flow Designer Isn't My First ChoiceHow to Choose the Right Tool Over Flow DesignerMar 30, 2025·4 min read·178
Stop returning a list of sys_id'sLearn how to script the return of sys_ids effectivelyMar 27, 2025·3 min read·79
SOLID: Open Closed PrincipleThe 2nd principle of the SOLID principle is the "Open Closed" principle. The open closed principles instructs us that our code should be open for extension, but closed for modification. By applying this principles we protect our application from brea...Apr 8, 2024·6 min read·112
Single responsibility: Script includesWhen I set up my script includes for an application, I carefully think about the single responsibility to get optimal application design. Single responsibility is one of the five principles of SOLID. Note however that applying all the SOLID principle...Apr 4, 2024·4 min read·188