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路135
Everything You Need to Know About Events in ServiceNowOptimize ServiceNow Usage: Effective Event StrategiesMay 7, 2025路4 min read路125
Understanding Client-to-Server Delegation in ServiceNowKey Considerations for Effective Client-to-Server Delegation in ServiceNowApr 3, 2025路6 min read路82
Why Flow Designer Isn't My First ChoiceHow to Choose the Right Tool Over Flow DesignerMar 30, 2025路4 min read路179
Stop returning a list of sys_id'sLearn how to script the return of sys_ids effectivelyMar 27, 2025路3 min read路80
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路116
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路217